feat: Implement basic (dummy) admin auth

This commit is contained in:
selfhoster selfhoster 2026-09-04 17:33:37 +02:00
commit 8c29f1d31f
13 changed files with 706 additions and 5 deletions

11
templates/base.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<title>LLLDAP</title>
<link rel="stylesheet" href="/assets/css/main.css">
</head>
<body>
{% block main %}
{% endblock %}
</html>