mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
Maintnance
* Nginx to caddy (#5) Convert all nginx instances to caddy instances, setup acme as well * matrix * proxy the unifi controller * matrix * remove unused services
This commit is contained in:
parent
e0590ff20b
commit
934ecb2255
6 changed files with 13 additions and 266 deletions
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
environment.systemPackages = [
|
||||
pkgs.unstable.fluffychat-web
|
||||
pkgs.unstable.element-web
|
||||
];
|
||||
|
||||
sops.secrets."matrix/registration_token" = {
|
||||
|
|
@ -46,10 +47,14 @@
|
|||
"psychal.link, psychal.link:8448".extraConfig = ''
|
||||
reverse_proxy unix//run/tuwunel/tuwunel.sock
|
||||
'';
|
||||
"chat.psychal.link".extraConfig = ''
|
||||
"fl.psychal.link".extraConfig = ''
|
||||
root * ${pkgs.unstable.fluffychat-web}
|
||||
file_server
|
||||
'';
|
||||
"em.psychal.link".extraConfig = ''
|
||||
root * ${pkgs.unstable.element-web}
|
||||
file_server
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue