From 3f2e8d6ab869240d7e01c22d49da7e2b6a66949e Mon Sep 17 00:00:00 2001 From: Cilly Leang Date: Wed, 18 Mar 2026 00:01:02 +1100 Subject: [PATCH] containers/emerald: use correct shareurl format --- containers/emerald/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/emerald/configuration.nix b/containers/emerald/configuration.nix index b2500a4..01fbf21 100644 --- a/containers/emerald/configuration.nix +++ b/containers/emerald/configuration.nix @@ -13,7 +13,7 @@ Port = 4533; Address = "[::]"; BaseUrl = "https://${fqdn}/"; - ShareURL = shareFqdn; + ShareURL = "https://${shareFqdn}/"; EnableSharing = true; DataFolder = "/persist/navidrome"; MusicFolder = "/persist/music";