silverwind / droppy

**ARCHIVED** Self-hosted file storage
BSD 2-Clause "Simplified" License
1.62k stars 194 forks source link

add environment variables to initialise droppy in docker #398

Open gdunstone opened 4 years ago

gdunstone commented 4 years ago

added DROPPY_ADMIN_USER and DROPPY_ADMIN_PASSWORD environment variables to docker-start.sh

Doesn't impact users who don't set these environment variables, or users who aren't using docker.

I built and tested this on an amd64 machine, and although I haven't tested on armhf or arm64 I dont think it will present any problems.