Can now change all configuration options per instance

This commit is contained in:
2026-06-06 18:09:07 -05:00
parent 336973443d
commit c3e17f9a80
6 changed files with 24 additions and 32 deletions

View File

@@ -34,18 +34,19 @@ Alongside this project, I am developing a seperate web-based dashboard that can
- [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
- [x] All configuration options
- [ ] Server management
- [x] Create servers
- [x] Automatic server binary downloading by version
- [x] Delete servers
- [x] Start/Stop servers
- [ ] Server configuration
- [x] Server configuration
- [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
- [x] Full declarative configuration support in main app config
- [x] Multiple servers support
- [x] List servers and their status
- [x] Send commands to servers