alpine: add samba for public jellyfin library

This commit is contained in:
Tristan 2025-08-05 14:37:57 +01:00
parent b5f1220ea9
commit 19811d6854
4 changed files with 63 additions and 1 deletions

View file

@ -48,6 +48,9 @@ in {
];
services.alloy = {
enable = true;
extraFlags = [
"--server.http.listen-addr=100.106.241.122:12345"
];
};
environment.etc."alloy/config.alloy" = {
text = ''
@ -79,7 +82,7 @@ in {
endpoint {
url = "http://localhost:3100/loki/api/v1/push"
}
max_streams = 24
max_streams = 64
}
'';