Skip to content

Web App Security #7

@nlanson

Description

@nlanson

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions