{ "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", "meta": { "version": "PTDL_v1" }, "exported_at": "2025-10-10T12:16:49-04:00", "name": "Nginx", "author": "personal@t0stbrot.net", "description": "Nginx", "image": "xlab.riotnodes.co.uk\/t0stbrot\/nginx-egg:latest", "startup": "{{STARTUP_CMD}}", "config": { "files": "{\r\n \"nginx\/conf.d\/default.conf\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \" listen \": \" listen {{server.build.default.port}};\"\r\n }\r\n }\r\n}", "startup": "{\r\n \"done\": \"\",\r\n \"userInteraction\": []\r\n}", "logs": "{\r\n \"custom\": false,\r\n \"location\": \"logs\/latest.log\"\r\n}", "stop": "^C" }, "scripts": { "installation": { "script": "#!\/bin\/ash\r\n\r\ncd \/mnt\/server\r\n\r\napk --update add git\r\n\r\ngit clone https:\/\/gitlab.com\/tenten8401\/pterodactyl-nginx .\/temp\r\n\r\ncp -r .\/temp\/nginx \/mnt\/server\/\r\ncp -r .\/temp\/php-fpm \/mnt\/server\/\r\ncp -r .\/temp\/webroot \/mnt\/server\/\r\ncp .\/temp\/start.sh \/mnt\/server\/\r\n\r\nchmod +x \/mnt\/server\/start.sh\r\n\r\nrm -rf .\/temp", "container": "alpine:latest", "entrypoint": "ash" } }, "variables": [ { "name": "Startup Command", "description": "The command to start", "env_variable": "STARTUP_CMD", "default_value": "\/start.sh", "user_viewable": 1, "user_editable": 1, "rules": "present" } ] }