rename 14

This commit is contained in:
Quinten 2023-12-12 15:34:20 +01:00 committed by GitHub
parent 7739b54837
commit 5adce56065
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 10 deletions

View File

@ -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"
} }
] ]
} }

View File

@ -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.",
@ -49,4 +49,4 @@
"field_type": "text" "field_type": "text"
} }
] ]
} }