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:
@@ -73,6 +73,7 @@ map:
|
||||
- ssl:rw
|
||||
name: Gitea
|
||||
options:
|
||||
env_vars: []
|
||||
APP_NAME: Gitea for Homeassistant
|
||||
DOMAIN: homeassistant.local
|
||||
certfile: fullchain.pem
|
||||
@@ -85,6 +86,9 @@ ports_description:
|
||||
22/tcp: ssh
|
||||
3000/tcp: Web interface
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
value: str?
|
||||
APP_NAME: str?
|
||||
DOMAIN: str?
|
||||
ROOT_URL: str?
|
||||
|
||||
Reference in New Issue
Block a user