Added delete functionality

This commit is contained in:
2026-06-06 16:39:48 -05:00
parent 3a01e835a1
commit 0e4d96b1be
3 changed files with 90 additions and 2 deletions

View File

@@ -31,14 +31,15 @@ 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`)
<!-- - [ ] Custom application data path (*for templates, etc, and to be used as a base for the other config directories*) -->
- [ ] 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
- [ ] Server management
- [x] Create servers
- [x] Automatic server binary downloading by version
- [ ] Delete servers
- [x] Delete servers
- [x] Start/Stop servers
- [ ] Server configuration
- [x] Download correct configuration template for version (see availible templates [here](https://git.bellsworne.tech/chrisbell/vssm_config_templates))