aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 77c65b330efbfd2f4d8e6db6b5399908da7ee2b4 (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
<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>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>