kereis / traefik-certs-dumper

Dumps Let's Encrypt certificates of a specified domain which Traefik stores in acme.json.
Apache License 2.0
129 stars 24 forks source link

Make container rootless #85

Open kereis opened 2 years ago

kereis commented 2 years ago

I don't know how feasible this one is, as we have functionality to change ownership of files through env. variables. Leveraging this to a non-root user would possibly also require using sudo, gosu or something else. At this point I don't really know if it makes sense to change the container user if root is required for volume folders and changing permissions.

kereis commented 2 years ago

See branch https://github.com/kereis/traefik-certs-dumper/tree/feature/%2385_rootless