palworld-server-docker icon indicating copy to clipboard operation
palworld-server-docker copied to clipboard

A Docker Container to easily run a Palworld dedicated server.

Results 160 palworld-server-docker issues
Sort by recently updated
recently updated
newest added
trafficstars

## Context * Over all adds more friendly outputs for errors like those found in #14 & #198 * Currently the only output message with an exit is if you...

## Context * Continuation of #167 * Allows container to be ran with `--user` but still runs with PUID & GUID. ## Choices * Keeping the ability to still run...

## Context * Add support macOS. ## Choices * `steamcmd` does not work properly on Docker in Apple Silicon environments, added two force tags(force platform type to linux and force...

## Describe the bug Specifically when using the environment options file with "env-file" option, most of the "" are incorrect. Specifically using "true" for "UPDATE_ON_BOOT" causes the IF check in...

bug

# Motivations Our helm chart should be good to go to put on artifact hub, https://artifacthub.io/ # Modifications - Add artifact-hub specific annotations to the Helm Chart

## Context * Currently anything older than `OLD_BACKUP_DAYS` in the backup folder is deleted including directories or non backup files * Changes here ensure only only backup files are deleted...

Incorporate backup functionality before the termination of a container due to API requests or management events such as liveness/startup probe failure, preemption, resource contention, and others. ## Choices * Add...

help wanted
kubernetes

## Context * Add the `restore` command to restore a backup file created using the `backup` command. * Add the usage of the resotre command to the `README.md` (English and...

## Context Fix RCON variable handling ## Choices RCON setting in PalWorldSettings.ini not work: RCONEnabled=true correct: RCONEnabled=True ## Test instructions docker run : docker run -d \ --name palworld-server \...

waiting for feedback

**Is your feature request related to a problem? Please describe.** Not necessarily a problem but I can see it being one in certain use-cases. **Describe the solution you'd like** Make...

enhancement