mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
add env_vars nobuild
This commit is contained in:
@@ -79,6 +79,7 @@ map:
|
||||
- ssl
|
||||
name: Seafile
|
||||
options:
|
||||
env_vars: []
|
||||
CONFIG_LOCATION: /config/addons_config/seafile/config.yaml
|
||||
FILE_SERVER_ROOT: http://homeassistant.local:8082
|
||||
PGID: 1000
|
||||
@@ -104,6 +105,9 @@ privileged:
|
||||
- DAC_READ_SEARCH
|
||||
- NET_ADMIN
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
value: str?
|
||||
CONFIG_LOCATION: str?
|
||||
FILE_SERVER_ROOT: str
|
||||
PGID: int
|
||||
|
||||
Reference in New Issue
Block a user