feat: ajout de Django 3.1.14, configuration de sabnzbd et amélioration de l'archivebox

This commit is contained in:
kity 2025-04-12 12:54:03 +02:00
parent e8bb4e0586
commit 7a8cf7b1df
4 changed files with 71 additions and 26 deletions

View file

@ -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 = {
};
}
];
};
*/
}