Daemon remembers the config path if started with --config flag

This commit is contained in:
2026-06-06 17:03:54 -05:00
parent 0e4d96b1be
commit 336973443d
2 changed files with 20 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ Alongside this project, I am developing a seperate web-based dashboard that can
- [ ] Configuration
- [x] Custom configuration path (passed to the daemon with a flag `--config`)
- [ ] Daemon instance remembers config path (*so you don't have to pass `--config` everytime you run an ipc command*)
- [x] Daemon instance remembers config path (*so you don't have to pass `--config` everytime you run an ipc command*)
- [ ] Daemon listen port (kind of implemented, could be cleaner)
- [x] Declarative Server configuration (Create servers in config)
- [ ] More configuration options