Skip to content

Tags: ryphon/zomboid-dedicated-server

Tags

1.6.1

Toggle 1.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Renegade-Master ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
zomboid-dedicated-server Release 1.6.1

1.6.0

Toggle 1.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Renegade-Master ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
zomboid-dedicated-server Release 1.6.0

1.5.0

Toggle 1.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Renegade-Master ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
zomboid-dedicated-server Release 1.5.0

1.4.0

Toggle 1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Issue Templates; Clean variables; (Renegade-Master#9)

* Add Issue Templates; Clean variables; Improve build;

- .github/ISSUE_TEMPLATE/
  - Created Issue templates for Issues and Feature Requests.

- .github/workflows/docker-build.yml
  - Added more configuration options to test run to verify that configurations are setting properly.
  - Added Bash as the default Shell.
  - Improved readability of failed logs by printing what is being checked.

- README.md
  - Moved the Optional Arguments table closer to the start of the document.
  - Removed the second repeated Optional Arguments table.
  - Removed references to Environment Variables that are no longer configurable from Docker.
    - To configure these parameters, you can edit the files locally after initial installation.
  - Changed the ordering of the displayed environment variables to make them easier to read through.

- docker-compose.yaml
  - Removed references to Environment Variables that are no longer configured from Docker.
  - Changed the ordering of the displayed environment variables to make them easier to read through.

- src/run_server.sh
  - Removed references to Environment Variables that are no longer configured from Docker.
  - Changed the ordering of the displayed environment variables to make them easier to read through.

1.3.1

Toggle 1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add condition to build success; (Renegade-Master#7)

Add condition to build success;

- .github/workflows/docker-build.yml
  - Changed Action and Job names.
  - Removed some redundant printouts.
  - Added errors to Docker Log output file.
  - Added debugging stage to print directory structure if server startup fails.
  - Added extra condition that the sed command must not have failed.
  - Added archiving of Docker logs and Server configuration.
  - Added a new Job for testing if the server started and was configured correctly.

- src/run_server.sh
  - Added a new program argument to ensure the configuration directly is created in the correct directory.
  - Increased initial startup timeout from 30 seconds to 60.

- README.md
  - Added status badges.

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mod Support; Correct first boot; (Renegade-Master#5)

* Community dev testing (Renegade-Master#1)

* Addition of Mod Parameters

Adding mod parameters allowing users to add workshop mods to their server prior to container deployment

* Update run_server.sh

Fixed CONFIG_DIR to reference the correct location

* Addition of Config.env

* Remove root use; Correct first boot;

- src/run_server.sh
  - Moved some variables around for consistency.
  - Replaced 'first_start_config_ops' and 'start_server_initial' with 'test_first_run'.
  - Removed the use of the root user.

* Add server pub. to Compose; Refactor;

-docker-compose.yaml
  - Added a environment variable for Server publicity.

- src/run_server.sh
  - Turned off debug output.
  - Refactored ordering of operations for consistency.

Co-authored-by: John Earle <[email protected]>

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Renegade-Master#3 Fix Respawn and Sleep; (Renegade-Master#4)

- src/run_server.sh
  - Corrected Safehouse Respawn, and Sleep Allowed variables.