Files
dropshell-templates/caddy-static/config/service.env
j 7c038bacc9
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 8s
Add 16 files
2026-01-15 12:50:28 +13:00

15 lines
272 B
Bash

# Caddy Static - Simple HTTP static file server
# https://caddyserver.com/
# Server Settings
SSH_USER="dropshell"
# Container name
CONTAINER_NAME=caddy-static
# Port to serve on
HTTP_PORT=8080
# Directory on host to serve (must exist)
STATIC_DIR=/path/to/static/files