Imported from ptah0/gotify-bark (
AGENTS.md). Install upstream withnpx skills add ptah0/gotify-bark. Copyright stays with the author.
Repository guidance
gotify-bark forwards Gotify WebSocket messages through Shoutrrr to Bark or other notification services.
- Package manager: Go modules (
go mod); use the Go version declared ingo.mod. - Build from the repository root:
go build ./cmd/gotify-bark.
Read the relevant guide when working on these tasks:
- Development: Go changes and CLI configuration.
- Git workflow: Conventional Commit messages when committing changes.
- Verification: checks for code or documentation changes and deployment-task side effects.
- Credential safety: configuration, logging, tests, and examples involving secrets.
- Runtime overview: message flow, local execution, and container health.
- User configuration: environment variables, notification URLs, and migration.