delete
This commit is contained in:
parent
52a5a7e7d2
commit
a0331deac3
@ -1,23 +0,0 @@
|
|||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
let
|
|
||||||
domain = "aumm-aumm.giugl.io";
|
|
||||||
in
|
|
||||||
{
|
|
||||||
services.jellyseerr = {
|
|
||||||
enable = true;
|
|
||||||
# package = pkgs.unstablePkgs.jellyseerr;
|
|
||||||
};
|
|
||||||
|
|
||||||
architect.vhost.${domain} = {
|
|
||||||
dnsInterfaces = [ "tailscale" "lan" ];
|
|
||||||
locations."/" = {
|
|
||||||
port = config.services.jellyseerr.port;
|
|
||||||
allowLan = true;
|
|
||||||
|
|
||||||
allow = [
|
|
||||||
config.architect.networks.tailscale.net
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
@ -1,28 +0,0 @@
|
|||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
let
|
|
||||||
domain = "htpro.giugl.io";
|
|
||||||
in
|
|
||||||
{
|
|
||||||
services.prowlarr = {
|
|
||||||
enable = true;
|
|
||||||
package = pkgs.unstablePkgs.prowlarr;
|
|
||||||
};
|
|
||||||
|
|
||||||
architect.vhost.${domain} = with config.architect.networks; {
|
|
||||||
dnsInterfaces = [ "tailscale" "lan" ];
|
|
||||||
|
|
||||||
locations."/" = {
|
|
||||||
port = 9696;
|
|
||||||
allowLan = true;
|
|
||||||
proxyWebsockets=true;
|
|
||||||
|
|
||||||
allow = [
|
|
||||||
tailscale.net
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
users.groups.media.members = [ "prowlarr" ];
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user