JimKarvo b706bc2338 fix: align docker-entrypoint.sh MANUAL_USER_MAPPINGS format with Go code
The entrypoint used jq to parse MANUAL_USER_MAPPINGS as JSON, but
ParseManualMappings() in Go uses "GiteaUsername:SlackID,GiteaUser2:SlackID2"
format. The mismatch caused "set -e" to kill the shell when jq failed
on non-JSON input, preventing the Go binary from ever starting.

Fix: replace jq JSON parsing with comma/colon splitting to match
the Go code's expected format.
2026-06-29 20:05:30 +00:00
2026-06-22 08:55:54 +00:00

gitea-notification-hub

Gitea webhook to Slack DM middleware (modified for Coolify deployment)

S
Description
Gitea webhook to Slack DM middleware (modified for Coolify deployment)
Readme AGPL-3.0 136 KiB
Languages
Go 94.8%
Shell 3.4%
Dockerfile 1.8%