-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathconfig.yaml
More file actions
36 lines (36 loc) · 827 Bytes
/
config.yaml
File metadata and controls
36 lines (36 loc) · 827 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
32
33
34
35
36
name: "FUXA by SmartLiving.Rocks"
description: "Easy and Web-based Process Visualization (SCADA/HMI/Dashboard) software - now for Home Assistant"
image: "frangoteam/fuxa"
version: "1.2.4"
url: "https://github.com/SmartLiving-Rocks/FUXA/"
slug: "fuxa-slr"
webui: "http://[HOST]:[PORT:1881]/home"
panel_icon: mdi:dog
panel_title: FUXA
environment:
LOG_LEVEL: "info"
options: {}
schema: {}
init: false
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
map:
- type: addon_config
read_only: False
path: /usr/src/app/FUXA/server/_appdata
- type: share
read_only: False
path: /usr/src/app/FUXA/server/_db
- type: media
read_only: False
path: /usr/src/app/FUXA/server/_images
- type: share
read_only: False
path: /usr/src/app/FUXA/server/_logs
startup: services
ports:
1881/tcp: 1881