Looking for lightweight homelab dashboard that can run as nonroot container and also supports OIDC
bluehambrgr @ bluehambrgr @lemmy.world 帖子 0评论 1加入于 2 mo. ago
bluehambrgr @ bluehambrgr @lemmy.world
帖子
0
评论
1
加入于
2 mo. ago
It’s not exactly what you’re looking for, but as an intermediate option, you may want to look into docker user namespaces.
https://docs.docker.com/engine/security/userns-remap/
It effectively transforms the containers’ root user into a non-root user outside the container (e.g. for filesystem accesses).