mirror of
https://github.com/parkervcp/eggs.git
synced 2024-11-25 23:33:00 +08:00
rename 14
This commit is contained in:
parent
7739b54837
commit
5adce56065
@ -1,17 +1,17 @@
|
|||||||
{
|
{
|
||||||
"_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": "2022-05-08T21:54:05+02:00",
|
"exported_at": "2023-12-12T15:32:12+01:00",
|
||||||
"name": "Postgres",
|
"name": "Postgres 14",
|
||||||
"author": "parker@parkervcp.com",
|
"author": "parker@parkervcp.com",
|
||||||
"description": "A default Postgres install that is not really editable.",
|
"description": "A default Postgres install that is not really editable.",
|
||||||
"features": null,
|
"features": null,
|
||||||
"images": [
|
"docker_images": {
|
||||||
"ghcr.io\/parkervcp\/yolks:postgres_14"
|
"ghcr.io\/parkervcp\/yolks:postgres_14": "ghcr.io\/parkervcp\/yolks:postgres_14"
|
||||||
],
|
},
|
||||||
"file_denylist": [],
|
"file_denylist": [],
|
||||||
"startup": "postgres -D \/home\/container\/postgres_db\/",
|
"startup": "postgres -D \/home\/container\/postgres_db\/",
|
||||||
"config": {
|
"config": {
|
||||||
@ -35,7 +35,8 @@
|
|||||||
"default_value": "pterodactyl",
|
"default_value": "pterodactyl",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
"user_editable": false,
|
"user_editable": false,
|
||||||
"rules": "required|string|max:20"
|
"rules": "required|string|max:20",
|
||||||
|
"field_type": "text"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Superuser Password",
|
"name": "Superuser Password",
|
||||||
@ -44,7 +45,8 @@
|
|||||||
"default_value": "Pl3453Ch4n63M3!",
|
"default_value": "Pl3453Ch4n63M3!",
|
||||||
"user_viewable": true,
|
"user_viewable": true,
|
||||||
"user_editable": false,
|
"user_editable": false,
|
||||||
"rules": "required|string|max:20"
|
"rules": "required|string|max:20",
|
||||||
|
"field_type": "text"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
@ -4,7 +4,7 @@
|
|||||||
"version": "PTDL_v2",
|
"version": "PTDL_v2",
|
||||||
"update_url": null
|
"update_url": null
|
||||||
},
|
},
|
||||||
"exported_at": "2023-12-12T13:57:39+08:00",
|
"exported_at": "2023-12-12T15:33:25+01:00",
|
||||||
"name": "Postgres 16",
|
"name": "Postgres 16",
|
||||||
"author": "parker@parkervcp.com",
|
"author": "parker@parkervcp.com",
|
||||||
"description": "A default Postgres install that is not really editable.",
|
"description": "A default Postgres install that is not really editable.",
|
||||||
|
Loading…
Reference in New Issue
Block a user