about summary refs log tree commit diff stats
path: root/newsdata.html
diff options
context:
space:
mode:
authorgbmor <ahriman@falte.red>2020-05-03 15:40:47 -0400
committergbmor <ahriman@falte.red>2020-05-03 15:40:47 -0400
commitc3cca82465e5256a515caa2d832de33b51f77c9c (patch)
treefab7623cad94fa018bf1c34d626b599e9daebd78 /newsdata.html
parentb8b53a1561014d6e8cf8144f66407e682408346d (diff)
downloadsite-c3cca82465e5256a515caa2d832de33b51f77c9c.tar.gz
redesigned site; moved header/nav and news to separate files for ease of updating
Diffstat (limited to 'newsdata.html')
-rw-r--r--newsdata.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/newsdata.html b/newsdata.html
new file mode 100644
index 0000000..3f1c10a
--- /dev/null
+++ b/newsdata.html
@@ -0,0 +1,33 @@
+<h1>News</h1>
+
+<em>2020 May 02</em>
+<p>git repos can now be served via <a href="https://git.tilde.institute">git.tilde.institute</a> from
+    your home directory! To get started, <a href="https://wiki.tilde.institute/w/user-repos">check the
+        wiki page</a>.</p>
+
+<em>2020 April 17</em>
+<p>Some ssh host heys were regenerated and I also deployed SSHFP records. If you receive an error
+    related to this when connecting,
+    remove the old host key fingerprint:</p>
+<p><code>ssh-keygen -R tilde.institute</code></p>
+<p>Then connect and tell ssh to check the sshfp records:</p>
+<p><code>ssh -o "VerifyHostKeyDNS ask" &lt;user&gt;@tilde.institute</code></p>
+<br />
+
+<em>2020 April 14</em>
+<p>Upgraded to OpenBSD 6.6. Everything went smoothly. Enjoy!</p>
+
+<em>2019 July 30</em>
+<p>The server migration happened over the weekend, and there were very few issues resulting from the
+    migration. Success!</p>
+
+<em>2019 July 04</em>
+<p>We'll be moving to a much larger and more powerful server soon! Currently building it. We're hoping
+    to have everything ready for next week.</p>
+
+<em>2019 June 06</em>
+<p>Wow, we've hit 150 users! Also, we'll be upgrading to OpenBSD 6.5 on Monday evening around 10:00 PM
+    US Eastern Time, or 2:00 AM UTC (Tuesday).</p>
+
+<em>2019 March 14</em>
+<p>Welcome to the team, Kneezle!</p>
\ No newline at end of file