docker-rcon-web-admin icon indicating copy to clipboard operation
docker-rcon-web-admin copied to clipboard

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

Open Minecraftschurli opened this issue 1 year ago • 1 comments

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.

Minecraftschurli avatar Jun 21 '24 05:06 Minecraftschurli

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.

itzg avatar Jun 21 '24 12:06 itzg