hosted on my own knot server!
1<!DOCTYPE html>
2<html lang="en">
3
4<head>
5<meta charset="UTF-8">
6
7<link rel="icon" type="image/x-icon" href="139.png">
8<link rel="stylesheet" href="main.css">
9
10<title>girl on the moon :: featured</title>
11
12<style>
13.desc::before {
14content: "↳";
15}
16</style>
17</head>
18
19<body>
20
21<article>
22<p><span class="highlight">documentation</span></p>
23<ul>
24<li><a href="https://stash.4-walls.net/selfhostdw/">self hosting dreamwidth with docker</a><br>
25<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>
26<li><a href="https://superlove.sayitditto.net/works/338">OTW-archive paperclip to active storage</a><br>
27<span class="desc">now obsolete and superseded by upstream doing their own migration, but notable because i did it first</span></li>
28</ul>
29
30<p><span class="highlight">miscellaneous</span></p>
31<ul>
32<li><a href="https://stash.4-walls.net/hotdiva2004/">hotdiva2004</a><br>
33<span class="desc">writing prompt generator powered by charm CLI's <a href="https://github.com/charmbracelet/hotdiva2000">hotdiva2000</a>, a random string generator</span></li>
34</ul>
35</article>
36
37</body>
38
39</html>