Files
eggs/egg-oneround-api.json

32 lines
1.1 KiB
JSON

{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": "http://git.hep.gg/sticks/eggs/raw/branch/master/egg-oneround-api.json"
},
"exported_at": "2026-06-02T00:00:00+00:00",
"name": "OneRound API",
"author": "sticks@hep.gg",
"description": "OneRound golf platform API server. All configuration is in config.toml (edit via File Manager).",
"features": [],
"docker_images": {
"git.hep.gg/sticks/oneround-api:latest": "git.hep.gg/sticks/oneround-api:latest"
},
"file_denylist": [],
"startup": "/usr/local/bin/entrypoint.sh",
"config": {
"files": "{}",
"startup": "{\"done\": \"OneRound API is ready\"}",
"logs": "{}",
"stop": "^C"
},
"scripts": {
"installation": {
"script": "#!/bin/ash\necho \"OneRound API - nothing to install, binary is baked into the Docker image.\"\necho \"Edit config.toml in the File Manager to configure.\"",
"container": "alpine:3.21",
"entrypoint": "ash"
}
},
"variables": []
}