containers/emerald: use correct shareurl format

navidrome always add /share at the end :(
This commit is contained in:
Cilly Leang 2026-03-18 00:07:52 +11:00
parent 4aaeefa97a
commit ccafbd8ae0
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 2 additions and 2 deletions

View file

@ -13,7 +13,7 @@
Port = 4533;
Address = "[::]";
BaseUrl = "https://${fqdn}/";
ShareURL = shareFqdn;
ShareURL = "https://${shareFqdn}";
EnableSharing = true;
DataFolder = "/persist/navidrome";
MusicFolder = "/persist/music";