From 806ca3d2e72c996a546f9e5c71f30d9a63690932 Mon Sep 17 00:00:00 2001 From: chris bell Date: Thu, 11 Jun 2026 19:22:48 -0500 Subject: [PATCH] Update readme --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4a8675f..b0ead06 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,8 @@ The default configuration: - config - This allows you to set ANY configuration item from the config, example below: Example instance with extra configuration: -**NOTE:** Most settings that are filepaths should be left alone in the instance config settings, and will probably be overwritten anyways (like the ModPaths setting). +**NOTE:** Most settings that are filepaths should be left alone in the instance config settings, as they will be overwritten automatically (like the ModPaths setting). +**NOTE:** Roles settings must be modified in the actual instance config ```json "test_server": { "Version": "1.22.3", @@ -84,21 +85,18 @@ Example instance with extra configuration: } ``` - - - ## Web Interface -Alongside this project, I am developing a seperate web-based dashboard that can be used to manage you servers with a very simple UI. You can get it [here](https://git.bellsworne.tech/chrisbell/vssm_web). +Alongside this project, I am developing a seperate web-based dashboard that can be used to manage you servers with a very simple UI. You can get it [HERE](https://git.bellsworne.tech/chrisbell/vssm_web). ## Roadmap -- [ ] Configuration +- [x] Configuration - [x] Custom configuration path (passed to the daemon with a flag `--config`) - [x] Daemon instance remembers config path (*so you don't have to pass `--config` everytime you run an ipc command*) - [x] Daemon listen port - [x] Declarative Server configuration (Create servers in config) - [x] All configuration options - - [ ] Endpoint for modifying instance configuration (for web ui) + - [x] Endpoint for modifying instance configuration (for web ui) - [ ] Server management - [x] Create servers