2020-09-19 16:24:34 +08:00
{
"_comment" : "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO" ,
"meta" : {
2021-04-11 19:57:17 +08:00
"version" : "PTDL_v1" ,
"update_url" : null
2020-09-19 16:24:34 +08:00
} ,
2021-04-11 19:57:17 +08:00
"exported_at" : "2021-04-11T13:56:42+02:00" ,
2020-09-19 16:24:34 +08:00
"name" : "Lavalink" ,
"author" : "damuffin36@gmail.com" ,
2022-08-24 05:10:43 +08:00
"description" : "A standalone audio sending node based on Lavaplayer and Koe. Allows for sending audio without it ever reaching any of your shards.\r\nDescription taken from https:\/\/github.com\/freyacodes\/Lavalink" ,
2021-04-11 19:57:17 +08:00
"features" : null ,
"images" : [
2022-04-18 21:37:14 +08:00
"ghcr.io/parkervcp/yolks:java_11"
2021-04-11 19:57:17 +08:00
] ,
"file_denylist" : [ ] ,
2020-09-19 16:24:34 +08:00
"startup" : "java -jar Lavalink.jar" ,
"config" : {
2020-10-12 04:27:45 +08:00
"files" : "{\r\n \"application.yml\": {\r\n \"parser\": \"yml\",\r\n \"find\": {\r\n \"server.address\": \"0.0.0.0\",\r\n \"server.port\": \"{{server.build.default.port}}\"\r\n }\r\n }\r\n}" ,
2020-09-19 16:24:34 +08:00
"startup" : "{\r\n \"done\": \"Started Launcher in \"\r\n}" ,
"logs" : "{}" ,
"stop" : "^C"
} ,
"scripts" : {
"installation" : {
2021-04-11 19:57:17 +08:00
"script" : "#!\/bin\/bash\r\n# NodeJS Bot Installation Script\r\n#\r\n# Server Files: \/mnt\/server\r\napt update\r\napt install -y git curl\r\n\r\nmkdir -p \/mnt\/server\r\ncd \/mnt\/server\r\n\r\ncurl -L -o Lavalink.jar https:\/\/github.com\/freyacodes\/Lavalink\/releases\/latest\/download\/Lavalink.jar\r\n\r\ncurl -L -o application.yml https:\/\/raw.githubusercontent.com\/freyacodes\/Lavalink\/master\/LavalinkServer\/application.yml.example\r\n\r\necho -e \"install complete\"\r\nexit 0" ,
2022-04-18 21:43:50 +08:00
"container" : "debian:bullseye-slim" ,
2020-09-19 16:24:34 +08:00
"entrypoint" : "bash"
}
} ,
"variables" : [ ]
2022-04-18 21:37:14 +08:00
}