removed seafile
This commit is contained in:
parent
f5cfbeec86
commit
4c753b9f55
2 changed files with 0 additions and 53 deletions
|
@ -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" = {
|
"gaykraft.com" = {
|
||||||
listen = [
|
listen = [
|
||||||
{
|
{
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./prometheus.nix
|
./prometheus.nix
|
||||||
./restic.nix
|
./restic.nix
|
||||||
./seafile.nix
|
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
./taskserver.nix
|
./taskserver.nix
|
||||||
./tinc.nix
|
./tinc.nix
|
||||||
|
|
Loading…
Reference in a new issue