Remove unused homepage
This commit is contained in:
parent
01c61c7495
commit
efaa8c62a4
|
@ -1,13 +0,0 @@
|
|||
{ pkgs, ... }: {
|
||||
virtualisation.oci-containers.containers = {
|
||||
"homepage" = {
|
||||
image = "ghcr.io/benphelps/homepage:v0.6.18";
|
||||
autoStart = true;
|
||||
ports = [ "127.0.0.1:3000:3000" ];
|
||||
volumes = [
|
||||
"/var/lib/homepage:/app/config"
|
||||
"/var/run/podman/podman.sock:/var/run/docker.sock"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
|
@ -6,7 +6,6 @@
|
|||
../../common/fragments/fail2ban.nix
|
||||
../../common/fragments/frq-friend.nix
|
||||
../../common/fragments/grafana.nix
|
||||
../../common/fragments/homepage.nix
|
||||
../../common/fragments/mastodon-ebooks.nix
|
||||
../../common/fragments/mastodon.nix
|
||||
../../common/fragments/matrix-ril100.nix
|
||||
|
@ -158,16 +157,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
virtualHosts."home.technogothic.net" = {
|
||||
useACMEHost = "technogothic.net";
|
||||
forceSSL = true;
|
||||
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:3000";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
||||
virtualHosts."thermalpaste.technogothic.net" = {
|
||||
useACMEHost = "technogothic.net";
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Reference in New Issue