Ravinou / borgwarehouse

A fast and modern WebUI for a BorgBackup's central repository server.
https://borgwarehouse.com
GNU Affero General Public License v3.0
362 stars 21 forks source link

Adding nss_wrapper support #197

Open dhenry123 opened 5 months ago

dhenry123 commented 5 months ago

It is no longer necessary to rebuild container if you need to start container with specific or arbitrary user/group (the default values will be retained: UID 1001 & GID 1001)

To start this container with your user/group, simply add -u [UID]:[GID] to the docker start command.

see /README-NSS_WRAPPER.md

+++

Ravinou commented 4 months ago

image

Home directory is 1001:1001 so SSH connexion failed with : sshd Authentication refused: bad ownership or modes for directory /home/.

Everything else seems to work, though