ensure template valid
This commit is contained in:
2
templates/caddy/config/.template_info.env
Normal file
2
templates/caddy/config/.template_info.env
Normal file
@ -0,0 +1,2 @@
|
||||
# Template to use - always required!
|
||||
TEMPLATE=caddy
|
2
templates/caddy/config/Caddyfile
Normal file
2
templates/caddy/config/Caddyfile
Normal file
@ -0,0 +1,2 @@
|
||||
# See https://caddyserver.com/docs/caddyfile
|
||||
|
10
templates/caddy/config/service.env
Normal file
10
templates/caddy/config/service.env
Normal file
@ -0,0 +1,10 @@
|
||||
# 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)
|
||||
CONTAINER_NAME=caddy
|
||||
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!
|
||||
|
||||
|
9
templates/caddy/config/static/index.html
Normal file
9
templates/caddy/config/static/index.html
Normal file
@ -0,0 +1,9 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Static Site</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Static Site</h1>
|
||||
<p>This is a static site.</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user