summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYour Name <you@example.com>2026-02-19 22:58:42 +0800
committerYour Name <you@example.com>2026-02-19 22:58:42 +0800
commit08c3e662dd63b8d5ae98edd3e87fff0a839fefb8 (patch)
tree8431a32fc559d76d381ae30f9bdf49380d07ce79
parentc3a377a265d2ca92b8823be281fa0e487d30692b (diff)
add cgit2 instance config (git.noml.ch on 37.27.166.243)HEADmain
-rw-r--r--config.env8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.env b/config.env
index 0f623f9..233b2d6 100644
--- a/config.env
+++ b/config.env
@@ -1,11 +1,11 @@
1# Container config 1# Container config
2CONTAINER_NAME=cgit 2CONTAINER_NAME=cgit2 # unique name per instance
3DOMAIN=git2.noml.ch 3DOMAIN=git.noml.ch # DNS A record must point to PUBLIC_IP
4 4
5# Network 5# Network
6PRIVATE_SUBNET=10.89.0.0/24 6PRIVATE_SUBNET=10.89.0.0/24
7PRIVATE_IP=10.89.0.2 7PRIVATE_IP=10.89.0.3 # unused IP on the subnet (gateway is .1)
8PUBLIC_IP=37.27.166.242 8PUBLIC_IP=37.27.166.243 # check free IPs with ipv4.sh --pool
9NETWORK=public-routed 9NETWORK=public-routed
10 10
11# Paths (inside container) 11# Paths (inside container)