From 5cca060bd9bfb03402ee4d3e7a56c0d249f4d630 Mon Sep 17 00:00:00 2001 From: Sveken Date: Mon, 15 Jul 2024 10:22:55 +1000 Subject: [PATCH] MOD WIP FYI Inform that modding is currently being worked on and automated --- README.md | 3 +-- modding/README.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d1324c9..634bfe0 100644 --- a/README.md +++ b/README.md @@ -61,5 +61,4 @@ Additional variables are This image by default stores the Config files and logs in named volumes that persist between container restarts/recreation. The cache and database are automatically cleared every restart of the headless or container. If you prefer to bind all the locations to a location on the host for easy management then use something like [compose-bindmount-example.yml](examples/compose-bindmount-example.yml) -The installation of the headless inside the container is wiped every time the container is deleted or updated so you can start fresh with a new container. -However if you are wanting to mod your headless server this behavior is not ideal. [Please read the modding section to change this.](modding) +Modding is currently WIP [Please Read our Modding Section](modding) diff --git a/modding/README.md b/modding/README.md index ebecabe..354073d 100644 --- a/modding/README.md +++ b/modding/README.md @@ -1,6 +1,6 @@ # Modding Resonite Headless Container -## NOTE: As of writing this mods are currently broken under dotnet8 +## NOTE: Currently WIP and beung automated To mod the headless some changes need to be made to the default compose file.