containers/emerald: use correct shareurl format
navidrome always add /share at the end :(
This commit is contained in:
parent
4aaeefa97a
commit
ccafbd8ae0
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
Port = 4533;
|
||||
Address = "[::]";
|
||||
BaseUrl = "https://${fqdn}/";
|
||||
ShareURL = shareFqdn;
|
||||
ShareURL = "https://${shareFqdn}";
|
||||
EnableSharing = true;
|
||||
DataFolder = "/persist/navidrome";
|
||||
MusicFolder = "/persist/music";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue