diff options
author | Ben Sima <ben@bsima.me> | 2019-02-25 15:56:29 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-02-25 15:57:36 -0800 |
commit | beac73676503ee54baad31387dd8d65c15bbc9a0 (patch) | |
tree | 1dd9987b54be36ff52fad5efce1326abbdeda970 | |
parent | d96cd631483e1e4ee66a8f72eb77f06d97eafa90 (diff) |
Add notebook server
-rw-r--r-- | depo/nutin-madaj/configuration.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/depo/nutin-madaj/configuration.nix b/depo/nutin-madaj/configuration.nix index 9970d36..a93ee21 100644 --- a/depo/nutin-madaj/configuration.nix +++ b/depo/nutin-madaj/configuration.nix @@ -1,7 +1,7 @@ { ... }: let - bensIp = "68.107.97.20"; + bensIp = "68.107.97.20"; # hiddor-kahih ibbPort = "3000"; fathomPort = "3030"; in @@ -38,6 +38,7 @@ in "hero.simatime.com".locations."/".proxyPass = "http://${bensIp}:3001"; "tv.simatime.com".locations."/".proxyPass = "http://${bensIp}:8096"; # emby runs on port 8096 + "notebook.simatime.com".locations."/".proxyPass = "http://${bensIp}:3099"; "stats.simatime.com" = { locations."/".proxyPass = "http://localhost:${fathomPort}"; forceSSL = true; |