File Browser

Introduction File Browser is an open-source, self-hosted file browser. The Docker Compose File --- version: "3.8" services: overseerr: image: hurlenko/filebrowser:latest container_name: filebrowser hostname: filebrowser restart: unless-stopped security_opt: - no-new-privileges:true env_file: - .env environment: - TZ=${TZ} - PUID=${PUID} - PGID=…

Dozzle

Introduction Dozzle is open-sourced project sponsored by Docker OSS. It is a log viewer designed to simplify the process of monitoring and debugging containers. It is a lightweight, web-based application that provides real-time log streaming, filtering, and searching capabilities through an intuitive user interface. The Docker Compose File --- version:…

Home Assistant

Introduction Home Assistant is free and open-source software for home automation designed to be a central control system for smart home devices with a focus on local control and privacy. It can be accessed through a web-based user interface, by using companion apps for Android and iOS, or by voice…

Watchtower

Introduction A container-based solution for automating Docker container base image updates. With watchtower you can update the running version of your containerised app simply by pushing a new image to the Docker Hub or your own image registry. Watchtower will pull down your new image, gracefully shut down your existing…

Install Docker in Debian Linux

Before you install Docker Engine for the first time on a new host machine, you need to set up the Docker repository. Afterward, you can install and update Docker from the repository. Set up the repository sudo nala install ca-certificates curl gnupg sudo install -m 0755 -d /etc/apt/keyrings…

Ghost (with MySQL)

Introduction Ghost is a powerful app for professional publishers to create, share, and grow a business around their content. It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members. Ghost can be installed on your own server and customised to suit…