frontend support for setting and changing hostname

This commit is contained in:
Matt Hill
2026-02-24 10:27:22 -07:00
parent d1162272f0
commit 86ecc4cc99
26 changed files with 9381 additions and 188 deletions

View File

@@ -5,4 +5,5 @@ export type AttachParams = {
password: EncryptedWire | null
guid: string
kiosk?: boolean
hostname: string | null
}