mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-12 00:50:31 +02:00
Correct base_url to / @feamsr00
https://github.com/alexbelgium/hassio-addons/issues/1751
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
],
|
],
|
||||||
"name": "Navidrome",
|
"name": "Navidrome",
|
||||||
"options": {
|
"options": {
|
||||||
"base_url": "localhost",
|
"base_url": "/",
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"data_folder": "/data",
|
"data_folder": "/data",
|
||||||
"keyfile": "privkey.pem",
|
"keyfile": "privkey.pem",
|
||||||
|
|||||||
Reference in New Issue
Block a user