mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
feat: ajout de Django 3.1.14, configuration de sabnzbd et amélioration de l'archivebox
This commit is contained in:
parent
e8bb4e0586
commit
7a8cf7b1df
4 changed files with 71 additions and 26 deletions
|
@ -1,24 +1,11 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
services.sabnzbd = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
services.caddy.virtualHosts."http://nzb.normandy.sisyphe.hypervirtual.world".extraConfig = ''
|
||||
services.caddy.virtualHosts."http://nzb.sisyphe.normandy.hypervirtual.world".extraConfig = ''
|
||||
reverse_proxy 8080
|
||||
'';
|
||||
|
||||
/*
|
||||
services.prometheus.exporters.sabnzbd = {
|
||||
enable = true;
|
||||
servers = [
|
||||
{
|
||||
sisyphe = {
|
||||
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue