try out convos.chat at convos.isomorphis.me (didn't work)
This commit is contained in:
parent
7a25abcddd
commit
8218423cfd
3 changed files with 23 additions and 0 deletions
|
@ -21,6 +21,7 @@ in
|
|||
./imap.nix
|
||||
./web-misc.nix
|
||||
./miniflux.nix
|
||||
./convos.nix
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
|
|
21
pastila/convos.nix
Normal file
21
pastila/convos.nix
Normal file
|
@ -0,0 +1,21 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# services.convos = {
|
||||
# enable = true;
|
||||
# reverseProxy = true;
|
||||
# };
|
||||
|
||||
# services.nginx.virtualHosts."convos.isomorphis.me" = {
|
||||
# enableACME = true;
|
||||
# forceSSL = true;
|
||||
# locations."/" = {
|
||||
# proxyPass = "http://localhost:3000";
|
||||
# proxyWebsockets = true;
|
||||
# };
|
||||
# extraConfig = ''
|
||||
# client_max_body_size 0;
|
||||
# proxy_set_header X-Request-Base "$scheme://$host/";
|
||||
# '';
|
||||
# };
|
||||
}
|
1
vars.nix
1
vars.nix
|
@ -25,6 +25,7 @@
|
|||
{ num = 51413; proto = "udp"; }
|
||||
# mosh
|
||||
# see ad-hoc config in oven/configuration.nix
|
||||
# (60000:61000)
|
||||
# Headscale RPC
|
||||
{ num = 50443; proto = "tcp"; }
|
||||
# SMTP
|
||||
|
|
Loading…
Reference in a new issue