Images, scripts and Terraform modules to provision your server with cool stuff (see README).
Go to file
kitzman e065803b47
license + aesthetics
2021-11-14 18:12:52 +02:00
bubblewrap license + aesthetics 2021-11-14 18:12:52 +02:00
images/znc first commit 2021-11-14 18:05:19 +02:00
instance_template license + aesthetics 2021-11-14 18:12:52 +02:00
podman license + aesthetics 2021-11-14 18:12:52 +02:00
scripts license + aesthetics 2021-11-14 18:12:52 +02:00
.gitignore first commit 2021-11-14 18:05:19 +02:00
LICENSE first commit 2021-11-14 18:05:19 +02:00
README.md first commit 2021-11-14 18:05:19 +02:00

README.md

Mods for your everyday needs

This repo contains modules to provision Alpine 3.14 VMs with some services, in case you need something more lightweight, easy to configure with syslog-ng.

Modules

There are currently modules for:

- podman
- scripts for running a container as an rc service
- building a setuid bubblewrap without userns'es by default

Additionally, you can find some bubblewrapped znc init scripts, in case you'd like to run ZNC without Podman.

OpenRC containers

The code can easily serve as documentation: one only has to link /etc/init.d/container.mycontainer to /etc/init.d/container.

Then, to configure the way the container is ran, modify /etc/conf.d/container.mycontainer.

Podman images

ZNC

Build the image, tag it, and use the OpenRC scripts provided, as an example. A sample configuration can be found in ./scripts/znc/container.znc.conf.

INN (NNTP newsserver)

Coming soon ™.

Lieferhund + sinntp scripts

Coming soon ™.