hosted on my own knot server!
1<?php
2
3include "httpheaders.php";
4
5?>
6
7<!DOCTYPE html>
8<html lang="en">
9
10<?php include "head.php" ?>
11
12<body>
13
14<main>
15 <header>
16 <h1 class="highlight">documentation</h1>
17 </header>
18
19 <ul>
20 <li><a href="https://stash.4-walls.net/selfhostdw/" class="highlight">self hosting dreamwidth with docker</a><br>
21 <span class="desc">how to deploy a production instance of the <a href="https://github.com/dreamwidth/dreamwidth/">dreamwidth</a> code in docker</span></li>
22 <li><a href="https://stash.4-walls.net/irc1/" class="highlight">hosting soju + gamja with docker</a><br>
23 <span class="desc">how to deploy the IRC gamja web client & soju bouncer software in docker</span></li>
24 <li><a href="https://superlove.sayitditto.net/works/338" class="highlight">OTW-archive paperclip to active storage</a><br>
25 <span class="desc">now obsolete and superseded by upstream doing their own migration, but notable because i did it first</span></li>
26 </ul>
27</main>
28
29</body>
30
31</html>