-
Notifications
You must be signed in to change notification settings - Fork 23
/
balena.yml
46 lines (44 loc) · 1.45 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# https://www.balena.io/docs/learn/deploy/deploy-with-balena-button/#balenayml-configuration-file
name: Unzoner
type: sw.application
description: Unblock Netflix!
fleetcta: Copy pasta!
post-provisioning: |
[![publish to balenaCloud](https://github.com/belodetek/black.box/actions/workflows/balena.yml/badge.svg?branch=master)](https://github.com/belodetek/black.box/actions/workflows/balena.yml)
> 📜 Your unblocking journey starts [here](http://unzoner.com/#instructions)...
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/belodetek/black.box'
logo:
type: blob.asset
data:
url: 'https://raw.githubusercontent.com/belodetek/black.box/master/images/logo.png'
data:
# https://github.com/belodetek/black.box/blob/master/unzoner/README.md#service-variables
applicationEnvironmentVariables:
- FRAGMENT: 1300
- HW_MODE: g
- IEEE80211N: 1
- OPENVPN_COMPRESS: 1
- WMM_ENABLED: 1
# https://github.com/belodetek/black.box/blob/master/unzoner/README.md#configuration
applicationConfigVariables:
- BALENA_HOST_CONFIG_gpu_mem: 16
- BALENA_HOST_CONFIG_hdmi_blanking: 2
- BALENA_SUPERVISOR_UPDATE_STRATEGY: hand-over
defaultDeviceType: raspberrypi4-64
supportedDeviceTypes:
- fincm3
- generic-amd64
- genericx86-64-ext
- intel-nuc
- qemux86
- qemux86-64
- raspberry-pi
- raspberry-pi2
- raspberrypi3
- raspberrypi3-64
- raspberrypi4-64
version: 1.2.34