More robust server startup, startup logo and info screen, renewed devmode script.

This commit is contained in:
Leo Vasanko
2025-12-05 19:06:42 +00:00
parent 8b98cb6325
commit da503a3081
10 changed files with 287 additions and 99 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
<div class="section">
<h2>Browser Mode (full page)</h2>
<p>Block access to otherwise open site - intended for forward-auth mechanism (Caddy, Nxinx):</p>
<p>Block access to otherwise open site - intended for forward-auth mechanism (Caddy, Nginx):</p>
<button onclick="browserNav('/auth/api/forward')">🔐 Basic Auth</button>
<button onclick="browserNav('/auth/api/forward?max_age=10s')">🔄 Reauth (max_age=10s)</button>
<button onclick="browserNav('/auth/api/forward?perm=auth:admin')">🛡️ Admin Only</button>