zveronline / docker-sopds

Dockerfile to build a Simple OPDS server docker image.
http://www.sopds.ru
The Unlicense
18 stars 23 forks source link

Auto creation the superuser on the first run - adopted to last changes #9

Closed PeterVoronov closed 4 years ago

PeterVoronov commented 4 years ago

[+] Auto creation the superuser on the first run based on the new environmental variables: SOPDS_SU_NAME, defail value "admin" SOPDS_SU_EMAIL, default value "admin@localhost" SOPDS_SU_PASS, default value "admin". Executed only on first start. Variables can be cleared after. Changes to be committed: modified: Dockerfile modified: README.md modified: scripts/start.sh new file: scripts/superuser.exp