From b834040b4e347442346f6f1b807142ee964553c0 Mon Sep 17 00:00:00 2001 From: pika Date: Mon, 24 Mar 2025 19:22:44 +0100 Subject: [PATCH] wip --- templates/index.html | 209 ++++++++++++++++++++++++++++++++++++------- 1 file changed, 176 insertions(+), 33 deletions(-) diff --git a/templates/index.html b/templates/index.html index 0e8d802..ba86374 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,6 +6,111 @@ Caddy Dashboard + + + - + +
+
+

Caddy Dashboard

+

Übersicht über alle aktiven Proxy-Server

+
+ +
+
+
-
-

Caddy Dashboard

-

Übersicht über aller aktiven Proxy-Server

- -
- -
- +
+
+ +
{% for server, entries in proxies.items() %} -
+
-

{{ server }}

-

Zuletzt aktualisiert: {{ timestamps[server] }}

+

{{ server }}

+

+ Zuletzt aktualisiert: {{ timestamps[server] }} +

- +
-
+
{% for domain, target in entries.items() %} -
-
+
{{ domain }} - + class="text-neon-blue hover:text-neon-cyan font-medium text-lg break-words transition-colors duration-300 flex items-center"> + + {{ domain }} + +
+
+
+
+
+

+ {{ target }} +

-

{{ target }}

{% endfor %}
@@ -87,6 +225,11 @@ {% endfor %}
+ \ No newline at end of file