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" id="documentation">documentation</h1> 17 </header> 18 19 <?php include "../nav_main.php" ?> 20 21 <h2 id="self-hosting" class="highlight">self-hosting</h2> 22 23 <dl> 24 <dt><a href="https://stash.4-walls.net/selfhostdw/">self-hosting dreamwidth in docker</a> (<time datetime="2025-04-16">april 2025</time>)</dt> 25 <dd>how to deploy a production instance of the <a href="https://github.com/dreamwidth/dreamwidth/">dreamwidth</a> code in docker</dd> 26 <dt><a href="https://stash.4-walls.net/irc1/">hosting soju + gamja with docker</a> (<time datetime="2025-04-18">april 2025</time>)</dt> 27 <dd>how to deploy the IRC gamja web client & soju bouncer software in docker</dd> 28 <dt><a href="https://superlove.sayitditto.net/works/171">self-hosting <span aria-label="OTW">otw</span>-archive in docker</a> (<time datetime="2024-04-06">april 2024</time>)</dt> 29 <dd>not super well written and therefore overdue for a rewrite, but gets the gist.</dd> 30 </dl> 31 32 <h2 id="software" class="highlight">software</h2> 33 34 <dl> 35 <dt><a href="https://superlove.sayitditto.net/works/338"><span aria-label="OTW">otw</span>-archive paperclip to active storage</a> (<time datetime="2024-06-01">june 2024</time>)</dt> 36 <dd>now obsolete and superseded by upstream doing their own migration, but notable because i did it first</dd> 37 </dl> 38 39</main> 40 41</body> 42 43</html>