chore: remove remaining Hetzner references across codebase

Deleted:
- DOCKER_REGISTRY_SETUP.md, QUICK_START_CICD.md (legacy CI/CD docs)
- docs/ULOAD-DEPLOYMENT.md (Hetzner VPS deployment guide)
- scripts/get-ssh-key.sh, scripts/remove-coolify-references.sh (legacy scripts)

Updated Hetzner → MinIO references in:
- shared-storage (package.json, README, client.ts, types.ts)
- App CLAUDE.md files (mukke, storage, planta, picture)
- .claude/GUIDELINES.md, sveltekit-web.md guideline
- TROUBLESHOOTING.md, SETUP_TEMPLATES.md (replaced IPs with placeholders)
- GIT_WORKFLOW.md, COMMANDS.md
- services/matrix-project-doc-bot/CLAUDE.md

Remaining Hetzner mentions are in historical devlogs/audits and docs
that list Hetzner as a hosting alternative (not as active infrastructure).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-23 10:30:26 +01:00
parent cc5ba3bb90
commit 7c1e2aca49
20 changed files with 53 additions and 1163 deletions

View file

@ -152,7 +152,7 @@ Playback uses HTML5 Audio (browser-native codec support). Upload accepts any `au
| Metadata | music-metadata (server-side) |
| Backend | NestJS 10, Drizzle ORM |
| Database | PostgreSQL |
| Storage | MinIO (dev) / Hetzner S3 (prod) |
| Storage | MinIO (S3-compatible) |
| Auth | mana-core-auth |
## Environment Variables

View file

@ -10,13 +10,13 @@ DATABASE_URL=postgresql://picture:password@localhost:5432/picture
MANA_CORE_AUTH_URL=http://localhost:3001
# Storage Configuration
# Options: 'local' (default) or 's3' (for Hetzner Object Storage)
# Options: 'local' (default) or 's3' (for MinIO/S3-compatible storage)
STORAGE_MODE=local
# Local Storage (for development)
LOCAL_STORAGE_PATH=./uploads
# S3/Hetzner Object Storage (for production)
# S3/MinIO Object Storage (for production)
# S3_ENDPOINT=fsn1.your-objectstorage.com
# S3_REGION=eu-central-1
# S3_ACCESS_KEY=your-access-key

View file

@ -47,7 +47,7 @@ pnpm preview # Preview production build
- **Web**: SvelteKit 2.x, Svelte 5 (runes mode), Tailwind CSS
- **Backend**: NestJS 10, Drizzle ORM, PostgreSQL
- **AI**: Google Gemini Vision for plant analysis
- **Storage**: MinIO (local) / Hetzner S3 (prod)
- **Storage**: MinIO (S3-compatible)
- **Auth**: Mana Core Auth (JWT)
- **Types**: TypeScript 5.x
@ -163,5 +163,5 @@ PUBLIC_MANA_CORE_AUTH_URL=http://localhost:3001
1. **Authentication**: Uses Mana Core Auth (JWT in Authorization header)
2. **Database**: PostgreSQL with Drizzle ORM
3. **Port**: Backend runs on port 3022 by default
4. **Storage**: Photos stored in MinIO (local) / Hetzner S3 (prod)
4. **Storage**: Photos stored in MinIO (S3-compatible)
5. **AI**: Google Gemini Vision for plant identification

View file

@ -58,7 +58,7 @@ pnpm build # Build for production
- **Web**: SvelteKit 2.x, Svelte 5 (runes mode), Tailwind CSS
- **Landing**: Astro 5.x, Tailwind CSS
- **Backend**: NestJS 11, Drizzle ORM, PostgreSQL
- **Storage**: S3-compatible (MinIO local, Hetzner production)
- **Storage**: S3-compatible (MinIO)
- **Types**: TypeScript 5.x
## Architecture