Skip to main content

Recently Updated Pages

docker-compose

Dozzle Docker Compose

services: dozzle: container_name: dozzle image: amir20/dozzle:latest restart:...

Updated 6 months ago by Stephen

Installation

Dozzle Dozzle App

This installation is the most basic way to deploy Dozzle.  The Docker Compose I currently use ha...

Updated 6 months ago by Stephen

Introduction

Dozzle Dozzle App

Dozzle is an open-source, self-hosted tool for viewing and monitoring the logs of Docker containe...

Updated 6 months ago by Stephen

docker-compose

Glances Docker Compose

services: glances: container_name: glances image: nicolargo/glances:ubuntu-late...

Updated 6 months ago by Stephen

Installation

Glances Glances App

Installation is with Docker Compose. With a terminal SSH connection to your server, change dir...

Updated 6 months ago by Stephen

Introduction

Glances Glances App

Glances is an open-source, cross-platform system monitoring tool for Docker containers that p...

Updated 6 months ago by Stephen

Introduction

Guacamole Guacamole App

The self-hosted Guacamole Docker app runs Apache Guacamole in containers using Docker. Guacamole...

Updated 6 months ago by Stephen

Installation

Guacamole Guacamole App

Installation via SSH to my server and then creating and running a Docker Compose file. First c...

Updated 6 months ago by Stephen

docker-compose

Guacamole Docker Compose

services: guacamole: container_name: guacamole image: jwetzell/guacamole rest...

Updated 6 months ago by Stephen

docker-compose

File Browser Docker Compose

services: filebrowser: image: filebrowser/filebrowser container_name: filebrowser ...

Updated 6 months ago by Stephen

Installation

File Browser File Browser App

My installation is SSH to my minipc and using Docker Compose. I found that is the easiest way to ...

Updated 6 months ago by Stephen

Introduction

File Browser File Browser App

The self-hosted File Browser (often called filebrowser) is a lightweight open-source web app you ...

Updated 6 months ago by Stephen

docker-compose.yml

Bookstack Docker Compose

services: bookstack: image: lscr.io/linuxserver/bookstack:25.02.2 container_name: ...

Updated 9 months ago by Stephen

Reverse Proxy

Reverse Proxy on a Synology NAS

Two requisites for this: DSM version 7 or above (It can be done on DSM version 6, but the step...

Updated 10 months ago by Stephen

My self-hosted apps

Self-hosting stuff

Nearly all my self-hosted apps are Docker apps. Most of them have been installed with Docker Comp...

Updated 10 months ago by Stephen

Installation

Homebox Homebox App

My first installation was with the Synology Container Manager, from there I moved it to a Portain...

Updated 10 months ago by Stephen

Installation

Heimdall Heimdall App

This is another installation which I first installed on Container Manager in my Synology NAS, the...

Updated 10 months ago by Stephen

Which Timezone

Some Important Linux commands

Many Docker Container compose files ask for your timezone, with something like "TZ = " or "TZ:" ...

Updated 10 months ago by Stephen

User IDs from command line

Some Important Linux commands

Many Docker containers need UserID and GroupID. The environment variables can be slightly differ...

Updated 10 months ago by Stephen

docker-compose

Heimdall Docker Compose

services: heimdall: image: lscr.io/linuxserver/heimdall:latest container_name: hei...

Updated 10 months ago by Stephen