mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
6 lines
239 B
Bash
6 lines
239 B
Bash
#!/usr/bin/env bashio
|
|
declare TOKEN
|
|
TOKEN=$(bashio::config 'secret_token')
|
|
|
|
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
|