feat: Basic domain admin page

This commit is contained in:
selfhoster selfhoster 2026-09-19 10:44:44 +02:00
commit ae5d466e99
5 changed files with 92 additions and 2 deletions

View file

@ -9,7 +9,7 @@
{% if can_create_domain %}
<div>
<h2>Create domain</h2>
<form action="/domains" method="POST">
<form action="/domain" method="POST">
<input type="text" name="domainname" placeholder="example.com">
<button type="submit" class="button is-info">Create</button>
</form>