sashiko 0.2.5

Agentic code review system for Linux kernel
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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.

[forge]
enabled = true
provider = "gitlab"
# When webhook_secret is configured, Sashiko authenticates requests
# from any address. No --enable-unsafe-all-submit needed.
webhook_secret = "whsec_YOUR_BASE64_SIGNING_TOKEN_HERE"

[server]
host = "::"      # Bind to all interfaces (accessible from LAN)
port = 8080