https://github.com/zeropsio/recipe-mattermost
https://github.com/zeropsio/recipe-mattermost
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeropsio/recipe-mattermost
- Owner: zeropsio
- Created: 2024-08-10T14:12:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-14T13:27:39.000Z (almost 2 years ago)
- Last Synced: 2025-12-23T05:50:34.834Z (6 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zerops x Mattermost
[Mattermost](https://mattermost.com/) is self-hosted communication platform. This recipe showcases how to properly setup and run Mattermost on [Zerops](https://zerops.io).

## 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-mattermost/blob/main/zerops-project-import.yml) to the import dialog in the Zerops app.
[](https://app.zerops.io/recipe/mattermost)
## Recipe features
- Zerops **PostgreSQL 16** service as database
- Zerops **Object Storage** (S3 compatible) service as file system
- Utilization of Zerops built-in **environment variables** system
- Healthcheck setup
## How to use installed recipe in Zerops GUI
- Wait till the moment the recipe's services are installed and initialized.
- Open the auto-generated subdomain URL for the `mattermost` service and complete the configuration using the wizard.
- To enable email sending, please request account authorization via our [Discord](https://discord.com/invite/WDvCZ54) or by contacting support at support@zerops.io.
## Production vs. testing mode
The difference may come down to:
- Use the highly available version of the PostgreSQL database (change `mode` from `NON_HA` to `HA` in [zerops.yml](https://github.com/zeropsio/recipe-ghost/blob/main/zerops.yml), `pgdb` service section)
- Set up database backups in the 'pgdb' service details.
Need help setting your project up? Join [Zerops Discord community](https://discord.com/invite/WDvCZ54).