forked from hassio-addons/repository
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
49 lines (49 loc) · 1.02 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
name: InfluxDB
version: 5.0.0
slug: influxdb
description: Scalable datastore for metrics, events, and real-time analytics
url: https://github.com/hassio-addons/addon-influxdb
codenotary: codenotary@frenck.dev
ingress: true
ingress_port: 1337
ingress_stream: true
panel_icon: mdi:chart-areaspline
startup: services
homeassistant: 0.92.0b2
hassio_api: true
arch:
- aarch64
- amd64
- armv7
init: false
map:
- share:rw
- ssl
ports:
80/tcp: null
8086/tcp: 8086
8088/tcp: 8088
ports_description:
80/tcp: Web interface (Not required for Ingress)
8086/tcp: InfluxDB server
8088/tcp: RPC service for backup and restore
auth_api: true
options:
auth: true
reporting: true
ssl: true
certfile: fullchain.pem
keyfile: privkey.pem
envvars: []
schema:
log_level: list(trace|debug|info|notice|warning|error|fatal)?
auth: bool
reporting: bool
ssl: bool
certfile: str
keyfile: str
envvars:
- name: match(^INFLUXDB_([A-Z0-9_])+$)
value: str
leave_front_door_open: bool?
image: ghcr.io/hassio-addons/influxdb/{arch}