hippocampus: server-cleanup
This commit is contained in:
@@ -13,15 +13,15 @@
|
||||
# ./private/grafana.nix
|
||||
|
||||
# Home Monitoring and Control
|
||||
./private/homeassistant.nix
|
||||
# ./private/homeassistant.nix
|
||||
|
||||
# Minio S3 Object Storage
|
||||
./private/miniio.nix
|
||||
|
||||
# OctoPrint
|
||||
./private/octoprint.nix
|
||||
# ./private/octoprint.nix
|
||||
|
||||
# Samba Share
|
||||
./private/samba.nix
|
||||
# ./private/samba.nix
|
||||
];
|
||||
}
|
||||
|
||||
@@ -6,9 +6,6 @@
|
||||
# Entrace to Control Pane of Private Network
|
||||
./public/headscale.nix
|
||||
|
||||
# Location tracking of my Dad in Saskatchewan
|
||||
./public/hauk.nix
|
||||
|
||||
# Self Hosted Git Server
|
||||
./public/gitea.nix
|
||||
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
{pkgs, config, ...}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../../oci/hauk.nix
|
||||
];
|
||||
services.caddy.virtualHosts = {
|
||||
"crompton.cc" = {
|
||||
extraConfig = ''
|
||||
reverse_proxy 127.0.0.1:7888
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
@@ -23,7 +23,7 @@
|
||||
];
|
||||
|
||||
# Give a name to each device
|
||||
dns_config = {
|
||||
dns = {
|
||||
base_domain = "tailnet";
|
||||
magic_dns = true;
|
||||
};
|
||||
|
||||
@@ -52,11 +52,17 @@
|
||||
};
|
||||
services.caddy.virtualHosts = {
|
||||
"games.syzygial.cc:443" = {
|
||||
serverAliases = [
|
||||
"games.crompton.cc:443"
|
||||
];
|
||||
extraConfig = ''
|
||||
reverse_proxy 10.1.0.1:80
|
||||
'';
|
||||
};
|
||||
"games.syzygial.cc:9000" = {
|
||||
serverAliases = [
|
||||
"games.crompton.cc:9000"
|
||||
];
|
||||
extraConfig = ''
|
||||
reverse_proxy 10.1.0.1:9000
|
||||
'';
|
||||
|
||||
@@ -10,5 +10,12 @@
|
||||
}
|
||||
'';
|
||||
};
|
||||
"crompton.cc" = {
|
||||
extraConfig = ''
|
||||
file_server {
|
||||
root /srv/www/crompton
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user