-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbalena.yml
39 lines (34 loc) · 1.07 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
name: balenaCodeServer
joinable: false
type: sw.application
description: >-
balenaCodeServer is a free Visual Studio Code based IDE that runs in your browser,
served from your Raspberry Pi!
post-provisioning: >-
### Using balenaCodeServer
- Type `<device-ip>:8080` in a browser window _(You can find your device IP address in the Balena Console)_
- The default password for servers deployed with the balena deploy button is `b@13n4!`
- The default sudo password is `b@13n4!sudo`
- else the password for both is `password`
assets:
repository:
type: blob.asset
data:
url: 'https://github.com/SamEureka/balenaCodeServer'
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/SamEureka/balenaCodeServer/main/logo.png
data:
applicationEnvironmentVariables:
- TZ: America/Los_Angeles
- PASSWORD: b@13n4!
- SUDO_PASSWORD: b@13n4!sudo
- SHELL: /usr/bin/zsh
defaultDeviceType: raspberrypi3-64
supportedDeviceTypes:
- raspberrypi3
- raspberrypi3-64
- raspberrypi4-64
version: 4.90.7