-
Notifications
You must be signed in to change notification settings - Fork 2
Nightly2main-220925 #94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
08e5ae1
add renovate configuration
1Solon d051aa8
remove empty line from renovate.json
JacksonTheMaster 31c82fd
Update renovate.json
1Solon da0b87e
Removes automerge and adds
1Solon 365a938
Add mitoskalandiel to reviewers in renovate.json
1Solon b2f6793
Add baseBranches configuration to renovate.json
1Solon 601ed47
Merge pull request #83 from SteamServerUI/feat-rennovate
JacksonTheMaster b97863e
Add game version extraction functionality to detection manager and st…
JacksonTheMaster 8172cfd
fix wiki link
JacksonTheMaster 5227a64
Added a check to prevent a world name with spaces
d135908
Revert version number change for nightly
0fde131
Update UIMod/onboard_bundled/twoboxform/twoboxform.js
akirilov 05bd745
Added working directory setup for Linux to handle symlink issues.
ab99e81
Merge pull request #88 from fix-world-name-spaces
JacksonTheMaster 31899f9
adjusted logging and comments for SetupWorkingDir.
JacksonTheMaster 7c7151b
fix linter warn in terminalmsg
JacksonTheMaster a72c779
removed redundant Init of bundled assets
JacksonTheMaster 542f22a
moved SetupWorkingDir from loder to loader helpers
JacksonTheMaster 83d52f1
Add Docker entrypoint script and update Dockerfile
1Solon fbcb70a
Move docker related stuff to .docker
1Solon f143e4b
Update build context to use .docker directory for nightly and release…
1Solon 1d11e1a
Fix pathing across the board
1Solon 9fe613b
set a "fake" HOME env var when running steamcmd on linux to make it n…
JacksonTheMaster d9dcf77
Makes container rooted
1Solon e83216d
Merge remote-tracking branch 'origin' into fix-docker-permissions
1Solon f27ff5c
Revert "Update LICENSE"
1Solon 1e6e365
Apply suggestion from @Copilot
1Solon 44cea60
Apply suggestion from @Copilot
1Solon ae1269f
added a sanity check to startup, fails gracefully if run as root or c…
JacksonTheMaster a978ef4
added a -SkipSteamCMD (-nosteam) arg
JacksonTheMaster aa8f230
added new Steam "home" to gitignore
JacksonTheMaster 4c1def9
combined SetupWorkingDir and SanityCheck, fixed go builds in /tmp usi…
JacksonTheMaster 6581708
updated getAppInfo to use the new "fake" home in the SSUI dir too
JacksonTheMaster 682feb5
Update LICENSE
JacksonTheMaster bbd632e
- added entrypoint script to copy executable from /opt/SSUIBuildFiles…
JacksonTheMaster ca92d62
Merge pull request #89 from fix-docker-permissions
JacksonTheMaster 70bca7e
added IsDockerContainer config var and used it in sanitycheck to all…
JacksonTheMaster 362993c
increment wait group to fix panic
JacksonTheMaster db1cbd7
Merge pull request #91 from SteamServerUI/steamcmd-and-sanitycheck
JacksonTheMaster 56a866b
improved sanitycheck with steamcmd check and better logging
JacksonTheMaster 1291737
- added NoSanityCheck flag
JacksonTheMaster 7bbfdf0
fixed indent in terminalmsg (again)
JacksonTheMaster e0f5637
Improved loglevels of prints during startup
JacksonTheMaster 35394ea
Merge pull request #92 from SteamServerUI/feat-sanitycheck-cmdflag-im…
JacksonTheMaster 0a8d9bf
the transition notice (SteamServerUi) is now hidden again
JacksonTheMaster 6d66276
Remove sensitive information from support package configuration
JacksonTheMaster 08544a0
Merge pull request #93 from SteamServerUI/nightly-general-updates
mitoskalandiel c44be33
revert misnamed docker tag
JacksonTheMaster 2cabf6a
improve container check logic
JacksonTheMaster 43d117b
bumped version
JacksonTheMaster 3f11efb
disable renovate dashboard
JacksonTheMaster f379443
Delete renovate.json
mitoskalandiel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| #!/usr/bin/env sh | ||
|
|
||
| cp /opt/SSUIBuildFiles/StationeersServerUI /app/StationeersServerUI | ||
| cp /opt/SSUIBuildFiles/LICENSE /app/LICENSE | ||
| chmod +x /app/StationeersServerUI | ||
| exec /app/StationeersServerUI "$@" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.