summaryrefslogtreecommitdiff
path: root/Urbit/Cloud.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2022-05-24 18:21:20 -0400
committerBen Sima <ben@bsima.me>2022-07-05 19:02:07 -0400
commitb72f6ba9f7a6987f184ac510491e452c3ea855b1 (patch)
tree201e1bd8d533f99fffceba6ba7310b29308160d5 /Urbit/Cloud.hs
parent98963d27e5d6ed7327846471d791bcdcb9eb58b4 (diff)
Init urbit harbor
This is mostly stubbed out and needs some work to be functional... the idea is to run urbit ships as systemd services, and provide a simple interface for managing them.
Diffstat (limited to 'Urbit/Cloud.hs')
-rw-r--r--Urbit/Cloud.hs16
1 files changed, 16 insertions, 0 deletions
diff --git a/Urbit/Cloud.hs b/Urbit/Cloud.hs
new file mode 100644
index 0000000..8e7fb89
--- /dev/null
+++ b/Urbit/Cloud.hs
@@ -0,0 +1,16 @@
+-- | Urbit Cloud is a frontend for managing a fleet of hosted Urbit ship.
+--
+-- Features:
+--
+-- * frontpage advert
+--
+-- * signup, login, monthly payments
+--
+-- * dashboard to see your running ships, reset +code, etc
+--
+-- * manage your resource usage (at extra cost)
+--
+-- * admin dashboard to see all ship statuses and statistics
+module Urbit.Cloud where
+
+main = undefined