-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathbalena.yml
29 lines (28 loc) · 1.11 KB
/
balena.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: Minecraft Server
description: >-
Build a Minecraft Server using a Raspberry Pi 4!
Supports common Servers, SCP, RCON and Wifi Connect.
fleetcta: Lets break some blocks!
post-provisioning: >-
## Usage instructions
Once your device joins the fleet you will need to allow some time for it to download the application. When it's done it tries to download the server software and run it. You should then be able to connect to the server via connecting `balenaminecraftserver` locally inside minecraft.
For detailed instructions on how to use configure your server check out the [readme here](https://github.com/AlexProgrammerDE/balena-minecraft-server).
type: sw.application
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/AlexProgrammerDE/balena-minecraft-server'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/AlexProgrammerDE/balena-minecraft-server/main/logo.png
data:
applicationEnvironmentVariables:
- RAM: 1G
defaultDeviceType: raspberrypi4-64
supportedDeviceTypes:
- raspberrypi4-64
- jetson-nano
version: 1.2.12