# Self-hosted GitLab on the same LAN as Sashiko.
# No reverse proxy needed if both are on a trusted private network.
# See docs/WEBHOOK_SECURITY.md for full setup guide.
[]
= true
= "gitlab"
# When webhook_secret is configured, Sashiko authenticates requests
# from any address. No --enable-unsafe-all-submit needed.
= "whsec_YOUR_BASE64_SIGNING_TOKEN_HERE"
[]
= "::" # Bind to all interfaces (accessible from LAN)
= 8080