Recently Updated Pages
TODO
https://goneuland.de/traefik-v2-3-reverse-proxy-mit-crowdsec-im-stack-einrichten/
Zigbee2MQTT setup
After you have installed everything as described no the page before, you should be able to reach ...
Home Assistant setup
You can change a lot of settings in config/homeassistant/configuration.yaml. For the beginning it...
Installation
This setup assumes, that you have a USB zigbee adapter, that is supported by Zigbee2Mqtt. You can...
Calendar
To use the calendar, an admin first needs to activate the app in the admin settings. If that is d...
Installation
Pre-Installation Choose a place to store your user files (e.g. documents, photos, etc.). You can ...
Installation
docker-compose.yml version: '2' services: vaultwarden: image: ghcr.io/dani-garcia/vaultwar...
Backup & Restore
For the backup we can use the vaultwarden_backup image. docker-compose.yml services: vaultwarde...
Installation
docker-compose.yml version: "2" services: blocky: image: spx01/blocky container_name: b...
Adding custom DNS entries
We assume the machine has the IP 192.168.0.2. Create the file config/dns.yml and add the followin...
Backup & Restore
Preparations Make sure to have php installed on your system Get an API token_id and API token_se...
Complete setup
The following shows a complete setup for traefik with automatic ssl certificates, automatic http ...
Add custom error pages
We can change the default error pages by adding the errorpages middleware to specific services or...
Restricting access to services with ipwhitelist
Often it is best to only allow clients from the local network to access some services and restric...
Automatically redirect HTTP to HTTPS
Up until now, we would need to specify if we want to access the secure or insecure version of the...
Adding HTTPS support
For now, traefik only accepts insecure http traffic. To allow secure access over https, we need t...
Adding a service
If you followed the Installation correctly, adding services to traefik gets really easy. Adding d...
Getting started
First, let's create a small working setup, that exposes the dashboard to traefik.<SITE> where sit...
Organizing
There are different ways to organize a setup of a dozen different services. I've decided to split...
Installation
Installation Create a new directory and the necessary files mkdir -p bookstack/config && cd boo...