generated from coop-cloud/example
Wrong default permissions on certificate files #1
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?
snikket_servergives a permissions error on start, requiring aabra app run snikket_snikket_demo_coopcloud_tech snikket_server chmod -R 777 /certs/snikket.demo.coopcloud.tech/and then restarting thesnikket_serverservice.Perhaps setting world readable permissions in the docker volume spec would help?
Ah yep. I ended up running
chown -R prosody:prosody /certs/*. But yeh, the certdumper does then overwrite those permissions later on.Seems like we could add something into the certdumper command there? I did notice that there are a few certdumper containers going around and I realised that I used a different one for another project without evening knowing I was. Config looks like:
User/groups perms are supported by this one but idk if there is an advantage over
ldez/traefik-certs-dumper:v2.7.4or it is missing some feature or whatever.@roxxers you got any suggestions from your recent work on
certdumper?Pretty gnarly breaking change but this is now solved with