Skip to content

Tags: wolveix/satisfactory-server

Tags

1.8.6

Toggle 1.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed typo in README.md (#323)

1.8.5

Toggle 1.8.5's commit message
Handle stop signal gracefully

1.8.4

Toggle 1.8.4's commit message
Merge remote-tracking branch 'origin/main'

1.8.3

Toggle 1.8.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove workaround now that the patch is out!

1.8.2

Toggle 1.8.2's commit message
Leftover debugging

1.8.1

Toggle 1.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

1.8.0

Toggle 1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rebase to Ubuntu 22

* docker: bump base image to ubuntu 22.04

Ubuntu 18.04 (Bionic) is unmaintained and marked as EOL since May 2023.
The issue with the `ubuntu` (PID 1000) user was introduced in Ubuntu
24.04 (Noble).

* healthcheck: use jq to parse json

The use of `grep` requires the HTTP server to return the JSON body
in one line. This could change with an update (either intended or not)
and would break the healthcheck.

Instead, we should parse the JSON and exit with code 1 if the health
is not healthy.

---------

Signed-off-by: Tan Siewert <[email protected]>

1.7.4

Toggle 1.7.4's commit message
Overhaul ini configuration (Fixes #276, #277, #281)

1.7.3

Toggle 1.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Temporary fix for 1.0 🎉

1.7.2

Toggle 1.7.2's commit message
New .ini files