Skip to main content

Recently Updated Pages

TODO

Reverse Proxy with Traefik Crowdsec setup

https://goneuland.de/traefik-v2-3-reverse-proxy-mit-crowdsec-im-stack-einrichten/

Updated 1 year ago by Levin

Zigbee2MQTT setup

Home Assistant

After you have installed everything as described no the page before, you should be able to reach ...

Updated 1 year ago by Levin

Home Assistant setup

Home Assistant

You can change a lot of settings in config/homeassistant/configuration.yaml. For the beginning it...

Updated 1 year ago by Levin

Installation

Home Assistant

This setup assumes, that you have a USB zigbee adapter, that is supported by Zigbee2Mqtt. You can...

Updated 1 year ago by Levin

Calendar

Nextcloud

To use the calendar, an admin first needs to activate the app in the admin settings. If that is d...

Updated 1 year ago by Levin

Installation

Nextcloud

Pre-Installation Choose a place to store your user files (e.g. documents, photos, etc.). You can ...

Updated 1 year ago by Levin

Installation

Vaultwarden passwordmanager

docker-compose.yml version: '2' services: vaultwarden: image: ghcr.io/dani-garcia/vaultwar...

Updated 1 year ago by Levin

Backup & Restore

Vaultwarden passwordmanager

For the backup we can use the vaultwarden_backup image. docker-compose.yml services: vaultwarde...

Updated 1 year ago by Levin

Installation

DNS and adblock with Blocky

docker-compose.yml version: "2" services: blocky: image: spx01/blocky container_name: b...

Updated 1 year ago by Levin

Adding custom DNS entries

DNS and adblock with Blocky

We assume the machine has the IP 192.168.0.2. Create the file config/dns.yml and add the followin...

Updated 1 year ago by Levin

Backup & Restore

Wiki

Preparations Make sure to have php installed on your system Get an API token_id and API token_se...

Updated 1 year ago by Levin

Complete setup

Reverse Proxy with Traefik Installation

The following shows a complete setup for traefik with automatic ssl certificates, automatic http ...

Updated 1 year ago by Levin

Add custom error pages

Reverse Proxy with Traefik Installation

We can change the default error pages by adding the errorpages middleware to specific services or...

Updated 1 year ago by Levin

Restricting access to services with ipwhitelist

Reverse Proxy with Traefik Installation

Often it is best to only allow clients from the local network to access some services and restric...

Updated 1 year ago by Levin

Automatically redirect HTTP to HTTPS

Reverse Proxy with Traefik Installation

Up until now, we would need to specify if we want to access the secure or insecure version of the...

Updated 1 year ago by Levin

Adding HTTPS support

Reverse Proxy with Traefik Installation

For now, traefik only accepts insecure http traffic. To allow secure access over https, we need t...

Updated 1 year ago by Levin

Adding a service

Reverse Proxy with Traefik

If you followed the Installation correctly, adding services to traefik gets really easy. Adding d...

Updated 1 year ago by Levin

Getting started

Reverse Proxy with Traefik Installation

First, let's create a small working setup, that exposes the dashboard to traefik.<SITE> where sit...

Updated 1 year ago by Levin

Organizing

General Setup Docker

There are different ways to organize a setup of a dozen different services. I've decided to split...

Updated 1 year ago by Levin

Installation

Wiki

Installation Create a new directory and the necessary files mkdir -p bookstack/config && cd boo...

Updated 1 year ago by Levin