From 2d22158dd95f76399f5716d556be60c77da04a46 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 30 Jul 2026 16:03:32 +0200 Subject: Admin ui --- authentication/templates/base.html | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'authentication/templates/base.html') diff --git a/authentication/templates/base.html b/authentication/templates/base.html index 9874313..ae6cb64 100644 --- a/authentication/templates/base.html +++ b/authentication/templates/base.html @@ -1,4 +1,20 @@ {% extends 'global.html' %} +{% import 'macros.html' as ui %} {% block template %} - {% block content %}{% endblock %} +
+
+
+
{{ ui.connector_icon(20) }} ttun
+
+ local:3000 + {{ ui.connector_icon(20) }} + your-app.ttun.dev +
+

Self-hosted tunnel proxy. Expose a local port through a public URL you control.

+
+
+ {% block content %}{% endblock %} +
+
+
{% endblock %} -- cgit v1.2.3