diff options
| author | Your Name <you@example.com> | 2025-12-29 20:01:17 +0800 |
|---|---|---|
| committer | Your Name <you@example.com> | 2025-12-29 20:01:17 +0800 |
| commit | 7bd52ea1ae10870cc2ff8aa5c237679c30ffda72 (patch) | |
| tree | af72b9290a5e0cb7d2ae43752fb4ea3dba55bc1c /config.env | |
| parent | 745ca5a613d3dbac8143a62e4a90e9833422e023 (diff) | |
Diffstat (limited to 'config.env')
| -rw-r--r-- | config.env | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -10,7 +10,8 @@ NETWORK=public-routed | |||
| 10 | 10 | ||
| 11 | # Paths (inside container) | 11 | # Paths (inside container) |
| 12 | GIT_PATH=/git | 12 | GIT_PATH=/git |
| 13 | XDG_DATA_HOME=/data # mounted as caddy_data volume, stores SSL certs | 13 | # Caddy stores SSL certs here, mounted as ${CONTAINER_NAME}_data volume |
| 14 | XDG_DATA_HOME=/data | ||
| 14 | CGIT_CSS=/cgit.css | 15 | CGIT_CSS=/cgit.css |
| 15 | CGIT_LOGO=/cgit.png | 16 | CGIT_LOGO=/cgit.png |
| 16 | FCGI_SOCK=/run/fcgiwrap.sock | 17 | FCGI_SOCK=/run/fcgiwrap.sock |
