diff --git a/nosql/mongodb/egg-mongo-d-b.json b/nosql/mongodb/egg-mongo-d-b.json index facefe3f..f07e4b6f 100644 --- a/nosql/mongodb/egg-mongo-d-b.json +++ b/nosql/mongodb/egg-mongo-d-b.json @@ -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": "parker@parkervcp.com", + "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": { @@ -37,6 +38,7 @@ "user_viewable": true, "user_editable": true, "rules": "required|string", + "sort": null, "field_type": "text" }, { @@ -47,7 +49,8 @@ "user_viewable": true, "user_editable": true, "rules": "required|string", + "sort": null, "field_type": "text" } ] -} +} \ No newline at end of file diff --git a/nosql/mongodb/egg-mongo-d-b6.json b/nosql/mongodb/egg-mongo-d-b6.json index 96c8e9b7..cb7fc3ff 100644 --- a/nosql/mongodb/egg-mongo-d-b6.json +++ b/nosql/mongodb/egg-mongo-d-b6.json @@ -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": "parker@parkervcp.com", + "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": { @@ -36,6 +37,7 @@ "user_viewable": true, "user_editable": true, "rules": "required|string", + "sort": null, "field_type": "text" }, { @@ -46,6 +48,7 @@ "user_viewable": true, "user_editable": true, "rules": "required|string", + "sort": null, "field_type": "text" } ] diff --git a/nosql/mongodb/egg-mongo-d-b7.json b/nosql/mongodb/egg-mongo-d-b7.json index c00f8a90..5cac2285 100644 --- a/nosql/mongodb/egg-mongo-d-b7.json +++ b/nosql/mongodb/egg-mongo-d-b7.json @@ -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": "parker@parkervcp.com", + "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": { @@ -36,6 +37,7 @@ "user_viewable": true, "user_editable": true, "rules": "required|string", + "sort": null, "field_type": "text" }, { @@ -46,6 +48,7 @@ "user_viewable": true, "user_editable": true, "rules": "required|string", + "sort": null, "field_type": "text" } ] diff --git a/nosql/rethinkdb/egg-rethinkdb.json b/nosql/rethinkdb/egg-rethinkdb.json index e56f3b98..32a885b8 100644 --- a/nosql/rethinkdb/egg-rethinkdb.json +++ b/nosql/rethinkdb/egg-rethinkdb.json @@ -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": "josdekurk@gmail.com", - "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": "josdekurk@gmail.com", + "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" + } + ] } \ No newline at end of file diff --git a/redis/redis-5/egg-redis-5.json b/redis/redis-5/egg-redis.json similarity index 90% rename from redis/redis-5/egg-redis-5.json rename to redis/redis-5/egg-redis.json index c5356529..8f03b39e 100644 --- a/redis/redis-5/egg-redis-5.json +++ b/redis/redis-5/egg-redis.json @@ -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": "parker@parkervcp.com", + "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": { @@ -36,7 +37,8 @@ "user_viewable": true, "user_editable": true, "rules": "required|string", + "sort": null, "field_type": "text" } ] -} +} \ No newline at end of file diff --git a/redis/redis-6/egg-redis-6.json b/redis/redis-6/egg-redis-6.json index de978487..001e2445 100644 --- a/redis/redis-6/egg-redis-6.json +++ b/redis/redis-6/egg-redis-6.json @@ -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": "parker@parkervcp.com", + "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": { @@ -36,7 +37,8 @@ "user_viewable": true, "user_editable": true, "rules": "required|string", + "sort": null, "field_type": "text" } ] -} +} \ No newline at end of file diff --git a/redis/redis-7/egg-redis-7.json b/redis/redis-7/egg-redis-7.json index 46ecd794..e5955d43 100644 --- a/redis/redis-7/egg-redis-7.json +++ b/redis/redis-7/egg-redis-7.json @@ -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": "parker@parkervcp.com", + "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": { @@ -36,6 +37,7 @@ "user_viewable": true, "user_editable": true, "rules": "required|string", + "sort": null, "field_type": "text" } ] diff --git a/sql/mariadb/egg-maria-d-b10-3.json b/sql/mariadb/egg-maria-d-b10-3.json index a5b82d83..4aac122d 100644 --- a/sql/mariadb/egg-maria-d-b10-3.json +++ b/sql/mariadb/egg-maria-d-b10-3.json @@ -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": "parker@parkervcp.com", + "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": { diff --git a/sql/postgres/egg-postgres14.json b/sql/postgres/egg-postgres14.json index b3c5c14e..d7e83e35 100644 --- a/sql/postgres/egg-postgres14.json +++ b/sql/postgres/egg-postgres14.json @@ -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": "parker@parkervcp.com", + "uuid": "ddd63c87-a5b4-4c29-8cdc-d285e879ce73", "description": "A default Postgres install that is not really editable.", "features": null, "docker_images": { @@ -36,6 +37,7 @@ "user_viewable": true, "user_editable": false, "rules": "required|string|max:20", + "sort": null, "field_type": "text" }, { @@ -46,6 +48,7 @@ "user_viewable": true, "user_editable": false, "rules": "required|string|max:20", + "sort": null, "field_type": "text" } ] diff --git a/sql/postgres/egg-postgres16.json b/sql/postgres/egg-postgres16.json index 25f879d3..79b507c9 100644 --- a/sql/postgres/egg-postgres16.json +++ b/sql/postgres/egg-postgres16.json @@ -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": "parker@parkervcp.com", + "uuid": "3490d65d-66df-431e-8455-99a649f89c0e", "description": "A default Postgres install that is not really editable.", "features": null, "docker_images": { @@ -36,6 +37,7 @@ "user_viewable": true, "user_editable": false, "rules": "required|string|max:20", + "sort": null, "field_type": "text" }, { @@ -46,6 +48,7 @@ "user_viewable": true, "user_editable": false, "rules": "required|string|max:20", + "sort": null, "field_type": "text" } ]