From f87f5ce283d206930562a9782dead0518350ea57 Mon Sep 17 00:00:00 2001 From: Kyle Speight Date: Tue, 9 Sep 2025 21:12:38 -0700 Subject: [PATCH] modified some --- bots/discord/aoede/egg-aoede.json | 6 +- bots/discord/atlbot/egg-a-t-l-bot.json | 6 +- bots/discord/bastion/egg-bastion.json | 6 +- bots/discord/corpbot/egg-corp-bot.json | 100 +++++++++--------- bots/discord/dynamica/egg-dynamica.json | 4 +- bots/discord/fragbot/egg-fragbot.json | 4 +- .../egg-game-server-watcher.json | 4 +- bots/discord/jmusicbot/egg-j-music-bot.json | 4 +- 8 files changed, 67 insertions(+), 67 deletions(-) diff --git a/bots/discord/aoede/egg-aoede.json b/bots/discord/aoede/egg-aoede.json index e8242dbf..89a3a3f2 100644 --- a/bots/discord/aoede/egg-aoede.json +++ b/bots/discord/aoede/egg-aoede.json @@ -5,12 +5,12 @@ "update_url": null }, "exported_at": "2023-12-12T20:05:05+00:00", - "name": "Aoede", - "author": "contact@bldy.ovh", + "name": "Aoede Bot", + "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.", "features": null, "docker_images": { - "ghcr.io\/parkervcp\/yolks:ubuntu": "ghcr.io\/parkervcp\/yolks:ubuntu" + "ghcr.io\/kylehost\/yolks:ubuntu": "ghcr.io\/kylehost\/yolks:ubuntu" }, "file_denylist": [], "startup": ".\/aoede", diff --git a/bots/discord/atlbot/egg-a-t-l-bot.json b/bots/discord/atlbot/egg-a-t-l-bot.json index 296fa4d6..cbbd42ac 100644 --- a/bots/discord/atlbot/egg-a-t-l-bot.json +++ b/bots/discord/atlbot/egg-a-t-l-bot.json @@ -5,12 +5,12 @@ "update_url": null }, "exported_at": "2024-04-01T11:14:53+02:00", - "name": "ATLBot", - "author": "jfeldt19@gmail.com", + "name": "ATLBot Discord", + "author": "kyle@kyle-hosting.xyz", "description": "ATLbot in ptero\r\n\r\nhttps:\/\/github.com\/ATLauncher\/discord-bot\/", "features": null, "docker_images": { - "Nodejs 16": "ghcr.io\/parkervcp\/yolks:node_16" + "Nodejs 16": "ghcr.io\/kylehost\/yolks:node_16" }, "file_denylist": [], "startup": "npm run start", diff --git a/bots/discord/bastion/egg-bastion.json b/bots/discord/bastion/egg-bastion.json index 2e4b2dd7..29857c29 100644 --- a/bots/discord/bastion/egg-bastion.json +++ b/bots/discord/bastion/egg-bastion.json @@ -5,12 +5,12 @@ "update_url": null }, "exported_at": "2024-04-02T14:04:19+02:00", - "name": "Bastion", - "author": "parker@parkervcp.com", + "name": "Bastion Bot", + "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", "features": null, "docker_images": { - "Bastion": "ghcr.io\/parkervcp\/yolks:bot_bastion" + "Bastion": "ghcr.io\/kylehost\/yolks:bot_bastion" }, "file_denylist": [], "startup": "{{STARTUP_CMD}}", diff --git a/bots/discord/corpbot/egg-corp-bot.json b/bots/discord/corpbot/egg-corp-bot.json index a3edda99..76146d9f 100644 --- a/bots/discord/corpbot/egg-corp-bot.json +++ b/bots/discord/corpbot/egg-corp-bot.json @@ -1,52 +1,52 @@ { - "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", - "meta": { - "version": "PTDL_v2", - "update_url": null + "_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", + "meta": { + "version": "PTDL_v2", + "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", - "author": "parker@parkervcp.com", - "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\/parkervcp\/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" - }, - { - "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" - } - ] -} \ No newline at end of file + { + "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" + } + ] +} diff --git a/bots/discord/dynamica/egg-dynamica.json b/bots/discord/dynamica/egg-dynamica.json index a8d1e1df..193a6872 100644 --- a/bots/discord/dynamica/egg-dynamica.json +++ b/bots/discord/dynamica/egg-dynamica.json @@ -6,11 +6,11 @@ }, "exported_at": "2024-04-02T14:13:31+02:00", "name": "Dynamica", - "author": "sebastian.pietschner@gmail.com", + "author": "kyle@kyle-hosting.xyz", "description": "An easy-to-use dynamic voice channel bot.", "features": null, "docker_images": { - "Nodejs 18": "ghcr.io\/parkervcp\/yolks:nodejs_18" + "Nodejs 18": "ghcr.io\/kylehost\/yolks:nodejs_18" }, "file_denylist": [], "startup": "npx prisma migrate deploy && yarn start", diff --git a/bots/discord/fragbot/egg-fragbot.json b/bots/discord/fragbot/egg-fragbot.json index d48a167b..009b057a 100644 --- a/bots/discord/fragbot/egg-fragbot.json +++ b/bots/discord/fragbot/egg-fragbot.json @@ -6,11 +6,11 @@ }, "exported_at": "2024-04-01T11:21:19+02:00", "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", "features": null, "docker_images": { - "ghcr.io\/parkervcp\/yolks:alpine": "ghcr.io\/parkervcp\/yolks:alpine" + "ghcr.io\/parkervcp\/yolks:alpine": "ghcr.io\/kylehost\/yolks:alpine" }, "file_denylist": [], "startup": ".\/fragbot", diff --git a/bots/discord/game-server-watcher/egg-game-server-watcher.json b/bots/discord/game-server-watcher/egg-game-server-watcher.json index fd13ef47..6af7e015 100644 --- a/bots/discord/game-server-watcher/egg-game-server-watcher.json +++ b/bots/discord/game-server-watcher/egg-game-server-watcher.json @@ -6,11 +6,11 @@ }, "exported_at": "2024-04-02T14:15:38+02:00", "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", "features": null, "docker_images": { - "Node.js 20": "ghcr.io\/parkervcp\/yolks:nodejs_20" + "Node.js 20": "ghcr.io\/kylehost\/yolks:nodejs_20" }, "file_denylist": [], "startup": "env PORT={{SERVER_PORT}} \/usr\/local\/bin\/node \/home\/container\/dist\/server.js", diff --git a/bots/discord/jmusicbot/egg-j-music-bot.json b/bots/discord/jmusicbot/egg-j-music-bot.json index 8a640fd6..02487087 100644 --- a/bots/discord/jmusicbot/egg-j-music-bot.json +++ b/bots/discord/jmusicbot/egg-j-music-bot.json @@ -6,11 +6,11 @@ }, "exported_at": "2023-09-20T21:17:10+02:00", "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!", "features": null, "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": [], "startup": "java -Dnogui=true -jar JMusicBot.jar",