mila
Simple, usable, self-hostable membership management for small to mid-sized organizations such as clubs or associations.
- Category: Apps
- Status: 0
- Image:
mila, 4, upstream - Healthcheck: Yes
- Backups: Yes
- Email: No
- Tests: No
- SSO: Yes (optional, via OIDC)
Quick start
abra app new mila --secretsabra app config <app-name>abra app deploy <app-name>
OIDC Configuration (optional)
To enable OIDC authentication, add the following to your app configuration:
COMPOSE_FILE="$COMPOSE_FILE:compose.oidc.yml"
OIDC_CLIENT_ID=mila
OIDC_BASE_URL=https://auth.example.com/application/o/mila
OIDC_REDIRECT_URI=https://mila.example.com/auth/user/rauthy/callback
SECRET_OIDC_CLIENT_SECRET_VERSION=v1
Then generate the OIDC secret:
abra app secret generate <app-name> oidc_client_secret v1
For more, see docs.coopcloud.tech.
Description
Simple, usable, self-hostable membership management for small to mid-sized organizations such as clubs or associations.
Languages
Shell
100%