remove changedetection
This commit is contained in:
parent
5c592a5123
commit
89f2ab47a2
2 changed files with 0 additions and 22 deletions
|
|
@ -1,20 +0,0 @@
|
||||||
{ config, lib, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
services = {
|
|
||||||
changedetection-io = {
|
|
||||||
enable = true;
|
|
||||||
behindProxy = true;
|
|
||||||
datastorePath = "/data/changedetection";
|
|
||||||
port = lib.toInt "${config.ports.changedetection-io}";
|
|
||||||
baseURL = "https://detect.baduhai.dev";
|
|
||||||
};
|
|
||||||
|
|
||||||
nginx.virtualHosts."detect.baduhai.dev" = {
|
|
||||||
useACMEHost = "baduhai.dev";
|
|
||||||
forceSSL = true;
|
|
||||||
kTLS = true;
|
|
||||||
locations."/".proxyPass = "http://127.0.0.1:${config.ports.changedetection-io}";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
@ -12,7 +12,6 @@ in
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./changedetection.nix
|
|
||||||
./cinny.nix
|
./cinny.nix
|
||||||
./forgejo.nix
|
./forgejo.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
@ -30,7 +29,6 @@ in
|
||||||
bazaar = mkStringOption "6767";
|
bazaar = mkStringOption "6767";
|
||||||
radarr = mkStringOption "7878";
|
radarr = mkStringOption "7878";
|
||||||
vaultwarden = mkStringOption "8000";
|
vaultwarden = mkStringOption "8000";
|
||||||
changedetection-io = mkStringOption "8001";
|
|
||||||
cinny = mkStringOption "8002";
|
cinny = mkStringOption "8002";
|
||||||
librespeed = mkStringOption "8003";
|
librespeed = mkStringOption "8003";
|
||||||
paperless = mkStringOption "8004";
|
paperless = mkStringOption "8004";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue