add mail for picard, add picard to ds9 proxy
This commit is contained in:
parent
a38e5fd3a9
commit
97220577b9
4 changed files with 47 additions and 2 deletions
|
|
@ -12,6 +12,7 @@
|
|||
./xynospace-matrix.nix
|
||||
./plausible.nix
|
||||
./obsidianshare.nix
|
||||
./mail.nix
|
||||
# ./ts-ovpn.nix
|
||||
|
||||
../../nixos-modules/system/persist.nix
|
||||
|
|
@ -60,7 +61,7 @@
|
|||
services.postgresql.package = pkgs.postgresql_13;
|
||||
|
||||
systemd.services.caddy.serviceConfig.EnvironmentFile = config.age.secrets.desec.path;
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 config.services.forgejo.settings.server.SSH_PORT ];
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 config.services.forgejo.settings.server.SSH_PORT 25 143 465 587 993 ];
|
||||
networking.firewall.allowedUDPPorts = [ 443 ];
|
||||
services.caddy = {
|
||||
logFormat = "level INFO";
|
||||
|
|
@ -71,6 +72,9 @@
|
|||
token "{$TOKEN}"
|
||||
}
|
||||
'';
|
||||
virtualHosts."*.hailsatan.eu".extraConfig = ''
|
||||
reverse_proxy https://j.hailsatan.eu
|
||||
'';
|
||||
virtualHosts."*.ragon.xyz".extraConfig = ''
|
||||
# @8081 host 8081.ragon.xyz
|
||||
# handle @8081 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue