Skip to main content

Recently Updated Pages

Check RAM

Raspberry Pi

If you have multiple Pis that you're using and moving around a lot, you might forget how much RAM...

Updated 2 years ago by DB T3CH

Check Temps

Raspberry Pi

To check your Pi's current temp, use this command in the terminal: vcgencmd measure_temp

Updated 2 years ago by DB T3CH

Installing CasaOS

CasaOS Installation - Start Here

Installing CasaOS is SUPER simple no matter what kind of device you're using (Ubuntu, Debian, Ras...

Updated 2 years ago by DB T3CH

Protected Domain CONF

Authelia for NGINX Proxy Manager

This will be placed in the "Advanced" tab of the "Edit Proxy Host" in NGINX Proxy Manager for the...

Updated 2 years ago by DB T3CH

docker-compose.yml

Authelia for NGINX Proxy Manager

version: '3.3' services: authelia: image: authelia/authelia container_name: a...

Updated 2 years ago by DB T3CH

users_database.yml

Authelia for NGINX Proxy Manager

    users: user1: #username for user 1. change to whatever you'd like displayname: "Use...

Updated 2 years ago by DB T3CH

Flame Dashboard on CasaOS

Flame Dashboard on CasaOS

You're going to need to download the FlamePi.json file attached to this article. Please review t...

Updated 2 years ago by DB T3CH

Authelia CONF

Authelia for NGINX Proxy Manager

You will need to setup a domain/subdomain for your authentication. Setup your domain/subdomain in...

Updated 2 years ago by DB T3CH

prometheus.yml

Prometheus / Grafana Dashboard

global: scrape_interval: 5s external_labels: monitor: 'node' scrape_configs: - job...

Updated 2 years ago by DB T3CH

Docker Compose

Prometheus / Grafana Dashboard

version: '3.3' services: node-exporter: network_mode: host pid: host ...

Updated 2 years ago by DB T3CH

Raspberry Pi 4 Docker Compose

NextCloud

version: '2' volumes: nextcloud: db: services: db: image: yobasystems/alpine-...

Updated 2 years ago by DB T3CH

Docker Compose

Guacamole in Docker

--- version: "2.1" volumes: guacamoleconf: services: guacamole: image: oznu/guaca...

Updated 2 years ago by DB T3CH

Docker Compose

Readarr

--- version: "2.1" volumes: readarrconf: readarrbooks: readarrclient: services: ...

Updated 2 years ago by DB T3CH

Docker Compose

Flame Dashboard

NOTE: This versions does NOT integrate with the Docker Socket and will not automatically show Doc...

Updated 2 years ago by DB T3CH

Integrate with Docker

Flame Dashboard

version: '2.1' services: flame: image: pawelmalak/flame:latest container_name: fl...

Updated 2 years ago by DB T3CH

Docker Compose

Home Assistant

--- version: "2.1" volumes: homeassistant: services: homeassistant: image: home...

Updated 2 years ago by DB T3CH

My Custom CSS

Flame Dashboard

Here's the code I used for my setup. Feel free to use and modify this for your setup. @media (mi...

Updated 2 years ago by DB T3CH

Update Portainer Community Edition

Update Portainer

  Stop and remove your existing Portainer instance. This will not affect your other Docker conta...

Updated 2 years ago by DB T3CH

Docker Compose Alt.

Snippet Box

version: 2 volumes: snippetbox: services: snippet-box: container_name: sni...

Updated 2 years ago by DB T3CH

CLI

Snippet Box

sudo docker run -d --name snippetbox -p 5100:5000 -v /srv/config/snippetbox:/app/data pawelmalak/...

Updated 2 years ago by DB T3CH