diff --git a/README.md b/README.md index e36f348e..7c4c7d7a 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Dozzle collects anonymous user configurations using Google Analytics. Why? Dozzl If you do not want to be tracked at all, see the `--no-analytics` flag below. -#### Environment variables and configuration +## Environment variables and configuration Dozzle follows the [12-factor](https://12factor.net/) model. Configurations can use the CLI flags or environment variables. The table below outlines all supported options and their respective env vars. @@ -107,6 +107,16 @@ Dozzle follows the [12-factor](https://12factor.net/) model. Configurations can | `--no-analytics` | `DOZZLE_NO_ANALYTICS` | false | | `--remote-host` | `DOZZLE_REMOTE_HOST` | | +## Support + +There are many ways you can support Dozzle: + +- Use it! Write about it! Star it! If you love Dozzle, drop me a line and tell me what you love. +- Blog about Dozzle to spread the word. If you are good at writing send PRs to improve the documentation at [dozzle.dev](https://dozzle.dev/) +- Sponsor my work at https://www.buymeacoffee.com/amirraminfar + +Buy Me A Coffee + ## License [MIT](LICENSE)