commit ecc2e192e4c02d422c6a654ef244fb3e01d08b37 (patch) parent 0a91fb0c3d7758c35e407ce290523134d19f0b9c Author: alex <alex@garbash.com> Date: Tue, 21 Sep 2021 23:28:01 -0400 index: Add TODO and Done lists from first-brainstorm And what a fun first pairing session it was! We had some serious issues with the OpenBSD on Linode, but we got it working after reading the forum discussion [1] a bit closer. [1]: https://www.linode.com/community/questions/10329/openbsd-on-linode Diffstat:
A | index.html | | | 23 | +++++++++++++++++++++++ |
1 file changed, 23 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html @@ -0,0 +1,23 @@ +<h1>Game plan</h1> + + +<h2>TODO:</h2> +<ul> +<li>Set up wireguard</li> +<li>Set up IRC</li> +<li>Set up IRC bouncer</li> +<li>Set up IRC services (NickServ)</li> +<li>Start inviting people</li> +<li>Automate account creation</li> +<li>git hosting via cgit</li> +<li>Homepage</li> +<li>wiki</li> +</ul> + +<h2>Done:</h2> +<ul> +<li>HTTP(S) server</li> +<li>Email (SPF, DKIM, etc)</li> +<li>OpenBSD install on Linode</li> +<li>Awesome domain name :)</li> +</ul>