10 lines
321 B
Markdown
10 lines
321 B
Markdown
|
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:
|
||
|
```bash
|
||
|
./add --config sites-config.yaml --template template.j2 > sites-enabled/generated.caddy
|
||
|
```
|
||
|
2. Reload Caddy with `caddy reload -c /etc/caddy/Caddyfile`
|