jitsi / handbook

The Jitsi Handbook
https://jitsi.github.io/handbook/
Apache License 2.0
186 stars 460 forks source link

set the correct permissions for prosody #403

Closed thomas-mc-work closed 1 year ago

thomas-mc-work commented 1 year ago

Following https://github.com/jitsi/docker-jitsi-meet/issues/1448: Add instruction to set the correct permission for the prosody config files. Otherwise changing the prosody users will fail.

saghul commented 1 year ago

That shouldn't be necessary. Did you run Docker as root by any chance?

thomas-mc-work commented 1 year ago

😬 I think yes 🤫

saghul commented 1 year ago

Yeah there you have it then. The reason why we cannot accept this is because not everyone is using those UIDs and generally speaking running Docker as root is discouraged.

thomas-mc-work commented 1 year ago

Yes, that's comprehensible.

For other people in my deprecated situation: chown -R 101:102 ~/.jitsi-meet-cfg/{prosody}