aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 7c99495b11633c4d76a2becd4e5a5c577f8ba722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44

<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>
<dl>
  <dt><i>install</i></dt>
  <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>
</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>
<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>
<dl>
  <dt><i>stunnel.conf</i></dt>
  <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>