Watch config files and hot reload

This commit is contained in:
Jon Staab
2025-09-26 16:37:50 -07:00
parent 07a5a07583
commit 7eb6d22362
6 changed files with 95 additions and 28 deletions
+1 -2
View File
@@ -15,7 +15,7 @@ Zooid supports a few environment variables, which configure shared resources lik
## Configuration
Configuration files are written using [toml](https://toml.io). The name of the configuration file should be the hostname the relay serves, for example `relay.example.com`. Config files contain the following sections:
Configuration files are written using [toml](https://toml.io) files placed in the `./config` directory. The name of the configuration file should be the hostname the relay serves, for example `relay.example.com`. Config files contain the following sections:
### `[self]`
@@ -108,6 +108,5 @@ See `justfile` for defined commands.
## TODO
- [ ] Watch configuration files and hot reload
- [ ] Free up resources after instance inactivity
- [ ] Admin/member lists