itzg / docker-rcon-web-admin

A Docker image that runs rcon-web-admin
MIT License
85 stars 17 forks source link

Support for `_FILE` suffix environment variables for use with secrets #20

Open Minecraftschurli opened 4 weeks ago

Minecraftschurli commented 4 weeks ago

I use secrets to store my passwords but as far as I can see neither the base application nor this dockerization support using secret files.

itzg commented 4 weeks ago

It looks like that would require introducing an entrypoint script since right now it just launches direct into node

https://github.com/itzg/docker-rcon-web-admin/blob/484fba303b359b76dcb950d42405852ca78b00c8/Dockerfile#L25

A PR would be very welcome from anyone.