From c0f945e1a60dac448f4ef664ee07af222c02ace4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 20 Nov 2020 01:28:39 +0100 Subject: Describe apk-file, capcom --- index.html | 33 +++++++++++++++++++++++++-------- 1 file 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 @@ -

This repository contains various scripts that I use on my Alpine Linux server.

+ +

This repository contains various scripts that I use on my Alpine +Linux server.

master

This branch contains various scripts that don't belong elsewhere.

+
apk-file
+
search apk packages by contents
+
capcom
+
bulk-capitalize git commits
m
quickly mount/unmount the first partition of a given drive
shiftdown
check if the shift key is held (only in console)

minecraft

-

This branch contains scripts useful for running a Minecraft server on Alpine:

+

This branch contains scripts useful for running a Minecraft server +on Alpine:

install
-
install the latest build of Paper (a high-performance Minecraft server) for a given Minecraft version
+
install the latest build of Paper (a high-performance Minecraft +server) for a given Minecraft version
minecraft
-
a simple OpenRC script that runs the server in a screen session
+
a simple OpenRC script that runs the server in a screen +session
-

You should take a look at the contents of both scripts before using them. They are designed for my own purposes primarily.

-

An extra note about the init script: If you have shiftdown 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.)

+

You should take a look at the contents of both scripts before using +them. They are designed for my own purposes primarily.

+

An extra note about the init script: If you have shiftdown +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.)

sslproxy

-

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.

+

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.

stunnel.conf
-
a stunnel configuration for forwarding unencrypted IMAP and SMTP to their encrypted equivalents
+
a stunnel configuration for forwarding unencrypted IMAP and SMTP +to their encrypted equivalents
squid.conf
a squid configuration for proxying HTTPS connections
-- cgit v1.2.3