# OpenFest Timer ## Deployment ### Configuration Configuration is done by environmental variables: ```yaml HALLS: "/hall-a:Hall A;/hall-b:Hall B" TITLE: "Hall A" # not in use if HALLS is set to non-empty PREFIX: /hall-a # not in use if HALLS is set to non-empty BASIC_AUTH: "admin:password" # user:plaintext-password ``` ### Prod Deployment ```sh cd timer-repo/ git pull podman build -t timer . cat > .config/containers/systemd/timer.container <