feat(host/faunus-ater): expose music.tammena.me
This commit is contained in:
parent
c2db9c2a67
commit
f674f24bf4
|
@ -5,7 +5,7 @@
|
|||
...
|
||||
}: let
|
||||
webdavPort = 4918;
|
||||
navidromePort = 4533;
|
||||
navidromePort = config.state.services.music.port;
|
||||
in {
|
||||
# User and group that owns all media-related files
|
||||
users.users.media = {
|
||||
|
@ -146,8 +146,10 @@ in {
|
|||
enable = true;
|
||||
settings = {
|
||||
MusicFolder = "/data/dirty/music";
|
||||
Port = navidromePort;
|
||||
DefaultLanguage = "de";
|
||||
Address = "0.0.0.0";
|
||||
Port = navidromePort;
|
||||
BaseUrl = "https://music.tammena.me";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue