New Eggs
This commit is contained in:
33
Production/Eggs/Satisfactory.json
Normal file
33
Production/Eggs/Satisfactory.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"_comment": "Satisfactory Dedicated Server - Production",
|
||||
"meta": { "version": "PTDL_v2" },
|
||||
"exported_at": "2026-02-04T00:00:00+00:00",
|
||||
"name": "Satisfactory (Production)",
|
||||
"author": "admin@yourhost.com",
|
||||
"description": "Satisfactory Dedicated Server with auto-update and clean shutdown",
|
||||
"docker_images": {
|
||||
"SteamCMD": "ghcr.io/pterodactyl/yolks:steamcmd"
|
||||
},
|
||||
"startup": "./FactoryServer.sh -log",
|
||||
"config": {
|
||||
"stop": "SIGINT"
|
||||
},
|
||||
"scripts": {
|
||||
"installation": {
|
||||
"script": "#!/bin/bash\ncd /mnt/server\n\nif [ \"{{AUTO_UPDATE}}\" = \"1\" ]; then\n ./steamcmd/steamcmd.sh +login anonymous +force_install_dir /mnt/server +app_update 1690800 validate +quit\nfi\n",
|
||||
"container": "ghcr.io/pterodactyl/installers:steamcmd",
|
||||
"entrypoint": "bash"
|
||||
}
|
||||
},
|
||||
"variables": [
|
||||
{
|
||||
"name": "Auto Update",
|
||||
"env_variable": "AUTO_UPDATE",
|
||||
"default_value": "1",
|
||||
"user_viewable": true,
|
||||
"user_editable": false,
|
||||
"rules": "required|in:0,1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
0
Production/Eggs/Valheim.json
Normal file
0
Production/Eggs/Valheim.json
Normal file
Reference in New Issue
Block a user