feat: route alles unter w-make.com — admin/api ohne Subdomain

- Traefik-Routing: /admin und /v1/* auf updates-api (prioritaet 150/200)
- Portfolio fängt restliches w-make.com ab (prioritaet 100)
- Subdomain updates.w-make.com entfällt
- Admin-HTML: Kicker aktualisiert zu w-make.com
- deploy-vps.sh: updates-api wird jetzt auch gebaut und deployed
This commit is contained in:
Jan Wagner
2026-08-22 18:05:59 +02:00
parent 78b857a80c
commit 820a2f8241
4 changed files with 87 additions and 43 deletions
+1 -1
View File
@@ -62,7 +62,7 @@
<body>
<header>
<div>
<p class="kicker">Authelia · updates.w-make.com</p>
<p class="kicker">Authelia · w-make.com</p>
<h1>Links-Verwaltung</h1>
</div>
<button class="ghost" id="new-btn" type="button">Neuer Link</button>
+1 -1
View File
@@ -62,7 +62,7 @@
<body>
<header>
<div>
<p class="kicker">Authelia · updates.w-make.com</p>
<p class="kicker">Authelia · w-make.com</p>
<h1>Produkt-Updates</h1>
</div>
<button class="ghost" id="new-btn" type="button">Neues Update</button>