-
Notifications
You must be signed in to change notification settings - Fork 2
/
balena.yml
31 lines (29 loc) · 934 Bytes
/
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: P2P Hotpost
type: sw.application
description: >-
P2P Hotspot is a low-energy device that creates an access-point serving p2p applications, bridges and content.
Software stack and content are automatically updated while online.
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/coolabnet/hotspot'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/coolabnet/hotspot/main/logo.png
data:
applicationEnvironmentVariables:
- AP_SSID: "P2P Hotspot"
- AP_PASSWORD: ""
- TZ: America/Brasil
- SET_HOSTNAME: p2p
- PUB_NAME: "P2P Hotspot"
- ROOM: "net:room.coolab.org:8008~shs:foHx1HuvaN++iCrQS+Zi916V6iNYEOtj9ZOAo+a0E+Q="
- PUB: "net:pub.freesocial.co:8008~shs:ofYKOy2p9wsaxV73GqgOyh6C6nRGFM5FyciQyxwBd6A="
defaultDeviceType: raspberry-pi
supportedDeviceTypes:
- raspberrypi4-64
- raspberrypi3-64
version: 1.0.2