Compare commits
No commits in common. "b4bb6666ac1a73e0e4088531c0bb97538bcb8f6b" and "d7557053a43cf7301e57d86284b325971738205a" have entirely different histories.
b4bb6666ac
...
d7557053a4
3 changed files with 2 additions and 15 deletions
|
@ -54,7 +54,6 @@
|
|||
vlc
|
||||
signal-desktop
|
||||
discord
|
||||
element-desktop
|
||||
obsidian
|
||||
mumble
|
||||
# calibre # still borked apparently, what the hell # still!!!
|
||||
|
|
|
@ -14,18 +14,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
https://collective-conciousness.monster, http://collective-conciousness.monster {
|
||||
https://collective-conciousness.monster {
|
||||
encode zstd gzip
|
||||
header {
|
||||
Strict-Transport-Security "max-age=31536001; includeSubdomains; preload"
|
||||
}
|
||||
#reverse_proxy /_matrix* 10.24.1.4:6167
|
||||
|
||||
# respond /.well-known* {
|
||||
# body {"m.server":"extreme-mediumvolu.me:443"}
|
||||
# close
|
||||
# }
|
||||
|
||||
root * /var/www/public
|
||||
file_server {
|
||||
precompressed zstd br gzip
|
||||
|
@ -64,6 +57,6 @@ https://grf.collective-conciousness.monster {
|
|||
|
||||
}
|
||||
|
||||
http://matrix.collective-conciousness.monster, https://matrix.collective-conciousness.monster, matrix.collective-conciousness.monster, matrix.collective-conciousness.monster:8448, collective-conciousness.monster:8448 {
|
||||
http://matrix.collective-conciousness.monter, https://matrix.collective-conciousness.monster, matrix.collective-conciousness.monster, matrix.collective-conciousness.monster:8448 {
|
||||
reverse_proxy 10.24.1.4:7893
|
||||
}
|
|
@ -13,11 +13,6 @@
|
|||
max_request_size = 1024 * 1024 * 1024;
|
||||
address = ["0.0.0.0"];
|
||||
port = [7893];
|
||||
/* well-known = {
|
||||
client = "https://matrix.collective-conciousness.monster";
|
||||
server = "collective-conciousness.monster:8448";
|
||||
};
|
||||
*/
|
||||
# database_path = lib.mkForce "/var/services/conduwuit/";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue