Fixed bugs with --config flag
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user