From b72f6ba9f7a6987f184ac510491e452c3ea855b1 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 24 May 2022 18:21:20 -0400 Subject: 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. --- Urbit/Cloud.hs | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Urbit/Cloud.hs (limited to 'Urbit/Cloud.hs') 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 -- cgit v1.2.3