Nextcloud (with PostgreSQL)

Introduction Nextcloud is a suite of client-server software for creating and using file hosting services. Nextcloud provides functionality similar to Dropbox, Office 365 or Google Drive when used with integrated office suites Collabora Online or OnlyOffice. It can be hosted in the cloud or on-premises. PostgreSQL, also known as Postgres,…

Dockge

A fancy, easy-to-use and reactive self-hosted docker compose.yml stack-oriented manager. The Docker Compose File --- services: dockge: image: docker.io/louislam/dockge:latest container_name: dockge hostname: dockge restart: unless-stopped security_opt: - no-new-privileges:true environment: - TZ=Europe/Stockholm - DOCKGE_STACKS_DIR=$HOME/containers/storage/ ports: -…

Navidrome

Introduction Navidrome is a free and open source software that lets you access your music collection from anywhere, through a web UI and various mobile apps. It supports large libraries, fast streaming, file conversion and modern features. The Docker Compose File --- services: navidrome: image: docker.io/deluan/navidrome:latest…

Pingvin Share

Introduction A self-hosted file sharing platform that combines lightness and beauty, perfect for seamless and efficient file sharing. The Docker Compose File --- services: pingvin-share: image: docker.io/stonith404/pingvin-share:latest container_name: pingvin-share hostname: pingvin-share restart: unless-stopped security_opt: - no-new-privileges:true environment: - TZ=Europe/Stockholm ports: -…

phpMyAdmin

Introduction phpMyAdmin is a free and open source administration tool for MySQL and MariaDB. As a portable web application written primarily in PHP, it has become one of the most popular MySQL administration tools, especially for web hosting services. The Docker Compose File --- services: phpmyadmin: image: docker.io/phpmyadmin/…

Uptime Kuma

Introduction Uptime-Kuma is an open-source, self-hosted website monitoring tool. It can check the uptime and response time of websites, APIs, and other services at regular intervals and alert you if any of them go down. The Docker Compose File --- services: uptime-kuma: image: docker.io/louislam/uptime-kuma:latest container_name:…

Duplicati

Introduction Duplicati is a backup client that securely stores encrypted, incremental, compressed remote backups of local files on cloud storage services and remote file servers. Duplicati supports not only various online backup services like OneDrive, Amazon S3, Backblaze, Rackspace Cloud Files, Tahoe LAFS, and Google Drive, but also any servers…

Jellyfin

Introduction Jellyfin is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached. Your media, your server, your way. The Docker Compose File --- services: jellyfin: image: docker.io/jellyfin/jellyfin:latest container_name: jellyfin hostname:…