1
0
mirror of synced 2026-03-28 06:09:58 +01:00

Add files via upload

This commit is contained in:
d-two
2023-01-17 11:08:56 +01:00
committed by GitHub
parent 2bd82d790d
commit 308370175b
23 changed files with 585 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
#!/usr/bin/with-contenv bashio
declare ssa_port
bashio::log.info "Starting fake firefox with '$@'..."
ssa_port=${@}
ssa_port=${ssa_port/http:\/\/127.0.0.1:/}
ssa_port=${ssa_port/\/ssa.htm/}
bashio::log.info "HPE SSA Port: ${ssa_port}"
/nginx.sh ${ssa_port}
bashio::log.info "Starting NGinx..."
exec nginx