alpine: add samba for public jellyfin library
This commit is contained in:
parent
b5f1220ea9
commit
19811d6854
4 changed files with 63 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue