mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-01 17:37:44 +01:00
7 lines
265 B
Bash
7 lines
265 B
Bash
CONFIG_PATH=/data/options.json
|
|
TOKEN="$(bashio::config 'secret_token')"
|
|
|
|
cp -R -n /joal /data/joal
|
|
|
|
java -jar /joal/joal.jar --joal-conf=/data/joal --spring.main.web-environment=true --server.port="8081" --joal.ui.path.prefix="joal" --joal.ui.secret-token=${TOKEN}
|