Prepare production and Coolify deployment with original exports and datetime pickers

This commit is contained in:
2026-09-09 17:59:20 -04:00
parent 574f29a68e
commit 64d7acc9c0
38 changed files with 1296 additions and 8 deletions
+4 -1
View File
@@ -22,7 +22,7 @@ packages/
## Quick start
Requirements: Bun 1.3+ and Docker.
Requirements: Bun 1.4+ and Docker.
```bash
cp .env.example .env
@@ -49,6 +49,9 @@ Example accounts (password `host`, admin password `admin`):
## Authentik sign-in
Production Docker/Compose setup and original-quality exports are documented in
[the deployment guide](docs/deployment.md).
Manyangles can use an Authentik OAuth2/OpenID Connect provider alongside email and
password authentication. In Authentik, create a confidential OAuth2/OpenID
provider and application with the `openid`, `profile`, and `email` scopes.