modified some

This commit is contained in:
Kyle Speight
2025-09-09 21:12:38 -07:00
parent fcfd5a3549
commit f87f5ce283
8 changed files with 67 additions and 67 deletions
+3 -3
View File
@@ -5,12 +5,12 @@
"update_url": null "update_url": null
}, },
"exported_at": "2023-12-12T20:05:05+00:00", "exported_at": "2023-12-12T20:05:05+00:00",
"name": "Aoede", "name": "Aoede Bot",
"author": "contact@bldy.ovh", "author": "kyle@kyle-hosting.xyz",
"description": "Aoede is a Discord music bot that directly streams from Spotify to Discord. The only interface is Spotify itself.", "description": "Aoede is a Discord music bot that directly streams from Spotify to Discord. The only interface is Spotify itself.",
"features": null, "features": null,
"docker_images": { "docker_images": {
"ghcr.io\/parkervcp\/yolks:ubuntu": "ghcr.io\/parkervcp\/yolks:ubuntu" "ghcr.io\/kylehost\/yolks:ubuntu": "ghcr.io\/kylehost\/yolks:ubuntu"
}, },
"file_denylist": [], "file_denylist": [],
"startup": ".\/aoede", "startup": ".\/aoede",
+3 -3
View File
@@ -5,12 +5,12 @@
"update_url": null "update_url": null
}, },
"exported_at": "2024-04-01T11:14:53+02:00", "exported_at": "2024-04-01T11:14:53+02:00",
"name": "ATLBot", "name": "ATLBot Discord",
"author": "jfeldt19@gmail.com", "author": "kyle@kyle-hosting.xyz",
"description": "ATLbot in ptero\r\n\r\nhttps:\/\/github.com\/ATLauncher\/discord-bot\/", "description": "ATLbot in ptero\r\n\r\nhttps:\/\/github.com\/ATLauncher\/discord-bot\/",
"features": null, "features": null,
"docker_images": { "docker_images": {
"Nodejs 16": "ghcr.io\/parkervcp\/yolks:node_16" "Nodejs 16": "ghcr.io\/kylehost\/yolks:node_16"
}, },
"file_denylist": [], "file_denylist": [],
"startup": "npm run start", "startup": "npm run start",
+3 -3
View File
@@ -5,12 +5,12 @@
"update_url": null "update_url": null
}, },
"exported_at": "2024-04-02T14:04:19+02:00", "exported_at": "2024-04-02T14:04:19+02:00",
"name": "Bastion", "name": "Bastion Bot",
"author": "parker@parkervcp.com", "author": "kyle@kyle-hosting.xyz",
"description": "Bastion is a multi-purpose Discord Bot that can help you automate most tasks in your server, from administration and moderation to keeping the members active through various incentives, games and other fun activities", "description": "Bastion is a multi-purpose Discord Bot that can help you automate most tasks in your server, from administration and moderation to keeping the members active through various incentives, games and other fun activities",
"features": null, "features": null,
"docker_images": { "docker_images": {
"Bastion": "ghcr.io\/parkervcp\/yolks:bot_bastion" "Bastion": "ghcr.io\/kylehost\/yolks:bot_bastion"
}, },
"file_denylist": [], "file_denylist": [],
"startup": "{{STARTUP_CMD}}", "startup": "{{STARTUP_CMD}}",
+50 -50
View File
@@ -1,52 +1,52 @@
{ {
"_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_v2", "version": "PTDL_v2",
"update_url": null "update_url": null
},
"exported_at": "2024-04-01T11:18:44+02:00",
"name": "CorpBot",
"author": "kyle@kyle-hosting.xyz",
"description": "A very clumsy python bot for discord \r\n\r\nhttps://github.com/corpnewt/CorpBot.py",
"features": null,
"docker_images": {
"ghcr.io/parkervcp/yolks:python_3.8": "ghcr.io/kylehost/yolks:python_3.8"
},
"file_denylist": [],
"startup": "/usr/local/bin/python Main.py",
"config": {
"files": "{\r\n \"settings_dict.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"token\": \"{{server.build.env.TOKEN}}\",\r\n \"prefix\": \"{{server.build.env.PREFIX}}\"\r\n }\r\n }\r\n}",
"startup": "{\r\n \"done\": \"Logged in as\"\r\n}",
"logs": "{}",
"stop": "^C"
},
"scripts": {
"installation": {
"script": "#!/bin/bash\r\n# CoprBot Install Script\r\n#\r\n## create dir is it doesn't exist\r\nif [ ! -d /mnt/server/ ]; then\r\n mkdir /mnt/server/\r\nfi\r\n\r\n## move to directory\r\ncd /mnt/server/\r\n\r\n## install deps\r\napt update\r\napt install -y git gcc curl\r\n\r\n## git clone \r\ngit clone https://github.com/corpnewt/CorpBot.py.git .\r\n\r\n## Modify Install.py to work properly in egg format\r\nmv Install.py Install.py.orig\r\nsed -n '/press enter to exit/q;p' Install.py.orig > Install.py\r\nsed -i 's/\"-U\"/\"-U\", \"--target\", \"\\/mnt\\/server\\/\"/g' Install.py\r\n\r\n## run Install.py script\r\npython Install.py\r\n\r\n## get config during install\r\nif [ ! -f /mnt/server/settings_dict.json ]; then\r\n curl https://raw.githubusercontent.com/parkervcp/eggs/master/bots/discord/corpbot/settings_dict.json -o settings_dict.json\r\nfi\r\n\r\n\r\n## install end\r\necho \"-----------------------------------------\"\r\necho \"Installation completed...\"\r\necho \"-----------------------------------------\"",
"container": "python:3.8-slim-bookworm",
"entrypoint": "bash"
}
},
"variables": [
{
"name": "Discord Bot Token",
"description": "Get your own token here - https://discordapp.com/developers/applications/",
"env_variable": "TOKEN",
"default_value": "GET_YOUR_OWN",
"user_viewable": true,
"user_editable": true,
"rules": "required|string",
"field_type": "text"
}, },
"exported_at": "2024-04-01T11:18:44+02:00", {
"name": "CorpBot", "name": "Command Prefix",
"author": "parker@parkervcp.com", "description": "The prefix for commands from the bot.",
"description": "A very clumsy python bot for discord \r\n\r\nhttps:\/\/github.com\/corpnewt\/CorpBot.py", "env_variable": "PREFIX",
"features": null, "default_value": ".",
"docker_images": { "user_viewable": true,
"ghcr.io\/parkervcp\/yolks:python_3.8": "ghcr.io\/parkervcp\/yolks:python_3.8" "user_editable": true,
}, "rules": "required|string",
"file_denylist": [], "field_type": "text"
"startup": "\/usr\/local\/bin\/python Main.py", }
"config": { ]
"files": "{\r\n \"settings_dict.json\": {\r\n \"parser\": \"json\",\r\n \"find\": {\r\n \"token\": \"{{server.build.env.TOKEN}}\",\r\n \"prefix\": \"{{server.build.env.PREFIX}}\"\r\n }\r\n }\r\n}", }
"startup": "{\r\n \"done\": \"Logged in as\"\r\n}",
"logs": "{}",
"stop": "^C"
},
"scripts": {
"installation": {
"script": "#!\/bin\/bash\r\n# CoprBot Install Script\r\n#\r\n## create dir is it doesn't exist\r\nif [ ! -d \/mnt\/server\/ ]; then\r\n mkdir \/mnt\/server\/\r\nfi\r\n\r\n## move to directory\r\ncd \/mnt\/server\/\r\n\r\n## install deps\r\napt update\r\napt install -y git gcc curl\r\n\r\n## git clone \r\ngit clone https:\/\/github.com\/corpnewt\/CorpBot.py.git .\r\n\r\n## Modify Install.py to work properly in egg format\r\nmv Install.py Install.py.orig\r\nsed -n '\/press enter to exit\/q;p' Install.py.orig > Install.py\r\nsed -i 's\/\"-U\"\/\"-U\", \"--target\", \"\\\/mnt\\\/server\\\/\"\/g' Install.py\r\n\r\n## run Install.py script\r\npython Install.py\r\n\r\n## get config during install\r\nif [ ! -f \/mnt\/server\/settings_dict.json ]; then\r\n curl https:\/\/raw.githubusercontent.com\/parkervcp\/eggs\/master\/bots\/discord\/corpbot\/settings_dict.json -o settings_dict.json\r\nfi\r\n\r\n\r\n## install end\r\necho \"-----------------------------------------\"\r\necho \"Installation completed...\"\r\necho \"-----------------------------------------\"",
"container": "python:3.8-slim-bookworm",
"entrypoint": "bash"
}
},
"variables": [
{
"name": "Discord Bot Token",
"description": "Get your own token here - https:\/\/discordapp.com\/developers\/applications\/",
"env_variable": "TOKEN",
"default_value": "GET_YOUR_OWN",
"user_viewable": true,
"user_editable": true,
"rules": "required|string",
"field_type": "text"
},
{
"name": "Command Prefix",
"description": "The prefix for commands from the bot.",
"env_variable": "PREFIX",
"default_value": ".",
"user_viewable": true,
"user_editable": true,
"rules": "required|string",
"field_type": "text"
}
]
}
+2 -2
View File
@@ -6,11 +6,11 @@
}, },
"exported_at": "2024-04-02T14:13:31+02:00", "exported_at": "2024-04-02T14:13:31+02:00",
"name": "Dynamica", "name": "Dynamica",
"author": "sebastian.pietschner@gmail.com", "author": "kyle@kyle-hosting.xyz",
"description": "An easy-to-use dynamic voice channel bot.", "description": "An easy-to-use dynamic voice channel bot.",
"features": null, "features": null,
"docker_images": { "docker_images": {
"Nodejs 18": "ghcr.io\/parkervcp\/yolks:nodejs_18" "Nodejs 18": "ghcr.io\/kylehost\/yolks:nodejs_18"
}, },
"file_denylist": [], "file_denylist": [],
"startup": "npx prisma migrate deploy && yarn start", "startup": "npx prisma migrate deploy && yarn start",
+2 -2
View File
@@ -6,11 +6,11 @@
}, },
"exported_at": "2024-04-01T11:21:19+02:00", "exported_at": "2024-04-01T11:21:19+02:00",
"name": "fragbot", "name": "fragbot",
"author": "parker@parkervcp.com", "author": "kyle@kyle-hosting.xyz",
"description": "The fragforce discord bot.\r\n\r\nlocated at https:\/\/github.com\/fragforce\/fragbot", "description": "The fragforce discord bot.\r\n\r\nlocated at https:\/\/github.com\/fragforce\/fragbot",
"features": null, "features": null,
"docker_images": { "docker_images": {
"ghcr.io\/parkervcp\/yolks:alpine": "ghcr.io\/parkervcp\/yolks:alpine" "ghcr.io\/parkervcp\/yolks:alpine": "ghcr.io\/kylehost\/yolks:alpine"
}, },
"file_denylist": [], "file_denylist": [],
"startup": ".\/fragbot", "startup": ".\/fragbot",
@@ -6,11 +6,11 @@
}, },
"exported_at": "2024-04-02T14:15:38+02:00", "exported_at": "2024-04-02T14:15:38+02:00",
"name": "Game Server Watcher", "name": "Game Server Watcher",
"author": "a-sync@devs.space", "author": "kyle@kyle-hosting.xyz",
"description": "A simple discord\/telegram\/slack bot that can be hosted on a free service to monitor your game servers and players in style. \ud83d\ude0e", "description": "A simple discord\/telegram\/slack bot that can be hosted on a free service to monitor your game servers and players in style. \ud83d\ude0e",
"features": null, "features": null,
"docker_images": { "docker_images": {
"Node.js 20": "ghcr.io\/parkervcp\/yolks:nodejs_20" "Node.js 20": "ghcr.io\/kylehost\/yolks:nodejs_20"
}, },
"file_denylist": [], "file_denylist": [],
"startup": "env PORT={{SERVER_PORT}} \/usr\/local\/bin\/node \/home\/container\/dist\/server.js", "startup": "env PORT={{SERVER_PORT}} \/usr\/local\/bin\/node \/home\/container\/dist\/server.js",
+2 -2
View File
@@ -6,11 +6,11 @@
}, },
"exported_at": "2023-09-20T21:17:10+02:00", "exported_at": "2023-09-20T21:17:10+02:00",
"name": "JMusicBot", "name": "JMusicBot",
"author": "parker@parkervcp.com", "author": "kyle@kyle-hosting.xyz",
"description": "A Discord music bot that's easy to set up and run yourself!", "description": "A Discord music bot that's easy to set up and run yourself!",
"features": null, "features": null,
"docker_images": { "docker_images": {
"ghcr.io\/pterodactyl\/yolks:java_17": "ghcr.io\/pterodactyl\/yolks:java_17" "ghcr.io\/kylehost\/yolks:java_17": "ghcr.io\/kylehost\/yolks:java_17"
}, },
"file_denylist": [], "file_denylist": [],
"startup": "java -Dnogui=true -jar JMusicBot.jar", "startup": "java -Dnogui=true -jar JMusicBot.jar",