diff options
| author | Your Name <you@example.com> | 2025-12-29 18:28:13 +0800 |
|---|---|---|
| committer | Your Name <you@example.com> | 2025-12-29 18:28:13 +0800 |
| commit | 214f4bab8b852e9b66d909bc22e5f9119da7dfb5 (patch) | |
| tree | ee970b0f1738e5e08afe24247305be2defb27735 /config.env | |
initial commit
Diffstat (limited to 'config.env')
| -rw-r--r-- | config.env | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/config.env b/config.env new file mode 100644 index 0000000..417ce14 --- /dev/null +++ b/config.env | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | # Container config | ||
| 2 | CONTAINER_NAME=cgit | ||
| 3 | DOMAIN=git2.noml.ch | ||
| 4 | |||
| 5 | # Network | ||
| 6 | PRIVATE_SUBNET=10.89.0.0/24 | ||
| 7 | PRIVATE_IP=10.89.0.2 | ||
| 8 | PUBLIC_IP=37.27.166.242 | ||
| 9 | NETWORK=public-routed | ||
| 10 | |||
| 11 | # Paths (inside container) | ||
| 12 | GIT_PATH=/git | ||
| 13 | XDG_DATA_HOME=/data # mounted as caddy_data volume, stores SSL certs | ||
| 14 | CGIT_CSS=/cgit.css | ||
| 15 | CGIT_LOGO=/cgit.png | ||
| 16 | FCGI_SOCK=/run/fcgiwrap.sock | ||
