Add manual Watchtower trigger
All checks were successful
Build & Push Docker Image to Gitea Registry / build-and-push (push) Successful in 13s

This commit is contained in:
Kroonk
2026-05-21 16:43:59 +02:00
parent 10ad368214
commit e98130d274
3 changed files with 95 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<title>MischLabs Admin</title>
<meta name="description" content="MischLabs dashboard administration.">
<meta name="theme-color" content="#0f172a">
<link rel="stylesheet" href="/style.css?v=14">
<link rel="stylesheet" href="/style.css?v=15">
</head>
<body>
<header class="shell hero admin-hero">
@@ -65,6 +65,7 @@
<section class="ops-card">
<div class="ops-card-head">
<span>Watchtower</span>
<button class="ghost-button mini" id="runWatchtowerButton" type="button">Jetzt pruefen</button>
</div>
<div id="watchtowerStatus" class="ops-list">Noch nicht geladen.</div>
</section>
@@ -80,6 +81,6 @@
</section>
</main>
<script src="/admin.js?v=5" defer></script>
<script src="/admin.js?v=6" defer></script>
</body>
</html>