Fixed bugs with --config flag

This commit is contained in:
2026-06-05 21:48:25 -05:00
parent 17117e2376
commit 53b9f30d50
4 changed files with 37 additions and 18 deletions

View File

@@ -30,18 +30,18 @@ Alongside this project, I am developing a seperate web-based dashboard that can
## Roadmap
- [ ] Configuration
- [ ] Custom configuration path (passed to the daemon with a flag `--config-path`)
- [ ] Custom application data path (*for templates, etc, and to be used as a base for the other config directories*)
- [x] Custom configuration path (passed to the daemon with a flag `--config`)
<!-- - [ ] Custom application data path (*for templates, etc, and to be used as a base for the other config directories*) -->
- [ ] Daemon listen port (kind of implemented, could be cleaner)
- [x] Declarative Server configuration (Create servers in config)
- [ ] Server management
- [x] Create servers
- [x] Automatic server binary downloading by version (*Caveat: This works BUT the configuration template downloader needs to be figured out, otherwise you have to manually add a template for each version before it can actually be ran*)
- [x] Automatic server binary downloading by version
- [ ] Delete servers
- [x] Start/Stop servers
- [ ] Server configuration
- [ ] Download correct configuration template for version
- [x] Download correct configuration template for version (see availible templates [here](https://git.bellsworne.tech/chrisbell/vssm_config_templates))
- [x] Version
- [x] Server Name
- [x] Port