Skip to content

Instantly share code, notes, and snippets.

@AwakenTheJaken
AwakenTheJaken / palworld-egg.yml
Last active July 12, 2026 15:56
Palworld Pelican Install
#!/bin/bash
set -euo pipefail
echo "========================================="
echo " Palworld Dedicated Server Installer"
echo "========================================="
if [[ -z "${STEAM_USER:-}" ]] || [[ -z "${STEAM_PASS:-}" ]]; then
echo "Steam user not set, using anonymous login."
STEAM_USER="anonymous"
{
"_comment": "Ollama + Open WebUI Autonomous Egg",
"meta": {
"version": "PTDL_v2"
},
"exported_at": "2026-03-22T00:00:00+00:00",
"name": "Ollama Chat AI",
"author": "awakenthejaken",
"description": "Fully autonomous Ollama server with Open WebUI chat interface. No manual configuration required.",
"docker_images": {