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

WIP - simplify dockerfile as much as possible #53

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Commits on Sep 7, 2020

  1. Configuration menu
    Copy the full SHA
    bd3ce3e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Dockerfile: Run with database

    Set up a minimal configuration to get web functionality. This involves
    specifying a dummy urlbase, an SQLite database, and credentials for
    the admin user.
    
    The initial admin password is randomly generated and printed during
    the build, or can be retrieved from the Dockerfile by printing the
    admin-password.txt file.
    CyberShadow committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    853bfdb View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    eb5c739 View commit details
    Browse the repository at this point in the history