A mere collection of self tutorials. Aimed to help myself when i once in a while have to redo alot of things for various reasons, my crap crashed, a friend whants help and so on. So why not collect them all for myself and for others :P

One jail to contain them all and with automatic certificate renewal. This setup is tied to Loopia as a DNS provider, but you may be able to adjust it to whatever floats your boat :D

FIX naxi rules & bad bot blocker, fastcgi.conf, ssl dhparams

Make sure to adjust the IP adress to suit your netw...

RadSaJa

Instructions to get this working in TrueNAS Core 12.2
I call it RadSaJa, one jail containing Radarr, Sonarr and Jackett, as they all share the same dependencies.

Please note that all variables may be different on your platform, as mount points and naming and also network schema. Adju...

This is in addition to my IOCAGE nginx setup.
Can't guarantee that this guide will help with another setup!

So from the previous guide, we just add another config file in sites-available

iocage exec www nano /usr/local/etc/nginx/sites-available/SUB.DOMAIN.SE

Add this in that file.


server {...

Portforwarding through DNS??

So, a simple portforwarding that happens on DNS server instead of a reverse proxy :D you need to add a DNS record on your DNS control-panel.

For my instance i use traefik, which at the moment does not support the protocol needed properly to forward minecraft sessions...

Transmission Jail!

Make sure to adjust the network adressing to your schema. All commands should be entered row by row.

iocage create -n "transmission" -r 12.2-RELEASE ip4_addr="vnet0|10.0.0.98/24" defaultrouter="10.0.0.1" vnet="on" allow_raw_sockets="1" boot="on" allow_tun="1"

We need Tru...