containers/emerald: use correct shareurl format
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
Some checks are pending
CI / Build linux-lava for x86_64-linux (push) Waiting to run
This commit is contained in:
parent
19c4b1f100
commit
3f2e8d6ab8
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
Port = 4533;
|
Port = 4533;
|
||||||
Address = "[::]";
|
Address = "[::]";
|
||||||
BaseUrl = "https://${fqdn}/";
|
BaseUrl = "https://${fqdn}/";
|
||||||
ShareURL = shareFqdn;
|
ShareURL = "https://${shareFqdn}/";
|
||||||
EnableSharing = true;
|
EnableSharing = true;
|
||||||
DataFolder = "/persist/navidrome";
|
DataFolder = "/persist/navidrome";
|
||||||
MusicFolder = "/persist/music";
|
MusicFolder = "/persist/music";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue