infra: CHANGE some cleanup regarding the .env process with container

This commit is contained in:
Caffeine Fueled 2026-08-21 07:08:27 +02:00
parent d0373f0198
commit 8b135a321a
Signed by: cf7
GPG key ID: CA295D643074C68C
3 changed files with 43 additions and 12 deletions

View file

@ -6,12 +6,15 @@
# nothing. .env is read from the working directory and is gitignored.
#
# Precedence: command line flags > environment > .env > these defaults.
# This file is sourced by build.sh, so shell syntax applies.
#
# Plain KEY=VALUE only. Do NOT quote values: this file is also usable as
# `podman run --env-file .env`, which would treat quotes as part of the value.
# Spaces are fine unquoted, e.g. GALLERY_TITLE=Holiday 2026
# Page title. Used for both <title> and the <h1> header.
# Special characters are HTML-escaped automatically.
# Flag: --title=TEXT
GALLERY_TITLE="Gallery"
GALLERY_TITLE=Gallery
# Show the "Powered by shellery" footer. 1 = show, 0 = hide.
# Flag: --no-footer