mirror of
https://github.com/sudoxnym/exiles-ankerctl-hassio-addons.git
synced 2026-07-27 09:10:03 +00:00
8 lines
172 B
Bash
8 lines
172 B
Bash
|
|
#!/usr/bin/bash
|
||
|
|
|
||
|
|
CONFIG_PATH=/data/options.json
|
||
|
|
|
||
|
|
FLASK_HOST="$(jq --raw-output '.flask_host // empty' $CONFIG_PATH)"
|
||
|
|
|
||
|
|
/app/ankerctl.py webserver run --host="${FLASK_HOST}"
|