mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-24 05:26:28 +01:00
7 lines
234 B
Bash
7 lines
234 B
Bash
#!/usr/bin/env bashio
|
|
TOKEN="lrMY24Byhx"
|
|
|
|
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}
|