Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Support] ich777 - Application Dockers

Featured Replies

  • Author
2 minutes ago, LeetDonkey said:

Thank you for getting back to me

Sorry, I think this was completely my fault, because I bumped the noVNC version and have copy & pasted the wrong part...

Please try to grafik.png.356fdaa20af2024d697269db42548b5b.png the container and then try it again after the update finished.

  • Replies 5k
  • Views 777.7k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Things have changed a little bit since I'm switched to TurboVNC. Please be sure to create the password first inside the container, to do that open up a terminal from the container (click on the c

  • If anything breaks again take a look at this: Click   Or what I would recommend: Stop the container Delete the files "Core.jar" & "JDownloader.jar" and the folders "tmp" &

  • Dockers Available so far:   DirSyncPro: very strong synchronization tool that's highly customizable and schedulable (Docker comes with WebGUI, SMB, FTP & WebDAV support and with encry

Posted Images

5 minutes ago, ich777 said:

Sorry, I think this was completely my fault, because I bumped the noVNC version and have copy & pasted the wrong part...

Please try to grafik.png.356fdaa20af2024d697269db42548b5b.png the container and then try it again after the update finished.


Thank you, it works now 😀

  • Author
5 minutes ago, LeetDonkey said:


Thank you, it works now 😀

Sorry for the inconvenience... :P

This was completely my fault :/

 

Thanks for reporting this!

Pardon my ignorance...: with PhotoPrism is it possible to map a few different "Storage Paths" of pictures? If so how would I do that? Just add the same path below again and map to different folder on Unraid but point to same /photoprism/originials/ or??

  • Author
13 minutes ago, blaine07 said:

Pardon my ignorance...: with PhotoPrism is it possible to map a few different "Storage Paths" of pictures? If so how would I do that? Just add the same path below again and map to different folder on Unraid but point to same /photoprism/originials/ or??

No, that's not a really good idea, I would make subfolders within that folder '/photoprism/originals/dir1', '/photoprism/originals/dir2',...

 

EDIT: Why ignorance? :/

No, that's not a really good idea, I would make subfolders within that folder '/photoprism/originals/dir1', '/photoprism/originals/dir2',...
 
EDIT: Why ignorance? [emoji32]

Perfect makes sense. Have you played with PhotoPrism much? Got tons of pics... been looking for a gallery solution.

Ignorance because with Unraid and Docker I sometimes think I know what I’m doing; and I’m often wrong lol

Thank you for the reply! :-)
  • Author
2 hours ago, blaine07 said:

Have you played with PhotoPrism much?

Not really but it's now pretty mature I think... :D

 

2 hours ago, blaine07 said:

Got tons of pics...

Then I would recommend to connect to an external database like MariaDB from @linuxserver.io to get the most possible out of it.

A short how to connect Photoprism to MariaDB should be in the container description but keep in mind you have to set up a user/database in MariaDB.

I'm trying to get radarr working. I've installed it but cannot access the web UI. 

What haven't I done?

  • Author
7 minutes ago, TylerDurden said:

I'm trying to get radarr working. I've installed it but cannot access the web UI. 

What haven't I done?

Can you share the log or something so that I can look into it...

Otherwise it's a little difficult...

Thanks for the support. It's now working.  Must have been on a go slow.

Is there any way to make the PhotoPrism deployable? It doesn't have the nginx or www folders most of my other containers have.

Anyone else have an issue where jDownloader2 either won't pick up the pasted text/link, or even when it does and you manually click add link it does nothing... even though the link is valid?

Edited by trueimage

  • Author
5 hours ago, adambeck7 said:

Is there any way to make the PhotoPrism deployable? It doesn't have the nginx or www folders most of my other containers have.

I think I don't understand what you want to do exactly?

This application has it's own frontend and doesn't need nginx or a www folder.

 

1 hour ago, trueimage said:

Anyone else have an issue where jDownloader2 either won't pick up the pasted text/link

Yes, this is a common problem and has to do with the Java Runtime and does only work after a few minutes after you opened up the VNC Webinterface.

 

1 hour ago, trueimage said:

when it does and you manually click add link it does nothing... even though the link is valid?

This is also a completely common problem with some links that it cannot resolve correctly.

 

You can enable C'n'L with my container if that is more convenient to you... But you have to tell me if you are on Windows/Linux/Mac.

15 hours ago, ich777 said:

I think I don't understand what you want to do exactly?

This application has it's own frontend and doesn't need nginx or a www folder.

I want to add it as a subdomain instead of just accessing it locally. For Nextcloud and Code-Server and others I've needed to edit the nginx config to add the subdomain there. Is there another way to do it?

  • Author
6 hours ago, adambeck7 said:

I want to add it as a subdomain instead of just accessing it locally.

Can you give me an example of how you do it with a nginx configuration.

 

Sure this is completely possible with a reverse proxy, do I understand that right that you want to do something like: photoprism.yourdomain.net

Hi i cant connect to the debian-bullseye webinterface, has anyone an idea?debianBullseye.thumb.png.696b5a8ba82fce679c674a01345c6a86.png

debianBullseye2.png

  • Author
11 minutes ago, adambeck7 said:

Exactly. So for Nextcloud and Code-Server, in appdata/nextcloud/www/nextcloud/config/config.php I just need to update the `overwritehost` and `overwrite.cli.host` properties w/ subdomain.mydomain.com and then update my swag configuration. Sorry I wasn't being clear and thanks for all your help! Let me know if you have a 'buy me a coffee' link or anything. 

 

If you add something like the following in your SWAG configuration should do the job also (change the values in CAPITALS):

server {
	listen 443 ssl;

	include /config/nginx/ssl.conf;

	server_name photprism.YOURDOMAIN.at;

	location / {
		proxy_redirect     off;
		proxy_pass http://IPOFYOURCONTAINER:PORT;

		proxy_set_header Range $http_range;
		proxy_set_header If-Range $http_if_range;
		proxy_set_header X-Real-IP $remote_addr;
		proxy_set_header Host $host;
		proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

		proxy_http_version 1.1;
		proxy_set_header Upgrade $http_upgrade;
		proxy_set_header Connection "upgrade";
		}
}

 

This would be a simple reverse proxy.

  • Author
20 minutes ago, Hyperion said:

Hi i cant connect to the debian-bullseye webinterface, has anyone an idea?

Can you send me the log?

 

What is the exact error?

Please note that the first startup can take some time.

2 minutes ago, ich777 said:

 

If you add something like the following in your SWAG configuration should do the job also (change the values in CAPITALS):


server {
	listen 443 ssl;

	include /config/nginx/ssl.conf;

	server_name photprism.YOURDOMAIN.at;

	location / {
		proxy_redirect     off;
		proxy_pass http://IPOFYOURCONTAINER:PORT;

		proxy_set_header Range $http_range;
		proxy_set_header If-Range $http_if_range;
		proxy_set_header X-Real-IP $remote_addr;
		proxy_set_header Host $host;
		proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

		proxy_http_version 1.1;
		proxy_set_header Upgrade $http_upgrade;
		proxy_set_header Connection "upgrade";
		}
}

 

This would be a simple reverse proxy.

Thanks so much! I was actually just watching the spaceinvaderone's setup video for bitwarden and realized I was barking up the wrong tree. 

3 minutes ago, ich777 said:

Can you send me the log?

 

What is the exact error?

The only error i get is no connection to the web-interface, the console itselfe works fine

debianBullseye3.png

debianBullseye4.png

  • Author
4 minutes ago, Hyperion said:

The only error i get is no connection to the web-interface, the console itselfe works fine

Seems like something is wrong with the IP.

Have you set a Custom IP?

 

In your timeout screenshot it seems that noVNC wants to connect to: 192.168.178.2 but in your log screenshot the IP seems to be: 10.253.0.1

 

Please go into your template and set the right IP at 'Fixed IP address'.

The container is definitely working because I use it right now and the log also seems fine.

 

EDIT: And also select the appropriate interface in the template.

Just now, ich777 said:

Seems like something is wrong with the IP.

Have you set a Custom IP?

 

In your timeout screenshot it seems that noVNC wants to connect to: 192.168.178.2 but in your log screenshot the IP seems to be: 10.253.0.1

 

Please go into your template and set the right IP at 'Fixed IP address'.

The container is definitely working because I use it right now and the log also seems fine.

I have set a custom ip. I connect via wireguard, so this is the 10.253.0.3 address in the server log. If i have set the fixed ip-address i got the same issue and iu get also the same issue if i try to connect fron the exact same network.

  • Author
1 minute ago, Hyperion said:

exact same network.

Can you try to enter: YOURLOCALIP:8080 if there shows up a site?

 

The site that should show up is:

grafik.png.7ca9f4933bc471e776cf59803517c513.png

 

If not then there is some other kind of network error.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.