Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0zul/LavalinkOnHeroku
A test heroku app to deploy your own lavalink server
https://github.com/0zul/LavalinkOnHeroku
Last synced: 2 days ago
JSON representation
A test heroku app to deploy your own lavalink server
- Host: GitHub
- URL: https://github.com/0zul/LavalinkOnHeroku
- Owner: 0zul
- Archived: true
- Created: 2020-05-10T16:15:03.000Z (over 4 years ago)
- Default Branch: auto
- Last Pushed: 2021-10-05T07:50:57.000Z (about 3 years ago)
- Last Synced: 2024-08-02T13:34:17.571Z (3 months ago)
- Homepage:
- Size: 39.1 KB
- Stars: 14
- Watchers: 1
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# heroku-lavalink
![LavalinkOnHeroku](https://socialify.git.ci/IamTheRealSami/LavalinkOnHeroku/image?description=1&font=Source%20Code%20Pro&forks=1&issues=1&language=1&owner=1&pattern=Formal%20Invitation&pulls=1&stargazers=1&theme=Dark)
Now with internal pinging.
Easily deploy a lavalink server on heroku.
This is a very elementary and barebones approach, but reliable nonetheless.
This branch will automatically download the Lavalink.jar, but it may not be latest.Current Lavalink release: **v3.3.2.1**
# DEPRECATION NOTICE
I've officially stopped providing any updates to this as it was just made for fun. You're free to fork, make modification and run it on your own heroku client but tbh, why do you wanna do so? Make an account on DigitalOcean using my [link to get free $100 credit to use.](https://m.do.co/c/85f061dbe5c1)
**Using Github Deploy:**
1. Create a fork of this repo
2. Navigate to your heroku project @dashboard.heroku.com
3. Navigate to your project *"Settings"*, click *"Reaveal Config Vars"*, and set a new var called *PASS* to what you want your lavalink password to be.
4. Navigate to the *"Deploy"* tab
5. Find/Click the *"Connect to GitHub"* section and login if needed
6. For the repo name, type *"heroku-lavalink"* and Click *"Search"*
7. Click *"Connect"*
8. Scroll down and find *"Manual Deploy"*, then switch the branch to auto and *"Deploy Branch"*.**Heroku CLI:**
1. Download files (Clone or download->Download ZIP).
2. Extract files into an empty directory.
3. Follow https://devcenter.heroku.com/articles/git.
If heroku is unable to automatically configure buildpacks, go to your projects settings on the heroku website and add java and nodejs.
4. Go to your project settings->config vars on heroku and set a new var called PASS to what you want your lavalink password to be.**Easy Heroku Deploy Button**
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/IamTheRealSami/LavalinkOnHeroku/tree/auto)
**Notes:**
1. After changing PASS you must redeploy or click the More menu and *restart all dynos*.
2. If heroku is unable to automatically configure buildpacks, go to your projects settings on the heroku website and add java and nodejs.