Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the users.json file permanent #10

Closed
wants to merge 1 commit into from

Commits on Sep 27, 2024

  1. Make the users.json file permanent

    Instead of having the setup potentially copy over the example user file,
    just ask the user to set it up himself. This stops mistakes from
    happening with `--force`.
    
    Also mount the file into the container instead of copying it, so that an
    update just needs a container restart and not a rebuild. Hence, remove
    the rebuilding from the start script and add it as a developer-intended
    command to the npm scripts (since the only reason to rebuild would be if
    the pushStats scripts is edited).
    tiennou committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3714b06 View commit details
    Browse the repository at this point in the history