🔧 chore(infra): add lightwrite subdomain configuration

- Add lightwrite.mana.how → localhost:5180
- Add lightwrite-api.mana.how → localhost:3010

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2026-02-16 11:19:54 +01:00
parent 376ba8279d
commit 6797195bdc
2 changed files with 23 additions and 0 deletions

View file

@ -67,6 +67,10 @@ clock-api.mana.how {
reverse_proxy localhost:3017
}
clock-bot.mana.how {
reverse_proxy localhost:4018
}
# ============================================
# Contacts App
# ============================================
@ -89,6 +93,17 @@ skilltree-api.mana.how {
reverse_proxy localhost:3038
}
# ============================================
# LightWrite App
# ============================================
lightwrite.mana.how {
reverse_proxy localhost:5180
}
lightwrite-api.mana.how {
reverse_proxy localhost:3010
}
# ============================================
# LLM Playground
# ============================================