# Required: the public hostname, without a URL scheme or path. NGIT_DOMAIN=ngit.example.com # Public mount path. The bundled Caddy stack expects a domain-root service. NGIT_BASE_PATH=/ # Loopback port used by compose.yaml when an existing host proxy is used. NGIT_HOST_PORT=7334 # Application logging filter. NGIT_LOG_LEVEL=info # Optional initial relay. Sync discovers additional relays automatically. # NGIT_SYNC_BOOTSTRAP_RELAY_URL=wss://relay.ngit.dev # Compose network settings. Change both only if the default subnet conflicts. NGIT_COMPOSE_SUBNET=172.30.73.0/24 NGIT_CADDY_IP=172.30.73.2 # Do not put NGIT_RELAY_OWNER_NSEC here. By default the service generates # /data/.relay-owner.nsec in the persistent volume. Back up that volume.