mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-07 14:38:48 +02:00
Merge pull request #1529 from arunanbala/issue-1528
Navidrome - attempted fix for issue #1528
This commit is contained in:
@@ -36,6 +36,6 @@
|
|||||||
"slug": "navidrome",
|
"slug": "navidrome",
|
||||||
"udev": true,
|
"udev": true,
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/navidrome",
|
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/navidrome",
|
||||||
"version": "0.52.5-4",
|
"version": "0.52.5-5",
|
||||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ if bashio::config.true 'ssl'; then
|
|||||||
bashio::log.info "ssl is enabled"
|
bashio::log.info "ssl is enabled"
|
||||||
ND_TLSCERT=$(bashio::config 'certfile')
|
ND_TLSCERT=$(bashio::config 'certfile')
|
||||||
ND_TLSKEY=$(bashio::config 'keyfile')
|
ND_TLSKEY=$(bashio::config 'keyfile')
|
||||||
end
|
fi
|
||||||
|
|
||||||
|
|
||||||
##############
|
##############
|
||||||
@@ -23,3 +23,4 @@ end
|
|||||||
bashio::log.info "Please wait while the app is loading!"
|
bashio::log.info "Please wait while the app is loading!"
|
||||||
|
|
||||||
/app/navidrome
|
/app/navidrome
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user