deploy(calc): add docker-compose, cloudflared tunnel, SSO config

- docker-compose.macmini.yml: calc-web service on port 5026
- cloudflared-config.yml: calc.mana.how → localhost:5026
- mana-auth trusted origins: add https://calc.mana.how
- mana-credits & mana-user CORS: add https://calc.mana.how
- Dockerfile port updated from 5018 to 5026 (5018 used by zitare)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-29 08:53:41 +02:00
parent 0841f6b334
commit cb549776ac
4 changed files with 38 additions and 8 deletions

View file

@ -114,6 +114,10 @@ ingress:
- hostname: picture-api.mana.how
service: http://localhost:3040
# Calc App
- hostname: calc.mana.how
service: http://localhost:5026
# LLM Services
- hostname: playground.mana.how
service: http://localhost:5090