Compare commits
No commits in common. "1a5095d6c49df6c5b071693a3ab90447872595f1" and "1ff9cc4c964497e777e915744a7a111c2698925b" have entirely different histories.
1a5095d6c4
...
1ff9cc4c96
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
virtualisation.oci-containers.containers = {
|
||||
deemix = {
|
||||
image = "resun83/lidarr-on-steroids";
|
||||
autoStart = true;
|
||||
ports = [
|
||||
"127.0.0.1:6596:6595"
|
||||
];
|
||||
volumes = [
|
||||
"/var/lib/deemix_standalone:/config_deemix"
|
||||
"/mnt/data/media/Music:/downloads"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
|
@ -9,7 +9,6 @@
|
|||
volumes = [
|
||||
"/var/lib/lms:/var/lms"
|
||||
"/mnt/data/media/MusicNew:/music:ro"
|
||||
"/etc/lms.conf:/etc/lms.conf"
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -24,21 +24,6 @@
|
|||
proxy_set_header Connection $http_connection;
|
||||
'';
|
||||
};
|
||||
"/lms" = {
|
||||
extraConfig = ''
|
||||
proxy_pass http://127.0.0.1:5082;
|
||||
proxy_read_timeout 900;
|
||||
proxy_connect_timeout 900;
|
||||
proxy_send_timeout 900;
|
||||
send_timeout 900;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-Proto https;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $http_connection;
|
||||
'';
|
||||
};
|
||||
"/admin/sonarr" = {
|
||||
extraConfig = ''
|
||||
auth_basic "Show slit";
|
||||
|
|
Loading…
Reference in New Issue