fix(infra): rename LightWrite to Mukke in Caddyfile production config

LightWrite was replaced by Mukke on the same ports (5180/3010).
Update reverse proxy to use mukke.mana.how and mukke-api.mana.how.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-03-23 09:26:54 +01:00
parent 6fa6509fa5
commit c1ef55fd54

View file

@ -120,14 +120,14 @@ skilltree-api.mana.how {
}
# ============================================
# LightWrite App
# Mukke App
# ============================================
lightwrite.mana.how {
mukke.mana.how {
import pwa-no-cache
reverse_proxy localhost:5180
}
lightwrite-api.mana.how {
mukke-api.mana.how {
reverse_proxy localhost:3010
}