Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

221 total results found

ssh/sftp WinSCP Laufwerk verbinden (Windows)

Code Snippets & Notes

sshfs \\sshfs\ohuser@192.168.1.77\..\..\etc\openhab

TrueNAS

Bitwarden (Vaultwarden)

Docker Docker-Compose .yamls

PL  updated 2026-01-27 SSO via OIDC mit Authentik: https://integrations.goauthentik.io/security/vaultwarden https://github.com/dani-garcia/vaultwarden/wiki/Enabling-SSO-support-using-OpenId-Connect  version: '3' services: bitwarden: container_nam...

Bookstack

Docker Docker-Compose .yamls

2026-03-30 mit Authentik verknüpft https://hub.docker.com/r/linuxserver/bookstack services: bookstack: image: lscr.io/linuxserver/bookstack:26.03.2 container_name: bookstack environment: - PUID=1000 - PGID=1000 - APP_URL=https:/...

MediaServer

Heimdall Dashboard

Docker Docker-Compose .yamls

WPD --- version: "2.1" services: heimdall: image: lscr.io/linuxserver/heimdall:latest container_name: heimdall environment: - PUID=1000 - PGID=1000 - TZ=Europe/Berlin volumes: - /path/to/appdata/config:/con...

Home Assistant

Homer Dashboard

Docker Docker-Compose .yamls

HW version: "2" services: homer: image: b4bz/homer logging: options: max-size: "100m" container_name: homer volumes: - /var/lib/docker/volumes/homer/:/www/assets ports: - 8090:8080 #environment: ...

Nextcloud

ACHTUNG! In diesem Buch sind nur nextcloudspezifische Tipps & Tricks dokumentiert. Installationsanleitungen sind jeweils im Buch Docker und TrueNAS zu finden, je nachdem, wie man es installieren möchte.

Kimai Zeiterfassung

Docker Docker-Compose .yamls

<MEINPW123> ersetzen https://github.com/tobybatch/kimai2/blob/main/docker-compose.yml HW (x86) version: "2" services: app: container_name: kimai_app image: kimai/kimai2:apache-2.45.0 logging: options: max-size: "100m" ...

Overleaf

Nginx Proxy Manager (NPM)

Docker Docker-Compose .yamls

2026-02-08 version: '3.8' services: app: image: 'jc21/nginx-proxy-manager:2.13.7' restart: always ports: - '80:80' - '81:81' - '443:443' volumes: - data:/data - le:/etc/letsencrypt volumes: data...

Valetudo

VSCode

Docker Docker-Compose .yamls

--- version: "2.1" services: code-server: image: lscr.io/linuxserver/code-server container_name: code-server environment: - PUID=1000 - PGID=1000 - TZ=Europe/Berlin - SUDO_PASSWORD=MEINPW123 volumes: ...

Windows

Wireguard VPN-Server

Docker Docker-Compose .yamls

wg-easy WPD version: "3.8" services: wg-easy: environment: # ⚠️ Required: # Change this to your host's public address - WG_HOST=<sub.deinedomain.de> # Optional: # - PASSWORD=foobar123 # - WG_PORT=51820 ...

Ghidra

Zigbee2MQTT

Docker Docker-Compose .yamls

HW version: '3.8' services: zigbee2mqtt: container_name: zigbee2mqtt image: koenkk/zigbee2mqtt logging: options: max-size: "100m" restart: unless-stopped volumes: - /var/lib/docker/volumes/zigbee2mqtt/data:/...