Path: blob/1.0-develop/database/Seeders/eggs/voice-servers/egg-mumble-server.json
7381 views
{1"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",2"meta": {3"version": "PTDL_v2",4"update_url": null5},6"exported_at": "2022-10-15T12:38:18+02:00",7"name": "Mumble Server",8"author": "[email protected]",9"description": "Mumble is an open source, low-latency, high quality voice chat software primarily intended for use while gaming.",10"features": null,11"docker_images": {12"Mumble": "ghcr.io\/parkervcp\/yolks:voice_mumble"13},14"file_denylist": [],15"startup": "mumble-server -fg -ini murmur.ini",16"config": {17"files": "{\r\n \"murmur.ini\": {\r\n \"parser\": \"ini\",\r\n \"find\": {\r\n \"database\": \"\/home\/container\/murmur.sqlite\",\r\n \"logfile\": \"\/home\/container\/murmur.log\",\r\n \"port\": \"{{server.build.default.port}}\",\r\n \"host\": \"0.0.0.0\",\r\n \"users\": \"{{server.build.env.MAX_USERS}}\"\r\n }\r\n }\r\n}",18"startup": "{\r\n \"done\": \"Server listening on\"\r\n}",19"logs": "{}",20"stop": "^C"21},22"scripts": {23"installation": {24"script": "#!\/bin\/ash\r\n\r\nif [ ! -d \/mnt\/server\/ ]; then\r\n mkdir \/mnt\/server\/\r\nfi\r\n\r\ncd \/mnt\/server\r\n\r\nFILE=\/mnt\/server\/murmur.ini\r\nif [ -f \"$FILE\" ]; then\r\n echo \"Config file already exists.\"\r\nelse \r\n echo \"Downloading the config file.\"\r\n apk add --no-cache murmur\r\n cp \/etc\/murmur.ini \/mnt\/server\/murmur.ini\r\n apk del murmur\r\nfi\r\necho \"done\"",25"container": "ghcr.io\/pterodactyl\/installers:alpine",26"entrypoint": "ash"27}28},29"variables": [30{31"name": "Maximum Users",32"description": "Maximum concurrent users on the mumble server.",33"env_variable": "MAX_USERS",34"default_value": "100",35"user_viewable": true,36"user_editable": false,37"rules": "required|numeric|digits_between:1,5",38"field_type": "text"39}40]41}424344