Compare commits
No commits in common. "94759f48f7bfbcb7115c822a718cf0d95d5a4bf3" and "dae138ccbf1800f31bf0090698d406e0de5fe61a" have entirely different histories.
94759f48f7
...
dae138ccbf
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
virtualisation.oci-containers.containers = {
|
||||
lidarr = {
|
||||
image = "resun83/lidarr-on-steroids";
|
||||
image = "youegraillot/lidarr-on-steroids";
|
||||
autoStart = true;
|
||||
ports = [
|
||||
"127.0.0.1:8686:8686"
|
||||
|
@ -15,4 +15,4 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
|
@ -1,12 +0,0 @@
|
|||
{
|
||||
services.navidrome = {
|
||||
enable = true;
|
||||
configuration = {
|
||||
Address = "127.0.0.1";
|
||||
Port = 4533;
|
||||
MusicFolder = "/mnt/data/media/MusicNew";
|
||||
BaseUrl = "https://kinda.sus.lol/music";
|
||||
EnableSharing = true;
|
||||
};
|
||||
};
|
||||
}
|
|
@ -9,21 +9,6 @@
|
|||
virtualHosts."kinda.sus.lol" = {
|
||||
serverName = "kinda.sus.lol";
|
||||
locations = {
|
||||
"/music" = {
|
||||
extraConfig = ''
|
||||
proxy_pass http://127.0.0.1:4533;
|
||||
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";
|
||||
|
@ -58,40 +43,6 @@
|
|||
proxy_set_header Connection $http_connection;
|
||||
'';
|
||||
};
|
||||
"/admin/lidarr" = {
|
||||
extraConfig = ''
|
||||
auth_basic "Show slit";
|
||||
auth_basic_user_file /run/secrets/services/nginx/admin.htpasswd;
|
||||
proxy_pass http://127.0.0.1:8686;
|
||||
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/deemix" = {
|
||||
extraConfig = ''
|
||||
auth_basic "Show slit";
|
||||
auth_basic_user_file /run/secrets/services/nginx/admin.htpasswd;
|
||||
proxy_pass http://127.0.0.1:6595;
|
||||
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/prowlarr" = {
|
||||
extraConfig = ''
|
||||
auth_basic "Show slit";
|
||||
|
|
Loading…
Reference in New Issue