Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pelican UUID Update... #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions nosql/mongodb/egg-mongo-d-b.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2022-08-28T13:33:51+02:00",
"exported_at": "2024-06-02T14:34:25+00:00",
"name": "MongoDB",
"author": "[email protected]",
"uuid": "397bdc7f-fe96-4138-86de-f2b72357fbbf",
"description": "MongoDB is a general purpose, document-based, distributed database built for modern application developers and for my butt era.",
"features": null,
"docker_images": {
Expand Down Expand Up @@ -37,6 +38,7 @@
"user_viewable": true,
"user_editable": true,
"rules": "required|string",
"sort": null,
"field_type": "text"
},
{
Expand All @@ -47,7 +49,8 @@
"user_viewable": true,
"user_editable": true,
"rules": "required|string",
"sort": null,
"field_type": "text"
}
]
}
}
7 changes: 5 additions & 2 deletions nosql/mongodb/egg-mongo-d-b6.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2022-10-31T17:26:13+00:00",
"exported_at": "2024-06-02T14:34:24+00:00",
"name": "MongoDB 6",
"author": "[email protected]",
"uuid": "e977e061-8320-4649-9910-6d3056950ef3",
"description": "MongoDB is a general purpose, document-based, distributed database built for modern application developers and for my butt era.",
"features": null,
"docker_images": {
Expand Down Expand Up @@ -36,6 +37,7 @@
"user_viewable": true,
"user_editable": true,
"rules": "required|string",
"sort": null,
"field_type": "text"
},
{
Expand All @@ -46,6 +48,7 @@
"user_viewable": true,
"user_editable": true,
"rules": "required|string",
"sort": null,
"field_type": "text"
}
]
Expand Down
7 changes: 5 additions & 2 deletions nosql/mongodb/egg-mongo-d-b7.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2024-02-02T10:25:08+01:00",
"exported_at": "2024-06-02T14:34:26+00:00",
"name": "MongoDB 7",
"author": "[email protected]",
"uuid": "dfbe8f8b-a06f-4033-ab21-ae0aab11abb7",
"description": "MongoDB is a general purpose, document-based, distributed database built for modern application developers and for my butt era.",
"features": null,
"docker_images": {
Expand Down Expand Up @@ -36,6 +37,7 @@
"user_viewable": true,
"user_editable": true,
"rules": "required|string",
"sort": null,
"field_type": "text"
},
{
Expand All @@ -46,6 +48,7 @@
"user_viewable": true,
"user_editable": true,
"rules": "required|string",
"sort": null,
"field_type": "text"
}
]
Expand Down
126 changes: 65 additions & 61 deletions nosql/rethinkdb/egg-rethinkdb.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,66 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2024-04-02T14:35:12+02:00",
"name": "rethinkdb",
"author": "[email protected]",
"description": "The open-source database for the realtime web",
"features": null,
"docker_images": {
"Debian": "ghcr.io\/parkervcp\/yolks:debian"
},
"file_denylist": [],
"startup": ".\/rethinkdb --bind 0.0.0.0 --cluster-port {{SERVER_PORT}} --driver-port {{DRIVER_PORT}} --http-port {{HTTP_PORT}} --initial-password auto --no-http-admin",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"Server ready\"\r\n}",
"logs": "{}",
"stop": "^C"
},
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\n\r\napt update\r\napt install -y wget tar binutils xz-utils\r\n\r\nARCH=$([[ \"$(uname -m)\" == \"x86_64\" ]] && echo \"amd64\" || echo \"arm64\")\r\n\r\nmkdir -p \/mnt\/server\r\n\r\ncd \/tmp\r\nwget https:\/\/download.rethinkdb.com\/repository\/debian-bookworm\/pool\/r\/rethinkdb\/rethinkdb_${VERSION}~0bookworm_${ARCH}.deb -O rethinkdb.deb\r\n\r\nar xv rethinkdb.deb\r\n\r\ntar xvf data.tar.xz\r\n\r\nmv \/tmp\/usr\/bin\/rethinkdb \/mnt\/server\r\n\r\necho \"-----------------------------------------\"\r\necho \"Installation completed...\"\r\necho \"-----------------------------------------\"",
"container": "ghcr.io\/parkervcp\/installers:debian",
"entrypoint": "bash"
}
},
"variables": [
{
"name": "Version",
"description": "",
"env_variable": "VERSION",
"default_value": "2.4.4",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:20",
"field_type": "text"
},
{
"name": "Driver port",
"description": "",
"env_variable": "DRIVER_PORT",
"default_value": "25568",
"user_viewable": true,
"user_editable": false,
"rules": "required|string|max:10",
"field_type": "text"
},
{
"name": "Http port",
"description": "",
"env_variable": "HTTP_PORT",
"default_value": "25569",
"user_viewable": true,
"user_editable": false,
"rules": "required|string|max:10",
"field_type": "text"
}
]
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2024-06-02T14:34:29+00:00",
"name": "rethinkdb",
"author": "[email protected]",
"uuid": "867a5c42-a031-4c3b-9d6e-fa9244882817",
"description": "The open-source database for the realtime web",
"features": null,
"docker_images": {
"Debian": "ghcr.io\/parkervcp\/yolks:debian"
},
"file_denylist": [],
"startup": ".\/rethinkdb --bind 0.0.0.0 --cluster-port {{SERVER_PORT}} --driver-port {{DRIVER_PORT}} --http-port {{HTTP_PORT}} --initial-password auto --no-http-admin",
"config": {
"files": "{}",
"startup": "{\r\n \"done\": \"Server ready\"\r\n}",
"logs": "{}",
"stop": "^C"
},
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\n\r\napt update\r\napt install -y wget tar binutils xz-utils\r\n\r\nARCH=$([[ \"$(uname -m)\" == \"x86_64\" ]] && echo \"amd64\" || echo \"arm64\")\r\n\r\nmkdir -p \/mnt\/server\r\n\r\ncd \/tmp\r\nwget https:\/\/download.rethinkdb.com\/repository\/debian-bookworm\/pool\/r\/rethinkdb\/rethinkdb_${VERSION}~0bookworm_${ARCH}.deb -O rethinkdb.deb\r\n\r\nar xv rethinkdb.deb\r\n\r\ntar xvf data.tar.xz\r\n\r\nmv \/tmp\/usr\/bin\/rethinkdb \/mnt\/server\r\n\r\necho \"-----------------------------------------\"\r\necho \"Installation completed...\"\r\necho \"-----------------------------------------\"",
"container": "ghcr.io\/parkervcp\/installers:debian",
"entrypoint": "bash"
}
},
"variables": [
{
"name": "Version",
"description": "",
"env_variable": "VERSION",
"default_value": "2.4.4",
"user_viewable": true,
"user_editable": true,
"rules": "required|string|max:20",
"sort": null,
"field_type": "text"
},
{
"name": "Driver port",
"description": "",
"env_variable": "DRIVER_PORT",
"default_value": "25568",
"user_viewable": true,
"user_editable": false,
"rules": "required|string|max:10",
"sort": null,
"field_type": "text"
},
{
"name": "Http port",
"description": "",
"env_variable": "HTTP_PORT",
"default_value": "25569",
"user_viewable": true,
"user_editable": false,
"rules": "required|string|max:10",
"sort": null,
"field_type": "text"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2022-07-11T13:17:43+02:00",
"exported_at": "2024-06-02T14:34:27+00:00",
"name": "Redis",
"author": "[email protected]",
"uuid": "5a02359e-3343-4af7-86dc-887c4a7a23ba",
"description": "Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams.",
"features": null,
"docker_images": {
Expand Down Expand Up @@ -36,7 +37,8 @@
"user_viewable": true,
"user_editable": true,
"rules": "required|string",
"sort": null,
"field_type": "text"
}
]
}
}
8 changes: 5 additions & 3 deletions redis/redis-6/egg-redis-6.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2022-07-11T13:18:27+02:00",
"exported_at": "2024-06-02T14:34:28+00:00",
"name": "Redis-6",
"author": "[email protected]",
"uuid": "f6693b4c-9ea0-4f76-959d-ea180a20ae92",
"description": "Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams.",
"features": null,
"docker_images": {
Expand Down Expand Up @@ -36,7 +37,8 @@
"user_viewable": true,
"user_editable": true,
"rules": "required|string",
"sort": null,
"field_type": "text"
}
]
}
}
6 changes: 4 additions & 2 deletions redis/redis-7/egg-redis-7.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2022-10-02T16:30:14+01:00",
"exported_at": "2024-06-02T14:34:28+00:00",
"name": "Redis-7",
"author": "[email protected]",
"uuid": "96482492-e3ef-4d3b-9d9c-fd8d618e54b5",
"description": "Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, geospatial indexes with radius queries and streams.",
"features": null,
"docker_images": {
Expand Down Expand Up @@ -36,6 +37,7 @@
"user_viewable": true,
"user_editable": true,
"rules": "required|string",
"sort": null,
"field_type": "text"
}
]
Expand Down
5 changes: 3 additions & 2 deletions sql/mariadb/egg-maria-d-b10-3.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2023-12-19T09:54:17+01:00",
"exported_at": "2024-06-02T14:34:29+00:00",
"name": "MariaDB 10.3",
"author": "[email protected]",
"uuid": "4b4efa4c-1739-42f9-91d5-c99d618a6d89",
"description": "One of the most popular database servers. Made by the original developers of MySQL. Guaranteed to stay open source.",
"features": null,
"docker_images": {
Expand Down
7 changes: 5 additions & 2 deletions sql/postgres/egg-postgres14.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2023-12-12T15:32:12+01:00",
"exported_at": "2024-06-02T14:34:26+00:00",
"name": "Postgres 14",
"author": "[email protected]",
"uuid": "ddd63c87-a5b4-4c29-8cdc-d285e879ce73",
"description": "A default Postgres install that is not really editable.",
"features": null,
"docker_images": {
Expand Down Expand Up @@ -36,6 +37,7 @@
"user_viewable": true,
"user_editable": false,
"rules": "required|string|max:20",
"sort": null,
"field_type": "text"
},
{
Expand All @@ -46,6 +48,7 @@
"user_viewable": true,
"user_editable": false,
"rules": "required|string|max:20",
"sort": null,
"field_type": "text"
}
]
Expand Down
7 changes: 5 additions & 2 deletions sql/postgres/egg-postgres16.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PANEL",
"meta": {
"version": "PTDL_v2",
"update_url": null
},
"exported_at": "2023-12-12T15:33:25+01:00",
"exported_at": "2024-06-02T14:34:27+00:00",
"name": "Postgres 16",
"author": "[email protected]",
"uuid": "3490d65d-66df-431e-8455-99a649f89c0e",
"description": "A default Postgres install that is not really editable.",
"features": null,
"docker_images": {
Expand Down Expand Up @@ -36,6 +37,7 @@
"user_viewable": true,
"user_editable": false,
"rules": "required|string|max:20",
"sort": null,
"field_type": "text"
},
{
Expand All @@ -46,6 +48,7 @@
"user_viewable": true,
"user_editable": false,
"rules": "required|string|max:20",
"sort": null,
"field_type": "text"
}
]
Expand Down