Updating Readme / Install Script Update
This commit is contained in:
		
							parent
							
								
									91871ea5c5
								
							
						
					
					
						commit
						d2ce5690cb
					
				@ -1,3 +1,29 @@
 | 
				
			|||||||
 | 
					### Authors / Contributors
 | 
				
			||||||
 | 
					<!-- prettier-ignore-start -->
 | 
				
			||||||
 | 
					<!-- markdownlint-disable -->
 | 
				
			||||||
 | 
					<table>
 | 
				
			||||||
 | 
					    <tr>
 | 
				
			||||||
 | 
					        <td align="center">
 | 
				
			||||||
 | 
					            <a href="https://github.com/TubaApollo">
 | 
				
			||||||
 | 
					                <img src="https://avatars.githubusercontent.com/u/86665265" width="50px;" alt=""/><br /><sub><b>TubaApollo</b></sub>
 | 
				
			||||||
 | 
					            </a>
 | 
				
			||||||
 | 
					            <br />
 | 
				
			||||||
 | 
					            <a href="https://github.com/parkervcp/eggs/commits?author=TubaApollo" title="Codes">💻</a>
 | 
				
			||||||
 | 
					            <a href="https://github.com/parkervcp/eggs/commits?author=TubaApollo" title="Maintains">🔨</a>
 | 
				
			||||||
 | 
					        </td>
 | 
				
			||||||
 | 
					        <td align="center">
 | 
				
			||||||
 | 
					            <a href="https://github.com/lilkingjr1">
 | 
				
			||||||
 | 
					                <img src="https://avatars.githubusercontent.com/u/4533989" width="50px;" alt=""/><br /><sub><b>Red-Thirten</b></sub>
 | 
				
			||||||
 | 
					            </a>
 | 
				
			||||||
 | 
					            <br />
 | 
				
			||||||
 | 
					            <a href="https://github.com/parkervcp/eggs/commits?author=lilkingjr1" title="Codes">💻</a>
 | 
				
			||||||
 | 
					            <a href="https://github.com/parkervcp/eggs/commits?author=lilkingjr1" title="Contributor">💡</a>
 | 
				
			||||||
 | 
					        </td>
 | 
				
			||||||
 | 
					    </tr>
 | 
				
			||||||
 | 
					</table>
 | 
				
			||||||
 | 
					<!-- markdownlint-enable -->
 | 
				
			||||||
 | 
					<!-- prettier-ignore-end -->
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Muse
 | 
					# Muse
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Their [Github](https://github.com/codetheweb/muse)
 | 
					## Their [Github](https://github.com/codetheweb/muse)
 | 
				
			||||||
 | 
				
			|||||||
@ -4,13 +4,13 @@
 | 
				
			|||||||
        "version": "PTDL_v2",
 | 
					        "version": "PTDL_v2",
 | 
				
			||||||
        "update_url": null
 | 
					        "update_url": null
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "exported_at": "2023-08-06T20:16:08+00:00",
 | 
					    "exported_at": "2023-08-08T17:23:08+00:00",
 | 
				
			||||||
    "name": "Muse",
 | 
					    "name": "Muse",
 | 
				
			||||||
    "author": "hello@apollo.moe",
 | 
					    "author": "hello@apollo.moe",
 | 
				
			||||||
    "description": "\ud83c\udfa7 a self-hosted midwestern Discord music bot that doesn't suck",
 | 
					    "description": "\ud83c\udfa7 a self-hosted midwestern Discord music bot that doesn't suck",
 | 
				
			||||||
    "features": null,
 | 
					    "features": null,
 | 
				
			||||||
    "docker_images": {
 | 
					    "docker_images": {
 | 
				
			||||||
        "ghcr.io\/software-noob\/pterodactyl-images:nodejs_16": "ghcr.io\/software-noob\/pterodactyl-images:nodejs_16"
 | 
					        "ghcr.io\/parkervcp\/yolks:nodejs_16": "ghcr.io\/parkervcp\/yolks:nodejs_16"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "file_denylist": [],
 | 
					    "file_denylist": [],
 | 
				
			||||||
    "startup": "npm start",
 | 
					    "startup": "npm start",
 | 
				
			||||||
@ -22,7 +22,7 @@
 | 
				
			|||||||
    },
 | 
					    },
 | 
				
			||||||
    "scripts": {
 | 
					    "scripts": {
 | 
				
			||||||
        "installation": {
 | 
					        "installation": {
 | 
				
			||||||
            "script": "apt-get update\r\napt-get install openssl git ffmpeg -y -qq\r\ncd \/mnt\/server\r\nif [[ -d .git\/ ]]; then\r\n    git pull\r\nelse\r\n    git clone https:\/\/github.com\/codetheweb\/muse.git .;\r\nfi;\r\ncp .env.example .env\r\nyarn install --frozen-lockfile\r\nsed -i 's\/of filterWrapper[)]\/of filterWrapper|| [])\/g' \/mnt\/server\/node_modules\/ytsr\/lib\/utils.js",
 | 
					            "script": "## Credits: Red-Thirten (https:\/\/github.com\/lilkingjr1) for providing most of the installation script\r\napt-get update\r\napt-get install curl jq -y -qq\r\n\r\nGITHUB_PACKAGE=\"codetheweb\/muse\"\r\n\r\n# Find GitHub download URL for Muse for specified version\r\nLATEST_JSON=$(curl --silent \"https:\/\/api.github.com\/repos\/${GITHUB_PACKAGE}\/releases\/latest\")\r\nRELEASES=$(curl --silent \"https:\/\/api.github.com\/repos\/${GITHUB_PACKAGE}\/releases\")\r\n\r\nif [ -z \"${VERSION}\" ] || [ \"${VERSION}\" == \"latest\" ]; then\r\n    DOWNLOAD_URL=$(echo ${LATEST_JSON} | jq -r '.tarball_url')\r\nelse\r\n    VERSION_CHECK=$(echo ${RELEASES} | jq -r --arg VERSION \"${VERSION}\" '.[] | select(.tag_name==$VERSION) | .tag_name')\r\n    if [ \"${VERSION}\" == \"${VERSION_CHECK}\" ]; then\r\n        DOWNLOAD_URL=$(echo ${RELEASES} | jq -r --arg VERSION \"${VERSION}\" '.[] | select(.tag_name==$VERSION) | .tarball_url')\r\n    else\r\n        echo -e \"Could not find version \\\"${VERSION}\\\" of Muse. Defaulting to latest release...\"\r\n        DOWNLOAD_URL=$(echo ${LATEST_JSON} | jq -r '.tarball_url')\r\n    fi\r\nfi\r\n\r\n# Download Muse from GitHub & Extract\r\ncd \/mnt\/server\r\necho -e \"Downloading Muse from GitHub...\"\r\ncurl -L ${DOWNLOAD_URL} -o muse.tar.gz\r\necho -e \"Extracting Muse from tarball...\"\r\ntar -xvzf muse.tar.gz --strip-components=1\r\nrm muse.tar.gz\r\n\r\n# Verify and clean up Muse installation\r\nif [ ! -f .env.example ]; then\r\n    echo -e \"\\nFailed to download release: ${DOWNLOAD_URL}\\n\"\r\n    exit 1\r\nfi\r\ncp .env.example .env\r\nrm -rf .dockerignore Dockerfile .gitignore .github\/\r\nyarn install --frozen-lockfile\r\nsed -i 's\/of filterWrapper[)]\/of filterWrapper|| [])\/g' \/mnt\/server\/node_modules\/ytsr\/lib\/utils.js\r\n\r\necho -e \"\\nMuse Successfully Installed!\"",
 | 
				
			||||||
            "container": "node:lts-bullseye-slim",
 | 
					            "container": "node:lts-bullseye-slim",
 | 
				
			||||||
            "entrypoint": "bash"
 | 
					            "entrypoint": "bash"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
@ -77,6 +77,16 @@
 | 
				
			|||||||
            "user_editable": true,
 | 
					            "user_editable": true,
 | 
				
			||||||
            "rules": "required|string",
 | 
					            "rules": "required|string",
 | 
				
			||||||
            "field_type": "text"
 | 
					            "field_type": "text"
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        {
 | 
				
			||||||
 | 
					            "name": "Version",
 | 
				
			||||||
 | 
					            "description": "Specify a version, for example: \"v2.4.1\"\r\nFor the latest version, type \"latest\"",
 | 
				
			||||||
 | 
					            "env_variable": "VERSION",
 | 
				
			||||||
 | 
					            "default_value": "latest",
 | 
				
			||||||
 | 
					            "user_viewable": true,
 | 
				
			||||||
 | 
					            "user_editable": true,
 | 
				
			||||||
 | 
					            "rules": "required|string",
 | 
				
			||||||
 | 
					            "field_type": "text"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user