mirror of
https://github.com/parkervcp/eggs.git
synced 2025-03-02 06:13:26 +08:00
112 lines
4.4 KiB
JSON
112 lines
4.4 KiB
JSON
{
|
|
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
|
"meta": {
|
|
"version": "PTDL_v2",
|
|
"update_url": null
|
|
},
|
|
"exported_at": "2024-02-05T22:54:33+01:00",
|
|
"name": "Basic - Two server",
|
|
"author": "oulieu.lucas@gmail.com",
|
|
"description": "The basic installation on infrared with two server configurable via environment variables.",
|
|
"features": null,
|
|
"docker_images": {
|
|
"shadowner\/infrared-egg:latest": "shadowner\/infrared-egg:latest"
|
|
},
|
|
"file_denylist": [],
|
|
"startup": "infrared",
|
|
"config": {
|
|
"files": "{\r\n \"config.yml\": {\r\n \"parser\": \"yaml\",\r\n \"find\": {\r\n \"bind\": \"0.0.0.0:{{server.build.default.port}}\",\r\n \"keepAliveTimeout\": \"{{env.keepAliveTimeout}}s\",\r\n \"filters.rateLimiter.requestLimit\": \"{{env.rateLimiterMaxRequests}}\",\r\n \"filters.rateLimiter.windowLength\": \"{{env.rateLimiterTimeWindow}}s\"\r\n }\r\n }\r\n}",
|
|
"startup": "{\r\n \"done\": \"System is online\"\r\n}",
|
|
"logs": "{}",
|
|
"stop": "^C"
|
|
},
|
|
"scripts": {
|
|
"installation": {
|
|
"script": null,
|
|
"container": "alpine:3.4",
|
|
"entrypoint": "ash"
|
|
}
|
|
},
|
|
"variables": [
|
|
{
|
|
"name": "Keep Alive Timeout",
|
|
"description": "Maximum duration between packets before the client gets timed out.",
|
|
"env_variable": "keepAliveTimeout",
|
|
"default_value": "30",
|
|
"user_viewable": true,
|
|
"user_editable": true,
|
|
"rules": "required|int",
|
|
"field_type": "text"
|
|
},
|
|
{
|
|
"name": "Rate Limiter - Request Limit",
|
|
"description": "Request Limit is the amount of times an IP address can create a new connection before it gets blocked.",
|
|
"env_variable": "rateLimiterMaxRequests",
|
|
"default_value": "10",
|
|
"user_viewable": true,
|
|
"user_editable": true,
|
|
"rules": "required|int",
|
|
"field_type": "text"
|
|
},
|
|
{
|
|
"name": "Rate Limiter - Window Length",
|
|
"description": "Windows Length is the time frame for the Request Limit.",
|
|
"env_variable": "rateLimiterTimeWindow",
|
|
"default_value": "1",
|
|
"user_viewable": true,
|
|
"user_editable": true,
|
|
"rules": "required|int",
|
|
"field_type": "text"
|
|
},
|
|
{
|
|
"name": "Proxy - #1 Domains",
|
|
"description": "A list of domains for the addresses listed, separated by a coma.",
|
|
"env_variable": "DOMAINS_1",
|
|
"default_value": "localhost",
|
|
"user_viewable": true,
|
|
"user_editable": true,
|
|
"rules": "required|string|max:10000",
|
|
"field_type": "text"
|
|
},
|
|
{
|
|
"name": "Proxy - #1 Addresses",
|
|
"description": "A list of addresses including ports separated by a coma.",
|
|
"env_variable": "ADDRESSES_1",
|
|
"default_value": "127.0.0.1:25565",
|
|
"user_viewable": true,
|
|
"user_editable": true,
|
|
"rules": "required|string|max:200000",
|
|
"field_type": "text"
|
|
},
|
|
{
|
|
"name": "Proxy - #2 Domains",
|
|
"description": "A list of domains for the addresses listed, separated by a coma.",
|
|
"env_variable": "DOMAINS_2",
|
|
"default_value": "localhost",
|
|
"user_viewable": true,
|
|
"user_editable": true,
|
|
"rules": "required|string|max:10000",
|
|
"field_type": "text"
|
|
},
|
|
{
|
|
"name": "Proxy - #2 Addresses",
|
|
"description": "A list of addresses including ports separated by a coma.",
|
|
"env_variable": "ADDRESSES_2",
|
|
"default_value": "127.0.0.1:25565",
|
|
"user_viewable": true,
|
|
"user_editable": true,
|
|
"rules": "required|string|max:200000",
|
|
"field_type": "text"
|
|
},
|
|
{
|
|
"name": "Proxy Count",
|
|
"description": "Used to keep track of the number of proxies to create.",
|
|
"env_variable": "PROXY_COUNT",
|
|
"default_value": "2",
|
|
"user_viewable": false,
|
|
"user_editable": false,
|
|
"rules": "required|int",
|
|
"field_type": "text"
|
|
}
|
|
]
|
|
} |