https://github.com/zeropsio/recipe-umami
https://github.com/zeropsio/recipe-umami
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeropsio/recipe-umami
- Owner: zeropsio
- Created: 2024-04-24T07:32:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T14:41:17.000Z (almost 2 years ago)
- Last Synced: 2026-04-01T13:40:48.927Z (3 months ago)
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zerops x Umami
[Umami](https://umami.is/) makes it easy to collect, analyze, and understand your web data — while maintaining visitor privacy and data ownership. [Zerops](https://zerops.io) makes it easy to deploy Umami.

## Deploy on Zerops
You can either click the deploy button to deploy directly on Zerops, or manually copy the [import yaml](https://github.com/zeropsio/recipe-unami/blob/main/zerops-project-import.yml) to the import dialog in the Zerops app.
[](https://app.zerops.io/recipe/unami)
## Recipe features
- **Unami** app running on a load balanced **Zerops Node.js** service
- Zerops **PostgreSQL 16** service as database
- Utilization of Zerops' built-in **environment variables** system
## Production vs. development
Base of the recipe is ready for production, the difference comes down to:
- Use highly available version of the PostgreSQL database (change `mode` from `NON_HA` to `HA` in recipe YAML, `db` service section)
- Set up database backups in the `db` service details.
Need help setting your project up? Join [Zerops Discord community](https://discord.com/invite/WDvCZ54).