Files
taiga/README.md
2026-01-14 13:56:46 -08:00

29 lines
701 B
Markdown

# taiga
> Tagia server
<!-- metadata -->
* **Category**: Apps
* **Status**: 0
* **Image**: [`taigaio`](https://hub.docker.com/u/taigaio), 6.9, upstream
* **Healthcheck**: No
* **Backups**: No
* **Email**: Yes
* **Tests**: No
* **SSO**: No
<!-- endmetadata -->
## Quick start
- `abra app new taiga --secrets`
- `abra app config <app-name>`
- `abra app deploy <app-name>`
- Create the Django superuser
- `abra app run <taiga-domain> taiga-back /create-superuser.sh`
- Select the image that corresponds to `taiga-back` and NOT `taiga-back-async`
- Your superuser should have the username `admin` and password `admin`
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).