1
0
Fork 0
docker-compose-templates/scripts
Lukáš Kucharczyk 9758a3dfd5
Allow several subdomains at once
2023-12-02 09:34:25 +01:00
..
README.md caddy: add config and scripts 2023-12-01 21:34:12 +01:00
add Allow several subdomains at once 2023-12-02 09:34:25 +01:00
sites-config.yaml caddy: add config and scripts 2023-12-01 21:34:12 +01:00
template.j2 Allow several subdomains at once 2023-12-02 09:34:25 +01:00

README.md

This folder contains the configuration file, template, and script to generate a Caddyfile for all the services in main repository.

Usage

  1. Run the script:
 ./add --config sites-config.yaml --template template.j2 > sites-enabled/generated.caddy
  1. Reload Caddy with caddy reload -c /etc/caddy/Caddyfile