-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Web App Security
Having your manga collection on the internet visible to anyone in the world is not a good idea, so maybe it should be password protected.
Info
Let users set a password to the app via docker environment variables. If a user doesn't set a password through docker, use a default password.
Users will be prompted to login to the webapp with the password.
Users should be able to change the password.
Password info and other app related config that cannot be lost on container failure should be stored on the /data/ volume. Maybe create a /data/config.json for the app to read on startup. Might also be a good idea to hash the stored password.