From cfc0d34a584254a9ed76620951c810771aff6f3b Mon Sep 17 00:00:00 2001 From: Alexander Hunt Date: Sun, 21 Jun 2026 12:43:31 -0700 Subject: STUFF --- templates/profile.html | 74 ++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 72 insertions(+), 2 deletions(-) (limited to 'templates/profile.html') diff --git a/templates/profile.html b/templates/profile.html index f0f93d9..83f97ce 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -1,8 +1,78 @@ -hellow {{ define "content" }} +

~profile

+
-{{ end }} \ No newline at end of file + +

~devices

+

every device you've connected with is reachable at <mac>.{{ .UserDomain }} +
+the one is your primary. {{ .UserDomain }} points there.

+ + + + {{ range .Devices }} + + + + + + + + {{ end }} + {{ if not .Devices }} + + {{ end }} +
device.status.last seen.
{{ if .Primary }}{{ end }}{{ .Name }}{{ if .Online }} {{ .IP }}{{ else }} offline{{ end }}{{ .LastSeen }}{{ if not .Primary }}
+ + +
{{ end }}
no devices seen yet — connect to the network and reload.
+ +

~dns

+

you own {{ .UserDomain }}. add whatever records you want, or hit the button and let the wizard help you.

+ + + + + + {{ range .DNSRecords }} + + + + + + + + {{ end }} + {{ if not .DNSRecords }} + + {{ end }} +
type.name.content.ttl.
{{ .Type }}{{ .Name }}{{ .Content }}{{ .TTL }}
+ + +
no records yet.
+ +
+

add a record

+
+ + + + + +
+
+ + + +{{ end }} -- cgit v1.3