Add 16 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 8s
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 8s
This commit is contained in:
14
caddy-static/config/service.env
Normal file
14
caddy-static/config/service.env
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user