Fix Navidrome on boot
This commit is contained in:
parent
4c2f2a7167
commit
00013c5123
|
@ -5,7 +5,7 @@ _: {
|
||||||
# ideally i would be able to specify values from a file so i can use secrets,
|
# ideally i would be able to specify values from a file so i can use secrets,
|
||||||
# but i cant. oh well
|
# but i cant. oh well
|
||||||
settings = {
|
settings = {
|
||||||
Address = "10.13.1.1";
|
Address = "0.0.0.0";
|
||||||
Port = 4533;
|
Port = 4533;
|
||||||
|
|
||||||
BaseUrl = "https://aux.min.rip";
|
BaseUrl = "https://aux.min.rip";
|
||||||
|
|
Loading…
Reference in New Issue