mirror of
https://github.com/moghtech/komodo.git
synced 2025-12-05 19:17:36 -06:00
Can Komodo run as non-root on Unraid? #611
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @RikudouGoku on GitHub (Sep 30, 2025).
Hi, just a quick question, is it possible to run Komodo on an Unraid server with the PUID:99 and GUID:100 user (nobody and group "user") instead of root? As I believe that is best practice on Unraid.
@serfriz commented on GitHub (Oct 26, 2025):
I've given up trying to run everything in Unraid as user:nobody, it's not the best practice running Docker containers as root but as long as everything is accessed through VPN or exposed to the internet in a secure way (behind Cloudflare + Caddy + Crowdsec + Authentik in my case) it should be fine.
In Komodo's case I'd never expose it to the internet anyway (only VPN) since it would be a door (secured but still a door) to pretty much all my servers and services.
@RikudouGoku commented on GitHub (Oct 26, 2025):
Oh totally forgot I asked this but i managed to make it work Here is the mongo.compose.yaml content:
I referenced this.
https://blog.foxxmd.dev/posts/migrating-to-komodo/#create-komodo-periphery-agents
Note that I do not use the git function in it so I do not know if it works but according to the blog I linked it should work.
But yeah I totally get that this is extreme paranoia as I do not have anything exposed to the public and I access my LAN via Wireguard VPN...but since I am setting up a new server I like to do it once and do it properly. Which also includes using specific subnets for the custom networks.