deployed cinny
This commit is contained in:
parent
aa5743701c
commit
aa860d7567
1 changed files with 16 additions and 4 deletions
|
@ -94,10 +94,22 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
virtualHosts."cinny.chat.meowy.tech" = {
|
||||||
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
|
|
||||||
|
root = pkgs.cinny.override {
|
||||||
|
conf = {
|
||||||
|
defaultHomeserver = 0;
|
||||||
|
allowCustomHomeservers = false;
|
||||||
|
homeserverList = [ "chat.meowy.tech" ];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
virtualHosts."admin.chat.meowy.tech" = {
|
virtualHosts."admin.chat.meowy.tech" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
root = pkgs.synapse-admin;
|
root = pkgs.synapse-admin;
|
||||||
};
|
};
|
||||||
virtualHosts."books.meowy.tech" = proxy "http://bookwyrm.olympus:8001";
|
virtualHosts."books.meowy.tech" = proxy "http://bookwyrm.olympus:8001";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue