Initial commit - FastAPI guest portal with Authentik OIDC, UniFi integration, and branding assets

This commit is contained in:
Roger Joys
2026-03-15 14:46:47 -07:00
commit 78aac8f6ba
16 changed files with 661 additions and 0 deletions

6
app/templates/error.html Normal file
View File

@@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block content %}
<h1>Something went wrong</h1>
<p>{{ message }}</p>
<p>Please try reconnecting to the guest WiFi or ask for assistance.</p>
{% endblock %}