diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..dfe07704
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+# Auto detect text files and perform LF normalization
+* text=auto
diff --git a/.github/workflows/nightly-sync.yml b/.github/workflows/nightly-sync.yml
new file mode 100644
index 00000000..a6900396
--- /dev/null
+++ b/.github/workflows/nightly-sync.yml
@@ -0,0 +1,38 @@
+# .github/workflows/nightly-sync.yml
+
+name: Push to Public Nightly Branch
+
+on:
+ push:
+ branches:
+ - '' # This triggers the action whenever there's a push to the nightly branch in the private repo
+
+jobs:
+ push_to_public_nightly:
+ runs-on: ubuntu-latest
+
+ steps:
+ # Checkout the private repo's code
+ - name: Checkout private repository code
+ uses: actions/checkout@v3
+
+ # Set up Git configuration
+ - name: Set up Git config
+ run: |
+ git config --global user.name "JacksonTheMaster"
+ git config --global user.email "jakob.langisch@gmail.com"
+
+ # Add the public repository as a remote
+ - name: Add public repository as remote
+ run: |
+ git remote add public https://JacksonTheMaster:${{ secrets.PAT_TOKEN }}@github.com/JacksonTheMaster/StationeersServerUI.git
+ git fetch public
+
+ # Force push to the public repo's nightly branch
+ - name: Push to public nightly branch
+ run: |
+ git push public HEAD:nightly --force
+
+ # Optional: Remove the public remote if you don't want it sticking around
+ - name: Clean up remotes
+ run: git remote remove public
diff --git a/.gitignore b/.gitignore
index 37e8c1d5..d62df4a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,4 +13,6 @@ UnityCrashHandler64.exe
UnityPlayer.dll
setting.xml
rocketstation_DedicatedServer.exe
-/saves/*
\ No newline at end of file
+/saves/*
+.github/
+repos.md
diff --git a/StationeersServerControl2.3.0_ReleaseCanary.exe b/StationeersServerControl2.4.1_Release.exe
similarity index 63%
rename from StationeersServerControl2.3.0_ReleaseCanary.exe
rename to StationeersServerControl2.4.1_Release.exe
index 298e98a4..3ba04b90 100644
Binary files a/StationeersServerControl2.3.0_ReleaseCanary.exe and b/StationeersServerControl2.4.1_Release.exe differ
diff --git a/UIMod/config.html b/UIMod/config.html
index 49c4d8ee..6ec06622 100644
--- a/UIMod/config.html
+++ b/UIMod/config.html
@@ -1,76 +1,79 @@
+
-
-
- Edit Configuration
-
+
+
+ Edit Configuration
+
+
-
-
-
-
-
- Edit Configuration
-
-
+
+
+
+
+ Edit Configuration
+
+
+
\ No newline at end of file
diff --git a/UIMod/config.json b/UIMod/config.json
index 6759fe0b..fc1af852 100644
--- a/UIMod/config.json
+++ b/UIMod/config.json
@@ -1,12 +1,12 @@
{
- "discordToken": "redacted",
- "controlChannelID": "1279897558495531129",
- "statusChannelID": "1279897558495531129",
- "connectionListChannelID": "1279897558495531129",
- "logChannelID": "1279902452044267530",
- "saveChannelID": "1279897558495531129",
- "controlPanelChannelID": "1279897558495531129",
- "blackListFilePath": "C:/SteamCMD/Stationeers/Blacklist.txt",
- "backupDir": "C:/SteamCMD/Stationeers/saves/EuropaProd/backup",
- "isDiscordEnabled": false
+ "discordToken": "redacted",
+ "controlChannelID": "1279897558495531129",
+ "statusChannelID": "1279897558495531129",
+ "connectionListChannelID": "1279897558495531129",
+ "logChannelID": "1279902452044267530",
+ "saveChannelID": "1279897558495531129",
+ "controlPanelChannelID": "1279897558495531129",
+ "blackListFilePath": "./Blacklist.txt",
+ "isDiscordEnabled": false,
+ "errorChannelID": "1279897558495531129"
}
diff --git a/UIMod/config.xml b/UIMod/config.xml
index 61deda05..e0cfa5cf 100644
--- a/UIMod/config.xml
+++ b/UIMod/config.xml
@@ -1,7 +1,7 @@
./rocketstation_DedicatedServer.exe
- StartLocalHost true ServerVisible true GamePort 27016 UpdatePort 27015 AutoSave true SaveInterval 500 LocalIpAddress 10.0.50.166 ServerMaxPlayers 1 ServerName StationeersServerWithUI
+ StartLocalHost true ServerVisible true GamePort 27016 UpdatePort 27015 AutoSave true SaveInterval 500 LocalIpAddress 127.0.0.1 ServerMaxPlayers 1 ServerName StationeersServerWithUI
EuropaProd
\ No newline at end of file
diff --git a/UIMod/futherconfig.html b/UIMod/futherconfig.html
new file mode 100644
index 00000000..63d4da6c
--- /dev/null
+++ b/UIMod/futherconfig.html
@@ -0,0 +1,60 @@
+
+
+
+
+
+ Edit Configuration
+
+
+
+
+
+
+
+
+
+
diff --git a/UIMod/index.html b/UIMod/index.html
index 9b5dd951..ab0ea883 100644
--- a/UIMod/index.html
+++ b/UIMod/index.html
@@ -11,12 +11,13 @@
- Stationeers Dedicated Server Control v2.2.X
+ Stationeers Dedicated Server Control v2.4.1
-
-
+
+
+
@@ -25,7 +26,7 @@ Saves
- Copyright © 2024 JMG J. Langisch. Licensed under MIT License.
+ Copyright © 2024 JMG J. Langisch. Licensed under MIT License.