New Eggs
This commit is contained in:
32
Dev/Eggs/Satisfactory.json
Normal file
32
Dev/Eggs/Satisfactory.json
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"_comment": "Satisfactory Dedicated Server",
|
||||
"meta": {
|
||||
"version": "PTDL_v2",
|
||||
"update_url": null
|
||||
},
|
||||
"exported_at": "2026-02-01T00:00:00+00:00",
|
||||
"name": "Satisfactory",
|
||||
"author": "you@example.com",
|
||||
"description": "Satisfactory Dedicated Server via SteamCMD",
|
||||
"features": null,
|
||||
"docker_images": {
|
||||
"SteamCMD": "ghcr.io/pterodactyl/yolks:steamcmd"
|
||||
},
|
||||
"file_denylist": [],
|
||||
"startup": "./FactoryServer.sh -log",
|
||||
"config": {
|
||||
"files": {},
|
||||
"startup": {},
|
||||
"logs": {},
|
||||
"stop": "SIGINT"
|
||||
},
|
||||
"scripts": {
|
||||
"installation": {
|
||||
"script": "#!/bin/bash\ncd /mnt/server\n\n./steamcmd/steamcmd.sh +login anonymous +force_install_dir /mnt/server +app_update 1690800 validate +quit\n",
|
||||
"container": "ghcr.io/pterodactyl/installers:steamcmd",
|
||||
"entrypoint": "bash"
|
||||
}
|
||||
},
|
||||
"variables": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user