Contribute
Welcome
You are welcome to contribute to Notify. Just do what you think is good and important. Go to Github for this.
Ideas
- add messaging providers (like Discord, Microsoft Teams, SMTP, Twitter, Instagram, WhatsApp, …)
- test more OIDC providers and document if it works.
- add logging providers and document how it works.
Development
Swagger
To generate the swagger-docs, use the output-directory ./swagger-docs
, as the documentation is stored in the ./docs
folder.
swag init --output "./swagger-docs" --parseInternal --parseDependency true