February 12Feb 12 This is a support thread for this repo: https://github.com/BabaBooey84/unraid-templatesI'm maintaining the templates for the community. Edited February 13Feb 13 by Uderzo
February 16Feb 16 Author Sharkord template has been updatedThe WebRTC port range is no longer required. Only port 40000 (TCP and UDP) is needed.You can either:Delete the container template and re-add it to use the updated version, orManually change the WebRTC port from 40000-40020 to 40000 (TCP and UDP).You can change the WebRTC port in:/appdata/sharkord/config.ini[webRtc] port=40000If you change this value, the port must match the TCP and UDP port configured in the Unraid template. Edited February 16Feb 16 by Uderzo
February 28Feb 28 Author The Sharkord Docker image no longer runs as root. It now runs as the non-root user “bun” (uid 1000).Because of this, the container no longer uses /root/.config/sharkord for its data. It now uses /home/bun/.config/sharkord instead.The template has been updated to reflect this change. If you were using the old template, Sharkord may have appeared to reset or show permission errors because it could not access the old root-based path.If you used the old template, edit your container and change the container path from /root/.config/sharkord to /home/bun/.config/sharkord, then apply the changes so the container is recreated.After that, run the following on Unraid to fix permissions if you get EACCES errors:chown -R 1000:1000 /mnt/user/appdata/sharkordThen restart the container. Edited March 1Mar 1 by Uderzo
May 1May 1 @Uderzo Pleas update the KOFFAN template -- the latest versions of KOFFAN have changed the internal docker port of the webUI-port from 80 to new: 8080The template has still the "old" value of 80 -- so the webui is not reachable anymore.To get it running again i made a (dirty) workaround by manually adding another port assignment in the unraid.Thank you for your great work!
May 15May 15 Author On 5/1/2026 at 10:47 AM, ladidaaa said:@UderzoPleas update the KOFFAN template -- the latest versions of KOFFAN have changed the internal docker port of the webUI-port from 80 to new: 8080The template has still the "old" value of 80 -- so the webui is not reachable anymore.To get it running again i made a (dirty) workaround by manually adding another port assignment in the unraid.Thank you for your great work!Thanks for pointing that out, I hadn’t noticed the change. The template has been updated and should be working properly soon.
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.