mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
add env_vars nobuild
This commit is contained in:
@@ -14,6 +14,7 @@ map:
|
||||
- backup:rw
|
||||
name: Spotweb
|
||||
options:
|
||||
env_vars: []
|
||||
certfile: fullchain.pem
|
||||
keyfile: privkey.pem
|
||||
ssl: false
|
||||
@@ -25,6 +26,9 @@ ports:
|
||||
ports_description:
|
||||
80/tcp: Not required for Ingress
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
value: str?
|
||||
certfile: str
|
||||
keyfile: str
|
||||
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||
|
||||
Reference in New Issue
Block a user