Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions examples/rootless-podman-quadlets/default.network
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[Network]
NetworkDeleteOnStop=true

[Install]
WantedBy=default.target
19 changes: 19 additions & 0 deletions examples/rootless-podman-quadlets/hytale.container
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
9 changes: 9 additions & 0 deletions examples/rootless-podman-quadlets/hytale.env
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