https://github.com/alexprogrammerde/balena-minecraft-bungeecord
Build a Bungeecord Proxy using a Raspberry Pi! Supports Waterfall and SCP
https://github.com/alexprogrammerde/balena-minecraft-bungeecord
balena-cli balena-minecraft-bungeecord balenacloud balenacloud-application balenaetcher bungeecord bungeecord-proxy flash raspberry-pi sd-card
Last synced: 3 months ago
JSON representation
Build a Bungeecord Proxy using a Raspberry Pi! Supports Waterfall and SCP
- Host: GitHub
- URL: https://github.com/alexprogrammerde/balena-minecraft-bungeecord
- Owner: AlexProgrammerDE
- License: apache-2.0
- Created: 2020-01-16T14:30:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T13:49:49.000Z (almost 4 years ago)
- Last Synced: 2024-04-16T11:18:53.351Z (over 1 year ago)
- Topics: balena-cli, balena-minecraft-bungeecord, balenacloud, balenacloud-application, balenaetcher, bungeecord, bungeecord-proxy, flash, raspberry-pi, sd-card
- Language: Shell
- Homepage:
- Size: 152 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README

# Bungeecord for the Raspberry Pi [](https://www.codefactor.io/repository/github/alexprogrammerde/balena-minecraft-bungeecord) [](https://www.codacy.com/manual/alex-05/balena-minecraft-bungeecord?utm_source=github.com&utm_medium=referral&utm_content=AlexProgrammerDE/balena-minecraft-bungeecord&utm_campaign=Badge_Grade)
**Starter project enabling you a Bungeecord Proxy using just a Raspberry Pi.**This project has been tested on and Raspberry Pi 4 B 4GB.
## Hardware required
* Raspberry Pi 4B (The best is 4GB. 1GB is not enough.) :tada:
* Micro SD Card (we recommend 8GB Sandisk Extreme Pro) :floppy_disk:
* Power supply :electric_plug:## Software required
* A download of this project (of course)
* Software to flash an SD card ([balenaEtcher](https://balena.io/etcher))
* A free [balenaCloud](https://balena.io/cloud) account
* The [balena CLI tools](https://github.com/balena-io/balena-cli/blob/master/INSTALL.md)## Setup and use :stars:
To run this project is as simple as deploying it to a balenaCloud application, but it has to be configured if you want to use it in your system.
### Setup the Raspberry Pi :cd:
* Sign up for or login to the [balenaCloud dashboard](https://dashboard.balena-cloud.com)
* Create an application, selecting the correct device type for your Raspberry Pi
* Add a device to the application, enabling you to download the OS
* Flash the downloaded OS to your SD card with [balenaEtcher](https://balena.io/etcher)
* Power up the Pi and check it's online in the dashboard### Deploy this application :airplane:
* Install the [balena CLI tools](https://github.com/balena-io/balena-cli/blob/master/INSTALL.md)
* Login with `balena login`
* Download this project and from the project directory run `balena push ` where `` is the name you gave your balenaCloud application in the first step.