jhalter / mobius

A Hotline server implemented in Golang for macOS, Linux, and Windows operating systems
MIT License
73 stars 8 forks source link

Implement “Customized files for users” feature #146

Closed jhalter closed 1 month ago

jhalter commented 1 month ago

The official Hotline Server has a feature to override the files that a user account sees by putting a folder or alias called "Files" in the user account directory.

To provide equivalent functionality in Mobius, this change adds support for an optional FileRoot in the user account yaml files under config/Users/*

Example:

FileRoot: /foo/bar/baz

Fixes #30