summaryrefslogtreecommitdiff
path: root/config.env
diff options
context:
space:
mode:
authorYour Name <you@example.com>2025-12-29 18:28:13 +0800
committerYour Name <you@example.com>2025-12-29 18:28:13 +0800
commit214f4bab8b852e9b66d909bc22e5f9119da7dfb5 (patch)
treeee970b0f1738e5e08afe24247305be2defb27735 /config.env
initial commit
Diffstat (limited to 'config.env')
-rw-r--r--config.env16
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
2CONTAINER_NAME=cgit
3DOMAIN=git2.noml.ch
4
5# Network
6PRIVATE_SUBNET=10.89.0.0/24
7PRIVATE_IP=10.89.0.2
8PUBLIC_IP=37.27.166.242
9NETWORK=public-routed
10
11# Paths (inside container)
12GIT_PATH=/git
13XDG_DATA_HOME=/data # mounted as caddy_data volume, stores SSL certs
14CGIT_CSS=/cgit.css
15CGIT_LOGO=/cgit.png
16FCGI_SOCK=/run/fcgiwrap.sock