chore: remove Letterspace newsletter integration and all LETTERSPACE_* variables

This commit is contained in:
2026-02-21 10:56:43 +01:00
parent ce30eca574
commit c85fa7798e
15 changed files with 4 additions and 225 deletions

View File

@@ -22,9 +22,6 @@ cat > .env.production << EOF
PUBLIC_API_URL=https://api.your-domain.com
PUBLIC_URL=https://your-domain.com
PUBLIC_UMAMI_ID=
LETTERSPACE_API_URL=
LETTERSPACE_API_KEY=
LETTERSPACE_LIST_ID=
EOF
```
@@ -132,9 +129,6 @@ docker pull ghcr.io/valknarxxx/sexy:latest
| Variable | Description | Example |
|----------|-------------|---------|
| `PUBLIC_UMAMI_ID` | Analytics tracking ID | `abc-123-def` |
| `LETTERSPACE_API_URL` | Newsletter API | `https://api.letterspace.com/v1` |
| `LETTERSPACE_API_KEY` | Newsletter API key | `sk_live_...` |
| `LETTERSPACE_LIST_ID` | Mailing list ID | `list_abc123` |
## Common Commands