ensure template valid

This commit is contained in:
Your Name
2025-05-04 14:07:27 +12:00
parent 0bc78f353f
commit 395c9deb45
17 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,2 @@
# Template to use - always required!
TEMPLATE=example-nginx

View File

@ -0,0 +1,12 @@
# Service settings specific to this server
# (can also override anything in the _default.env file in the template to make it specific to this server)
HOST_PORT=60123
LOCAL_DATA_FOLDER="${HOME}/.example-nginx"
CONTAINER_NAME=example-nginx
IMAGE_TAG="latest"
# Scripts will have these environment variables set, plus those in _default.env, plus:
# SERVER, SERVICE, CONFIG_PATH
# CONFIG_PATH points to this directory!