Compare commits
No commits in common. "09975ab9c717068548dfab8c90820b9fa21f9731" and "8b3c6ec6c8aff54db2ffd0007ec484d7c7e6e4b4" have entirely different histories.
09975ab9c7
...
8b3c6ec6c8
4 changed files with 0 additions and 30 deletions
|
@ -16,10 +16,6 @@
|
||||||
device = "/dev/disk/by-uuid/db3e4722-35a6-44fb-8e4d-a75166b845cb";
|
device = "/dev/disk/by-uuid/db3e4722-35a6-44fb-8e4d-a75166b845cb";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
fileSystems."/home/notoh/justlog/logs" = {
|
|
||||||
device = "192.168.1.199:/mnt/Sutoreji/twitchlogs";
|
|
||||||
fsType = "nfs";
|
|
||||||
};
|
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
{device = "/dev/disk/by-uuid/c5afba13-f1af-4e7f-994b-f565c52d92fc";}
|
{device = "/dev/disk/by-uuid/c5afba13-f1af-4e7f-994b-f565c52d92fc";}
|
||||||
|
|
|
@ -9,6 +9,5 @@
|
||||||
./conduit.nix
|
./conduit.nix
|
||||||
./tailscale.nix
|
./tailscale.nix
|
||||||
./searxng.nix
|
./searxng.nix
|
||||||
./justlog.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
{...}: {
|
|
||||||
networking.firewall.allowedTCPPorts = [8025];
|
|
||||||
virtualisation.oci-containers.containers.justlog = {
|
|
||||||
image = "ghcr.io/gempir/justlog";
|
|
||||||
ports = ["8025:8025"];
|
|
||||||
volumes = [
|
|
||||||
"/home/notoh/justlog/config.json:/etc/justlog.json"
|
|
||||||
"/home/notoh/justlog/logs:/logs"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -189,19 +189,6 @@
|
||||||
tls.domains = [{main = "*.flake.sh";}];
|
tls.domains = [{main = "*.flake.sh";}];
|
||||||
tls.certresolver = "production";
|
tls.certresolver = "production";
|
||||||
};
|
};
|
||||||
justlog-insecure = {
|
|
||||||
rule = "Host(`logs.flake.sh`)";
|
|
||||||
entrypoints = ["web"];
|
|
||||||
service = "justlog";
|
|
||||||
middlewares = "redirect-to-https";
|
|
||||||
};
|
|
||||||
justlog = {
|
|
||||||
rule = "Host(`logs.flake.sh`)";
|
|
||||||
entrypoints = ["websecure"];
|
|
||||||
service = "justlog";
|
|
||||||
tls.domains = [{main = "*.flake.sh";}];
|
|
||||||
tls.certresolver = "production";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
services = {
|
services = {
|
||||||
gitssh.loadBalancer.servers = [{url = "tcp://100.121.201.47:2222";}];
|
gitssh.loadBalancer.servers = [{url = "tcp://100.121.201.47:2222";}];
|
||||||
|
@ -217,7 +204,6 @@
|
||||||
vaultwarden.loadBalancer.servers = [{url = "http://100.121.201.47:8222";}];
|
vaultwarden.loadBalancer.servers = [{url = "http://100.121.201.47:8222";}];
|
||||||
searxng.loadBalancer.servers = [{url = "http://100.121.201.47:8100";}];
|
searxng.loadBalancer.servers = [{url = "http://100.121.201.47:8100";}];
|
||||||
neko.loadBalancer.servers = [{url = "http://100.104.42.96:8085";}];
|
neko.loadBalancer.servers = [{url = "http://100.104.42.96:8085";}];
|
||||||
justlog.loadBalancer.servers = [{url = "http://100.121.201.47:8025";}];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue