summaryrefslogtreecommitdiff
path: root/Biz/Cloud/Ports.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-05-16 07:32:48 -0400
committerBen Sima <ben@bsima.me>2021-11-26 13:47:35 -0500
commitbcf8845b10b99ed63925c73cd160102d6ec55096 (patch)
treecb86d52e33eb9b5fa3a8dfbc267e8b8356dc4df4 /Biz/Cloud/Ports.nix
parent9ce6dbf7f2302f6260cc158e3915f1bc6ca8f6b2 (diff)
Add radicale service and organize ports
Diffstat (limited to 'Biz/Cloud/Ports.nix')
-rw-r--r--Biz/Cloud/Ports.nix13
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;
+}