aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html33
1 files changed, 25 insertions, 8 deletions
diff --git a/index.html b/index.html
index 77c65b3..7c99495 100644
--- a/index.html
+++ b/index.html
@@ -1,27 +1,44 @@
-<p><b>This repository contains various scripts that I use on my Alpine Linux server.</b></p>
+
+<p><b>This repository contains various scripts that I use on my Alpine
+Linux server.</b></p>
<h3>master</h3>
<p>This branch contains various scripts that don't belong elsewhere.</p>
<dl>
+<dt><i>apk-file</i><br></dt>
+<dd>search apk packages by contents<br></dd>
+<dt><i>capcom</i><br></dt>
+<dd>bulk-capitalize git commits<br></dd>
<dt><i>m</i></dt>
<dd>quickly mount/unmount the first partition of a given drive</dd>
<dt><i>shiftdown</i></dt>
<dd>check if the shift key is held (only in console)</dd>
</dl>
<h3>minecraft</h3>
-<p>This branch contains scripts useful for running a Minecraft server on Alpine:</p>
+<p>This branch contains scripts useful for running a Minecraft server
+on Alpine:</p>
<dl>
<dt><i>install</i></dt>
- <dd>install the latest build of Paper (a high-performance Minecraft server) for a given Minecraft version</dd>
+ <dd>install the latest build of Paper (a high-performance Minecraft
+server) for a given Minecraft version</dd>
<dt><i>minecraft</i></dt>
- <dd>a simple OpenRC script that runs the server in a <i>screen</i> session</dd>
+ <dd>a simple OpenRC script that runs the server in a <i>screen</i>
+session</dd>
</dl>
-<p>You should take a look at the contents of both scripts before using them. They are designed for my own purposes primarily.</p>
-<p><small>An extra note about the init script: If you have <i>shiftdown</i> installed, it will not start the server if shift is held. (I find this useful when I start the machine, but don't want the Minecraft server to start automatically.)</small></p>
+<p>You should take a look at the contents of both scripts before using
+them. They are designed for my own purposes primarily.</p>
+<p><small>An extra note about the init script: If you have <i>shiftdown</i>
+installed, it will not start the server if shift is held. (I find this
+useful when I start the machine, but don't want the Minecraft server to
+start automatically.)</small></p>
<h3>sslproxy</h3>
-<p>This branch contains configuration files for running a proxy for encrypted HTTP, IMAP and SMTP connections. The purpose is to access remote servers via an encrypted connection from a computer that doesn't support modern encryption.</p>
+<p>This branch contains configuration files for running a proxy for
+encrypted HTTP, IMAP and SMTP connections. The purpose is to access
+remote servers via an encrypted connection from a computer that doesn't
+support modern encryption.</p>
<dl>
<dt><i>stunnel.conf</i></dt>
- <dd>a stunnel configuration for forwarding unencrypted IMAP and SMTP to their encrypted equivalents</dd>
+ <dd>a stunnel configuration for forwarding unencrypted IMAP and SMTP
+to their encrypted equivalents</dd>
<dt><i>squid.conf</i></dt>
<dd>a squid configuration for proxying HTTPS connections</dd>
</dl>