blob: 4d1eed1c72f671e82e0b76d2a6545a160dede086 (
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
|
<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>
<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>
<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>
|