mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:41:09 +02:00
Combines LightWrite (beat/lyrics editor) and Mukke (iOS music player) into a single web-based music workspace app. Archives the old Mukke mobile app. - Rename: @lightwrite/* → @mukke/*, all branding, configs, Dockerfiles - New DB schemas: songs, playlists, playlist_songs + songId FK on projects - New backend modules: SongModule, PlaylistModule, LibraryModule - New web: app shell with sidebar, library (songs/albums/artists/genres), web player (queue/shuffle/repeat/MediaSession), playlists, search, upload, dashboard, album/artist/genre detail pages - Auth: add forgot-password + reset-password pages, extend auth store - Tests: 40 backend unit tests (song, playlist, library services) - Config: env generation, MinIO bucket, docker-compose prod, cloudflare - Docs: update CLAUDE.md, auth guidelines with SvelteKit checklist Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
104 lines
2.6 KiB
YAML
104 lines
2.6 KiB
YAML
tunnel: bb0ea86d-8253-4a54-838b-107bb7945be9
|
|
credentials-file: /Users/mana/.cloudflared/bb0ea86d-8253-4a54-838b-107bb7945be9.json
|
|
|
|
ingress:
|
|
# SSH Access (requires cloudflared on client)
|
|
- hostname: ssh.mana.how
|
|
service: ssh://localhost:22
|
|
|
|
# ManaCore Dashboard (Main)
|
|
- hostname: mana.how
|
|
service: http://localhost:5000
|
|
|
|
# Auth Service
|
|
- hostname: auth.mana.how
|
|
service: http://localhost:3001
|
|
|
|
# Chat App
|
|
- hostname: chat.mana.how
|
|
service: http://localhost:5010
|
|
- hostname: chat-api.mana.how
|
|
service: http://localhost:3030
|
|
|
|
# Todo App
|
|
- hostname: todo.mana.how
|
|
service: http://localhost:5011
|
|
- hostname: todo-api.mana.how
|
|
service: http://localhost:3031
|
|
|
|
# Calendar App
|
|
- hostname: calendar.mana.how
|
|
service: http://localhost:5012
|
|
- hostname: calendar-api.mana.how
|
|
service: http://localhost:3032
|
|
|
|
# Clock App
|
|
- hostname: clock.mana.how
|
|
service: http://localhost:5013
|
|
- hostname: clock-api.mana.how
|
|
service: http://localhost:3033
|
|
- hostname: clock-bot.mana.how
|
|
service: http://localhost:4018
|
|
|
|
# Contacts App
|
|
- hostname: contacts.mana.how
|
|
service: http://localhost:5014
|
|
- hostname: contacts-api.mana.how
|
|
service: http://localhost:3034
|
|
|
|
# Storage App
|
|
- hostname: storage.mana.how
|
|
service: http://localhost:5015
|
|
- hostname: storage-api.mana.how
|
|
service: http://localhost:3035
|
|
|
|
# Presi App
|
|
- hostname: presi.mana.how
|
|
service: http://localhost:5016
|
|
- hostname: presi-api.mana.how
|
|
service: http://localhost:3036
|
|
|
|
# NutriPhi App
|
|
- hostname: nutriphi.mana.how
|
|
service: http://localhost:5017
|
|
- hostname: nutriphi-api.mana.how
|
|
service: http://localhost:3037
|
|
|
|
# Photos App
|
|
- hostname: photos.mana.how
|
|
service: http://localhost:5019
|
|
- hostname: photos-api.mana.how
|
|
service: http://localhost:3039
|
|
|
|
# Mukke App
|
|
- hostname: mukke.mana.how
|
|
service: http://localhost:5180
|
|
- hostname: mukke-api.mana.how
|
|
service: http://localhost:3010
|
|
|
|
# LLM Services
|
|
- hostname: playground.mana.how
|
|
service: http://localhost:5090
|
|
|
|
# AI Voice Services
|
|
- hostname: stt-api.mana.how
|
|
service: http://localhost:3020
|
|
- hostname: tts-api.mana.how
|
|
service: http://localhost:3022
|
|
|
|
# Monitoring & Tools
|
|
- hostname: grafana.mana.how
|
|
service: http://localhost:8000
|
|
- hostname: stats.mana.how
|
|
service: http://localhost:8010
|
|
|
|
# Matrix (DSGVO-konformes Messaging)
|
|
- hostname: matrix.mana.how
|
|
service: http://localhost:4000
|
|
- hostname: element.mana.how
|
|
service: http://localhost:4080
|
|
- hostname: link.mana.how
|
|
service: http://localhost:4090
|
|
|
|
# Catch-all
|
|
- service: http_status:404
|