removed seafile

feature/hass
Ingolf Wagner 2020-03-15 17:18:17 +08:00
parent f5cfbeec86
commit 4c753b9f55
Signed by: palo
GPG Key ID: 76BF5F1928B9618B
2 changed files with 0 additions and 53 deletions

View File

@ -196,58 +196,6 @@
};
};
#"nextcloud.gaykraft.com" = {
# listen = [
# {
# addr = "0.0.0.0";
# port = 4443;
# ssl = true;
# }
# {
# addr = "0.0.0.0";
# port = 80;
# ssl = false;
# }
# ];
# forceSSL = true;
# enableACME = true;
# locations."/" = {
# proxyPass = "http://nextcloud.workhorse.private";
# extraConfig = ''
# sub_filter "http://nextcloud.gaykraft.com" "https://nextcloud.gaykraft.com";
# sub_filter "nextcloud.workhorse.private" "nextcloud.gaykraft.com";
# # used for view/edit office file via Office Online Server
# client_max_body_size 0;
# '';
# };
#};
"seafile.gaykraft.com" = {
listen = [
{
addr = "0.0.0.0";
port = 4443;
ssl = true;
}
{
addr = "0.0.0.0";
port = 80;
ssl = false;
}
];
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://workhorse.private:3030";
extraConfig = ''
sub_filter "http://seafile.gaykraft.com" "https://seafile.gaykraft.com";
# used for view/edit office file via Office Online Server
client_max_body_size 0;
'';
};
};
"gaykraft.com" = {
listen = [
{

View File

@ -17,7 +17,6 @@
./packages.nix
./prometheus.nix
./restic.nix
./seafile.nix
./syncthing.nix
./taskserver.nix
./tinc.nix