diff options
author | Ben Sima <ben@bsima.me> | 2021-05-16 07:32:48 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-11-26 13:47:35 -0500 |
commit | bcf8845b10b99ed63925c73cd160102d6ec55096 (patch) | |
tree | cb86d52e33eb9b5fa3a8dfbc267e8b8356dc4df4 /Biz/Cloud/Ports.nix | |
parent | 9ce6dbf7f2302f6260cc158e3915f1bc6ca8f6b2 (diff) |
Add radicale service and organize ports
Diffstat (limited to 'Biz/Cloud/Ports.nix')
-rw-r--r-- | Biz/Cloud/Ports.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Biz/Cloud/Ports.nix b/Biz/Cloud/Ports.nix new file mode 100644 index 0000000..66016ec --- /dev/null +++ b/Biz/Cloud/Ports.nix @@ -0,0 +1,13 @@ +{ + ssh = 22; + git = 9418; + http = 80; + https = 443; + sabten = 8080; + hoogle = 8008; + gemini = 1965; + devalloc = 8095; + radicale = 5232; + jellyfin = 8096; + dandel-rovbur = 8080; +} |