-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbalena.yml
More file actions
31 lines (31 loc) · 708 Bytes
/
balena.yml
File metadata and controls
31 lines (31 loc) · 708 Bytes
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
name: files
type: sw.application
description: >-
Simple web-based file manager
assets:
repository:
type: blob.asset
data:
url: "https://github.com/aethernet/files"
logo:
type: blob.asset
data:
url: >-
https://raw.githubusercontent.com/aethernet/files/master/logo.png
data:
applicationEnvironmentVariables:
- PORT: 80
- BROWSE_FOLDER: /usr/local/files
- UPLOAD_FOLDER: /usr/local/files/upload
- ALLOW_UPLOAD: 0
- ALLOW_DELETE: 0
defaultDeviceType: raspberrypi4-64
supportedDeviceTypes:
- raspberrypi4-64
- fincm3
- raspberrypi3
- raspberrypi3-64
- raspberrypi400-64
- intel-nuc
- genericx86-64-ext
version: 0.1.0