Add env_vars option to epicgamesfree addon

This commit is contained in:
Alexandre
2025-11-17 21:31:17 +01:00
parent 1f336319c6
commit 7797b732e2
3 changed files with 13 additions and 2 deletions

View File

@@ -73,12 +73,18 @@ init: false
map:
- config:rw
name: Epic Games Free
options:
env_vars: []
ports:
3000/tcp: 3000
ports_description:
3000/tcp: web interface
schema:
env_vars:
- name: match(^[A-Za-z0-9_]+$)
value: str?
slug: epicgamesfree
udev: true
url: https://github.com/alexbelgium/hassio-addons
version: "debian-2025-10-28"
version: "debian-2025-11-09"
webui: "[PROTO:ssl]://[HOST]:[PORT:3000]"