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

5 hours ago, ich777 said:

Sorry about that but currently my time is very limited and I barely have time to maintain everything, but as always I try my best. :)

If you find a solution please post it here so that others can also benefit from it.

will do! And please, no need to apologize, you do a tremendous and great job. I didn't expect to get an answer to my little issue this fast, let alone from you the author at all. I hope you can get enough spare time for only youself these days, or at least soon :)

  • Replies 5k
  • Views 776.1k
  • 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

Looks like Krusader just updated Dec 11, 2025, now my UI is missing icons.
Anyone know how to fix? I Googled this and tried some console commands to sudo or pacman install breeze icon theme and neither of those commands worked.

image.png

image.png

Edited by nxtiak

  • Author
15 minutes ago, nxtiak said:

Anyone know how to fix? I Googled this and tried some console commands to sudo or pacman install breeze icon theme and neither of those commands worked.

I don't use Arch for my containers so pacman won't work.

I'll look into this, please give me at least one or two days.

31 minutes ago, nxtiak said:

Looks like Krusader just updated Dec 11, 2025, now my UI is missing icons.
Anyone know how to fix? I Googled this and tried some console commands to sudo or pacman install breeze icon theme and neither of those commands worked.

image.png

image.png

Yeah, the update caused a complete reset too, all prefs lost.

  • Author
40 minutes ago, Rick Gillyon said:

Yeah, the update caused a complete reset too, all prefs lost.

Have to look into that, did just an upgrade to Debian Trixie.

3 hours ago, ich777 said:

Have to look into that, did just an upgrade to Debian Trixie.

Also besides the UI icons not showing, the internal text editor is not working or missing.

  • Author
10 hours ago, droopy8424 said:

Also besides the UI icons not showing, the internal text editor is not working or missing.

Please update the container.

For the text editor type in gedit in the popup box and it should open just fine.

  • Author
15 hours ago, nxtiak said:

Looks like Krusader just updated Dec 11, 2025, now my UI is missing icons.

14 hours ago, Rick Gillyon said:

Yeah, the update caused a complete reset too, all prefs lost.

Please update the container and try again, I might downgrade to Debian Bookworm again if you report more issues.

1 hour ago, ich777 said:

Please update the container and try again, I might downgrade to Debian Bookworm again if you report more issues.

Toolbars are now back to normal.

The image viewer isn't working either. It was very convenient being able to double-click a jpg or png and get a quick preview.

I'm a relative noob to Docker... Is there any way to do something similar to view video files with a double-click? Can I just install something like VLC in the container?

just updated lucky backup and WEBUI (VNC) no longer working.

EDIT UPDATE: so I opened the webui in an incognito browser and it works...so its something with the browser cache... hate when that happens.

Screenshot 2025-12-12 16.35.08.png

Edited by letrain

  • Author
16 hours ago, letrain said:

EDIT UPDATE: so I opened the webui in an incognito browser and it works...so its something with the browser cache... hate when that happens.

Clear your browser cache.

Experiencing issue connecting to PIA via the OpenVPN-Client now. No changes on my configuration for years, but it started failing. Cleared the appdata, tried reinstalling. Noted a change on dockerhub 2 days ago. Think this may have broken the container config for Unraid?

The application template gives a 404 at the moment
https://raw.githubusercontent.com/ich777/docker-templates/ich777/OpenVPN-Client.xml
Other applicaiton templates on github loading fine.
Tested the VPN itself using the windows desktop client, that worked. Updated the ovpn files for the server, the contents were identical to previous.
Checked the username and pw in the auth file in case that file was corrupt, it was not, and the process owned the file (it would in fact reset ownership on start)

Edited by skywalker6705

  • Author
6 hours ago, skywalker6705 said:

Noted a change on dockerhub 2 days ago. Think this may have broken the container config for Unraid?

Do you have a log from the container or anything?

It is most likely that your configuration is not compatible with the new OpenVPN version (this was the reason I updated).

If you have a crl-verify block in your config please remove that (you usually have two crl-verify lines in the config from PIA, remove the two lines and everything in between) and restart the container.

1 hour ago, ich777 said:

Do you have a log from the container or anything?

It is most likely that your configuration is not compatible with the new OpenVPN version (this was the reason I updated).

If you have a crl-verify block in your config please remove that (you usually have two crl-verify lines in the config from PIA, remove the two lines and everything in between) and restart the container.


You are indeed correct, the crl-verify block was causing it to never work. After deleting that, the log file results are thus:

Error: ipv4: FIB table does not exist.
Dump terminated
+ exec sg vpn -c 'openvpn --cd /vpn --config /vpn/vpn.ovpn --script-security 2 --redirect-gateway def1 --auth-user-pass /vpn/vpn.auth                 '
---Checking for optional scripts---
---No optional script found, continuing---
---Taking ownership of data...---
---Starting...---
2025-12-14 01:17:47 DEPRECATED OPTION: --cipher set to 'aes-128-cbc' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305). OpenVPN ignores --cipher for cipher negotiations. 
2025-12-14 01:17:47 OpenVPN 2.6.14 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO]
2025-12-14 01:17:47 library versions: OpenSSL 3.5.4 30 Sep 2025, LZO 2.10
2025-12-14 01:17:47 DCO version: N/A
2025-12-14 01:17:47 TCP/UDP: Preserving recently used remote address: [AF_INET]xx.xx.xx.xx
2025-12-14 01:17:47 UDPv4 link local: (not bound)
2025-12-14 01:17:47 UDPv4 link remote: [AF_INET]xx.xx.xx.xx:xxxx
2025-12-14 01:17:47 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
2025-12-14 01:17:47 [newyork433] Peer Connection Initiated with [AF_INET]xx.xx.xx.xx
2025-12-14 01:17:47 WARNING: You have specified redirect-gateway and redirect-private at the same time (or the same option multiple times). This is not well supported and may lead to unexpected results
2025-12-14 01:17:47 sitnl_send: rtnl: generic error (-101): Network is unreachable
2025-12-14 01:17:47 TUN/TAP device tun0 opened
2025-12-14 01:17:47 net_iface_mtu_set: mtu 1500 for tun0
2025-12-14 01:17:47 net_iface_up: set tun0 up
2025-12-14 01:17:47 net_addr_v4_add: xx.xx.xx.xx/24 dev tun0
2025-12-14 01:17:47 WARNING: OpenVPN was configured to add an IPv6 route. However, no IPv6 has been configured for tun0, therefore the route installation may fail or may not work as expected.
2025-12-14 01:17:47 sitnl_send: rtnl: generic error (-13): Permission denied
2025-12-14 01:17:47 ERROR: Linux route add command failed
2025-12-14 01:17:47 Initialization Sequence Completed

This is with mostly the defaults from the container, so I think I'll have to adjust some thing to make it work. Any advice is appreciated.

edit: In my particular case, it just so happens that SpaceinvaderOne just put out a tool to help me move PIA over to Wireguard from OpenVPN connections, so while this "resolves" my issue in terms of connectivity, I would actually still like to get this tunnel back up and running as a backup. I appreciate your help on diagnosing this.

Edited by skywalker6705
alternative connection found

  • Author
3 hours ago, skywalker6705 said:

You are indeed correct, the crl-verify block was causing it to never work. After deleting that, the log file results are thus:

Seems like PIA pushing some IPv6 routes which is not recommended, please add these two lines to you config:

pull-filter ignore "ifconfig-ipv6"

pull-filter ignore "route-ipv6"

On 12/1/2025 at 1:14 AM, ich777 said:

I have a start script that works in Linuxserver.io containers and possible in the containers from @binhex but I'm not that familiar with his containers, however @binhex has his own method of doing the connected containers thing to restart all containers, maybe try to switch over to his containers and use his method.

@binhex any chance you can help me out?

  • Author
6 minutes ago, Richamc01 said:

@binhex any chance you can help me out?

I think it would be best to ask in his support threads not in mine, so he will definitely see it.

I still can't figure out what is happening in Unraid with this container. I updated it. It was working flawlessly before the update. After the update, the container launches, but Krusader does not launch in VNC. Right click shows no options, all that shows is the wallpaper. Is it a VNC problem? VNC seems to show an OS where no application is launched....

Don't know what's changed but ich777/openvpn-client:latest doesn't work for me, I had to go back to version ich777/openvpn-client:42 for it to work again with my PIA config. (didn't change anything)
I was getting this error

2025-12-15 18:43:44 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
2025-12-15 18:43:44 TCP/UDP: Preserving recently used remote address: [AF_INET]<<REMOVED_IP>>
2025-12-15 18:43:44 UDPv4 link local: (not bound)
2025-12-15 18:43:44 UDPv4 link remote: [AF_INET]<<REMOVED_IP>>
2025-12-15 18:43:44 VERIFY ERROR: CRL not loaded
2025-12-15 18:43:44 OpenSSL: error:0A000086:SSL routines::certificate verify failed:
2025-12-15 18:43:44 TLS_ERROR: BIO read tls_read_plaintext error
2025-12-15 18:43:44 TLS Error: TLS object -> incoming plaintext read error
2025-12-15 18:43:44 TLS Error: TLS handshake failed
2025-12-15 18:43:44 SIGUSR1[soft,tls-error] received, process restarting

Edited by alboon

  • Author
Just now, alboon said:

RIP, I seen the post below 🤦‍♂️sorry! yep that's working now! Thanks for the superfast reply!!

No worries at all, did my yearly maintenance on the application containers and PIA seems to use now a outdated verification method.

However by deleting this block and adding the ignore filters everything should work, however I would always recommend to add these ignore filters because IPv6 can and possibly will leak.

  • Author
2 hours ago, BigSpoonzz said:

I still can't figure out what is happening in Unraid with this container. I updated it. It was working flawlessly before the update. After the update, the container launches, but Krusader does not launch in VNC. Right click shows no options, all that shows is the wallpaper. Is it a VNC problem? VNC seems to show an OS where no application is launched....

Can you try to stop the container, remove the krusader folder from your appdata directory and start the container again?

Possible some configuration related issue with the update to Debian Trixie.

1 hour ago, ich777 said:

Can you try to stop the container, remove the krusader folder from your appdata directory and start the container again?

I realized my Unraid install was 7.1 and needed to be updated. I usually wait awhile...

I upgraded the Unraid version, reinstalled your Krusader, and everything came back including bookmarks -

HOWEVER, I can't view images anymore, and I don't remember what I enabled. I thought I installed kio5 extras originally...

How to view images? As a user, Can ffmpeg be added to your version of Krusader ?

Thanks very much

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.