-
Notifications
You must be signed in to change notification settings - Fork 20
Add examples for deployment via rootless Podman Quadlets #62
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
Open
monospacedmagic
wants to merge
7
commits into
deinfreu:main
Choose a base branch
from
monospacedmagic:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 6 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
e122344
Add example Hytale Quadlet
monospacedmagic 9c0761d
Add default.network Quadlet
monospacedmagic c19a324
Add hytale.env configuration file
monospacedmagic 014b9b2
Add some additional environment variables
monospacedmagic cb0e21d
Fix SELinux taking issue with mounting /etc/machine-id
monospacedmagic e52f63d
Clarify machine-id creation in hytale.container
monospacedmagic 59b55a1
Remove JAVA_ARGS from hytale.env
monospacedmagic 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| [Network] | ||
| NetworkDeleteOnStop=true | ||
|
|
||
| [Install] | ||
| WantedBy=default.target |
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,19 @@ | ||
| [Service] | ||
| Description=Hytale Quadlet | ||
|
|
||
| [Container] | ||
| ContainerName=hytale | ||
| Image=docker.io/deinfreu/hytale-server:experimental | ||
| AutoUpdate=registry | ||
| Network=default.network | ||
| PublishPort=5520:5520/udp | ||
| EnvironmentFile=%h/.config/containers/systemd/hytale.env | ||
| Volume=%h/files/hytale:/home/container | ||
| Volume=/etc/machine-id:/etc/machine-id:ro | ||
| # If running on an OS with SELinux, use these Volume declarations instead | ||
| # (Create ~/files/.secrets/machine-id yourself, using dbus-uuidgen) | ||
| #Volume=%h/files/hytale:/home/container:z | ||
| #Volume=%h/files/.secrets/machine-id:/etc/machine-id:z,ro | ||
|
|
||
| [Install] | ||
| WantedBy=default.target | ||
monospacedmagic marked this conversation as resolved.
Show resolved
Hide resolved
|
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,9 @@ | ||
| SERVER_IP=0.0.0.0 | ||
| SERVER_PORT=5520 | ||
| PROD=FALSE | ||
| DEBUG=FALSE | ||
| CACHE=TRUE | ||
| TZ=Europe/Amsterdam | ||
| JAVA_ARGS=-Xms8G -Xmx8G | ||
| HYTALE_BACKUP_FREQUENCY=30 | ||
| HYTALE_BACKUP_MAX_COUNT=100 |
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.