Compare commits

...

2 Commits

Author SHA1 Message Date
valknar f5b7f6f27e docs: update README — remove sexy stack, add .env.example setup step
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 18:56:55 +02:00
valknar 28b31e91e4 chore: add .env.example files for all stacks
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-08 18:55:30 +02:00
11 changed files with 34 additions and 1 deletions
+3 -1
View File
@@ -17,7 +17,6 @@ Each stack is independently deployable with its own `compose.yml` and `.env`. Al
| `mattermost` | Team chat | mattermost, db |
| `gitea` | Git hosting + CI runner | gitea, runner, db |
| `coolify` | Deployment platform | coolify, realtime, redis, db |
| `sexy` | pivoine.art website | directus, frontend, redis, db |
| `vaultwarden` | Password manager | vaultwarden |
## Tools
@@ -29,6 +28,9 @@ Each stack is independently deployable with its own `compose.yml` and `.env`. Al
## Deployment
```bash
# Copy example env and fill in secrets
cp <stack>/.env.example <stack>/.env
# Sync a stack to VPS
rsync -avz <stack>/ vps:~/stacks/<stack>/
+3
View File
@@ -0,0 +1,3 @@
NETWORK_NAME=falcon_network
TRAEFIK_HOST=blinko.example.com
BLINKO_NEXTAUTH_SECRET=change_me
+7
View File
@@ -0,0 +1,7 @@
TRAEFIK_HOST=coolify.example.com
NETWORK_NAME=falcon_network
APP_ID=change_me
APP_KEY=change_me
PUSHER_APP_ID=change_me
PUSHER_APP_KEY=change_me
PUSHER_APP_SECRET=change_me
+3
View File
@@ -0,0 +1,3 @@
TRAEFIK_HOST=dev.example.com
NETWORK_NAME=falcon_network
RUNNER_TOKEN=change_me
+2
View File
@@ -0,0 +1,2 @@
TRAEFIK_HOST=immich.example.com
NETWORK_NAME=falcon_network
+5
View File
@@ -0,0 +1,5 @@
NETWORK_NAME=falcon_network
SMTP_RELAY_HOST=smtp.example.com
SMTP_RELAY_PORT=465
SMTP_RELAY_USERNAME=user@example.com
SMTP_RELAY_PASSWORD=change_me
+2
View File
@@ -0,0 +1,2 @@
TRAEFIK_HOST=mattermost.example.com
NETWORK_NAME=falcon_network
+2
View File
@@ -0,0 +1,2 @@
NETWORK_NAME=falcon_network
ACME_EMAIL=user@example.com
+3
View File
@@ -0,0 +1,3 @@
APP_SECRET=change_me
TRAEFIK_HOST=umami.example.com
NETWORK_NAME=falcon_network
+3
View File
@@ -0,0 +1,3 @@
TRAEFIK_HOST=vault.example.com
NETWORK_NAME=falcon_network
SMTP_FROM=vaultwarden@example.com
+1
View File
@@ -0,0 +1 @@
NOTIFICATION_URL=mattermost://mattermost.example.com/change_me