From f5b7f6f27eb6335f44f9cb4781e45c4ff1019db7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 8 Jun 2026 18:56:55 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20update=20README=20=E2=80=94=20remove=20?= =?UTF-8?q?sexy=20stack,=20add=20.env.example=20setup=20step?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cdfa03c..b966393 100644 --- a/README.md +++ b/README.md @@ -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 /.env.example /.env + # Sync a stack to VPS rsync -avz / vps:~/stacks//