aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2020-10-31 00:14:27 +0100
committerJohn Ankarström <john@ankarstrom.se>2020-10-31 00:29:58 +0100
commitdec2b6596fcd1e507815b8dd84b679cc5f686fc3 (patch)
tree159d65ce78d901302449af18eb46d207b650d6dc
parent333d2ea54e4d2cdb256e977bd0d1e2eb404d2a20 (diff)
downloadalpine-dec2b6596fcd1e507815b8dd84b679cc5f686fc3.tar.gz
Add info about m and shiftdown
-rw-r--r--index.html38
1 files changed, 16 insertions, 22 deletions
diff --git a/index.html b/index.html
index 4d1eed1..77c65b3 100644
--- a/index.html
+++ b/index.html
@@ -1,33 +1,27 @@
-
-<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>
+<p>This branch contains various scripts that don't belong elsewhere.</p>
+<dl>
+ <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>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>
+ <dd>a squid configuration for proxying HTTPS connections</dd>
</dl>