From 0b3c9878bfd64d5c25e7d61460ec180a4425e73c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 4 Feb 2025 09:22:08 +0100 Subject: [PATCH] Correct base_url to / @feamsr00 https://github.com/alexbelgium/hassio-addons/issues/1751 --- navidrome/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navidrome/config.json b/navidrome/config.json index 1cf85c05a..97a7fcef5 100644 --- a/navidrome/config.json +++ b/navidrome/config.json @@ -18,7 +18,7 @@ ], "name": "Navidrome", "options": { - "base_url": "localhost", + "base_url": "/", "certfile": "fullchain.pem", "data_folder": "/data", "keyfile": "privkey.pem",