forked from hassio-addons/repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
71 lines (71 loc) · 1.28 KB
/
config.yaml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
apparmor: false
arch:
- aarch64
- amd64
- armhf
- armv7
- i386
auth_api: true
description: A cross-platform system monitoring tool
docker_api: true
environment:
LOG_FORMAT: '{LEVEL}: {MESSAGE}'
hassio_api: true
homeassistant: 0.92.0b2
host_network: true
host_pid: true
image: ghcr.io/hassio-addons/glances/{arch}
ingress: true
ingress_port: 0
ingress_stream: true
map:
- addons
- backup
- config:rw
- share
- ssl
- media
name: Glances
options:
certfile: fullchain.pem
influxdb:
database: glances
enabled: false
host: a0d7b954-influxdb
interval: 60
password: ''
port: 8086
prefix: localhost
username: glances
keyfile: privkey.pem
log_level: info
process_info: false
refresh_time: 10
ssl: false
panel_icon: mdi:speedometer
ports:
80/tcp: null
ports_description:
80/tcp: Web interface (Not required for Ingress)
schema:
certfile: str
influxdb:
database: str
enabled: bool
host: str
interval: int
password: password
port: port
prefix: str
ssl: bool?
username: str
keyfile: str
leave_front_door_open: bool?
log_level: list(trace|debug|info|notice|warning|error|fatal)
process_info: bool
refresh_time: int
ssl: bool
slug: glances
startup: services
url: https://github.com/hassio-addons/addon-glances
version: 0.14.0