Update sinusbot to use new image.

Updates to latest debian based image.
Image has Python 3 to fix youtube-dlp compatability and resolve #1873
This commit is contained in:
Michael Parker 2022-09-29 16:01:46 -04:00
parent bd88f39040
commit a7290ee4fa
No known key found for this signature in database
GPG Key ID: A267F3F56C9E65F3

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-02-06T02:44:05+02:00", "exported_at": "2022-09-29T16:00:25-04:00",
"name": "Sinusbot", "name": "Sinusbot",
"author": "support@pterodactyl.io", "author": "support@pterodactyl.io",
"description": "Musicbot for Discord and Teamspeak.", "description": "Musicbot for Discord and Teamspeak.",
"features": null, "features": null,
"images": [ "docker_images": {
"quay.io\/parkervcp\/pterodactyl-images:bot_sinusbot" "ghcr.io\/parkervcp\/yolks:bot_sinusbot": "ghcr.io\/parkervcp\/yolks:bot_sinusbot"
], },
"file_denylist": [], "file_denylist": [],
"startup": ".\/sinusbot --override-password=\"${OVERRIDE_PASSWORD}\"", "startup": ".\/sinusbot --override-password=\"${OVERRIDE_PASSWORD}\"",
"config": { "config": {
@ -35,7 +35,8 @@
"default_value": "CHANGEME", "default_value": "CHANGEME",
"user_viewable": true, "user_viewable": true,
"user_editable": true, "user_editable": true,
"rules": "required|string|max:20" "rules": "required|string|max:20",
"field_type": "text"
} }
] ]
} }