mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-22 20:42:54 +08:00
fix typo
This commit is contained in:
parent
90e97339e5
commit
798e5eb26a
@ -1,22 +1,22 @@
|
|||||||
{
|
{
|
||||||
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
|
||||||
"meta": {
|
"meta": {
|
||||||
"version": "PTDL_v1",
|
"version": "PTDL_v2",
|
||||||
"update_url": null
|
"update_url": null
|
||||||
},
|
},
|
||||||
"exported_at": "2021-11-15T13:39:55-08:00",
|
"exported_at": "2022-11-27T17:50:04+01:00",
|
||||||
"name": "5e Tools",
|
"name": "5e Tools",
|
||||||
"author": "pterodactyl@demi.cloud",
|
"author": "pterodactyl@demi.cloud",
|
||||||
"description": "A suite of tools for 5th Edition Dungeons & Dragons players and Dungeon Masters.",
|
"description": "A suite of tools for 5th Edition Dungeons & Dragons players and Dungeon Masters.",
|
||||||
"features": null,
|
"features": null,
|
||||||
"images": [
|
"docker_images": {
|
||||||
"ghcr.io\/parkervcp\/yolks:debian"
|
"ghcr.io\/parkervcp\/yolks:debian": "ghcr.io\/parkervcp\/yolks:debian"
|
||||||
],
|
},
|
||||||
"file_denylist": [],
|
"file_denylist": [],
|
||||||
"startup": "cd ~\/5e-tools && git pull && cd && .\/caddy run -config ~\/caddy.json",
|
"startup": "cd ~\/5e-tools && git pull && cd && .\/caddy run --config ~\/caddy.json",
|
||||||
"config": {
|
"config": {
|
||||||
"files": "{\r\n \"caddy.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"apps.http.servers.srv0.listen.0\": \":{{server.build.default.port}}\"\r\n }\r\n }\r\n}",
|
"files": "{\r\n \"caddy.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"apps.http.servers.srv0.listen.0\": \":{{server.build.default.port}}\"\r\n }\r\n }\r\n}",
|
||||||
"startup": "{\r\n \"done\": \"serving initial configuration\",\r\n \"userInteraction\": []\r\n}",
|
"startup": "{\r\n \"done\": \"serving initial configuration\"\r\n}",
|
||||||
"logs": "{}",
|
"logs": "{}",
|
||||||
"stop": "^C"
|
"stop": "^C"
|
||||||
},
|
},
|
||||||
@ -35,7 +35,8 @@
|
|||||||
"default_value": "https:\/\/github.com\/5etools-mirror-1\/5etools-mirror-1.github.io",
|
"default_value": "https:\/\/github.com\/5etools-mirror-1\/5etools-mirror-1.github.io",
|
||||||
"user_viewable": false,
|
"user_viewable": false,
|
||||||
"user_editable": false,
|
"user_editable": false,
|
||||||
"rules": "required|url"
|
"rules": "required|url",
|
||||||
|
"field_type": "text"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user