
Install & configure Wireguard in Docker
Your very own VPN-service and it’s also linked to AdGuard Home. ;o) services: wireguard: image: lscr.io/linuxserver/wireguard:latest container_name: wireguard cap_add: - NET_ADM...

Your very own VPN-service and it’s also linked to AdGuard Home. ;o) services: wireguard: image: lscr.io/linuxserver/wireguard:latest container_name: wireguard cap_add: - NET_ADM...

Traefik is a reverse proxy, but a router also. It redirects every wanted connection to your liking. This compose contains the needed configuration for CrowdSec Bouncer too and I will explain it lat...

Very cool service to add a VPN connection to your other services if needed. Downloaders maybe a good example. ;o) services: gluetun: image: qmcgaw/gluetun:latest container_name: gluetun ...

To update the IP of my domain I use this image which automatically queries the IP my provider assigned me and send it to Cloudflare if it has changed. services: cloudflare-ddns: container_nam...

In this example AdGuard Home uses its own IP-Adress but is on the same server as the other services. To achieve this you have to create a so called macvlan network / interface. It also uses Unbound...

Since I had trouble using cron, and crontab, in the past I decided to use systemd instead. You are also able to monitor them in a better way than in cron. 1st Example: CrowdSec hub update in docke...

Definition Usually there is no need to install any package if you’re using systemd. Then you have systemd-timesyncd. Configuration Edit /etc/systemd/timesyncd.conf. [Time] NTP=0.arch.pool.ntp.org...

The Network Time Protocol (NTP) is a networking protocol for clock synchronization between computer systems over packet-switched, variable-latency data networks. In operation since before 1985, NTP...

Squid is a caching proxy for HTTP, HTTPS and FTP, providing extensive access controls. Concepts There are different types of how you can configure your proxy server. Standard configured in br...

Lightweight Directory Access Protocol. An LDAP server basically is a non-relational database which is optimised for accessing, but not writing, data. It is mainly used as an address book (for e.g. ...