]> git.r.bdr.sh - rbdr/mobius/blobdiff - hotline/account.go
Register server address on local network with Bonjour
[rbdr/mobius] / hotline / account.go
index 7f770b197db7013d48b0e69dee7e308a1ebbe455..526eb053b176a84b54d9d84b56ade12ac9e0a89f 100644 (file)
@@ -15,6 +15,7 @@ type Account struct {
        Name     string       `yaml:"Name"`
        Password string       `yaml:"Password"`
        Access   AccessBitmap `yaml:"Access,flow"`
+       FileRoot string       `yaml:"FileRoot"`
 
        readOffset int // Internal offset to track read progress
 }