Docker containers
A comprehensive installation guide of the docker containers used for greiner.live and greinet.com.
Random notes
A collection of random notes regarding docker.
DrawIO - A flowchart maker
Summary DrawIO is a flowchart maker able to create all kinds of different charts or diagrams. It...
Grafana - A analytics & monitoring solution
Summary Grafana is a analytics and monitoring solution for every database available. It supports...
Guacamole - Remote server manager
Summary The guacamole service enables users to access remote computer via services like ssh or r...
Heimdall - Application dashboard
Summary Heimdall is a application dashboard and launcher, organising all your web services in a ...
Home Assistant - Central smart home service
Summary Home Assistant is a central smart home service used to connect all your smart home utili...
HrConvert - File conversion tool
Summary Online conversion tools for 75 different file types including audio or video files, docu...
InfluxDB - A time series database
Summary InfluxDB is a time series databse mostly used for sensor data. It supports APIs for data...
Jenkins - Open Source Automation Server
Summary Jenkins is an open source automation server, acting as toolchain to build, test and depl...
LeanTime - Open Source Project Management
Summary LeanTime is a open source project management solution providing kan-boards, To-Do-Lists ...
MeshCentral - Computer management portal
Summary MeshCentral is a web portal to manage multiple computers via agent and enables screen sh...
NetCheck - Webservice monitoring
Summary Tool to monitor your website uptime and performance automatically. Installation via doc...
Nextcloud - Self hosted cloud
Summary Nextcloud is a self hosted one stop cloud solution, offering support for file hosting, c...
Node-RED - Smarthome simplified
Summary Node-RED is a drag'n'drop service to simplify your smart home automations. Installation...
OpenHab - Home automation platform
Summary OpenHab is a home automation platform integrating all your different smart home services...
OpenVas - Cyber security scanner
Summary OpenVas is a cyber security scanner, designed to perform penetration testing on internal...
OS.js - Browser based OS
Summary OS.js is a virtual operating system written in JavaScript and living fully in your brows...
Plex - Multimedia platform
Summary Manage and view your movie and series collection. Installation via docker-compose pl...
Portainer - Manage your containers
Summary Portainer is a container management service for docker containers. Installation via doc...
SilverStrike - Finance manager
Summary SilverStrike is a finance management tool. The documentation can be found at silverstrik...
SSHwifty - Web ssh and telnet client
Summary Web client to use ssh and telnet in your browser. Installation via docker-compose behin...
SVN Server - Software Versioning System
Summary The SVN Server is a software versioning system based on subversion used to maintain curr...
Teamspeak Server for Raspberry Pi
Summary A teamspeak server to run on a raspberry pi. Installation via docker-compose behind tra...
Traefik with OID Keycloak
version: '2' networks: traefik: name: traefik volumes: docker_networking_keycloa...
wbo - Collaborative whiteboard
Summary WBO is a collaborative whiteboard service. The documentation can be found at lovasoa/whi...
wger - Workout Manager
Summary A workout manager to plan your training routines and track your eating habits. Installa...
XWiki - A extendable wiki service
Summary XWiki is a wiki service built on java, which offers a lot of extendability through java ...
GMOD TTT - A trouble in terrorist town game server
Summary Trouble in Terrorist Town is a gamemode for Garry's Mod involving innocent people and tr...
Minecraft Servers
FTB Unlimited Reloaded ftbunlimitedreloaded: image: jusito/docker-ftb-alpine:FTBUltimateRel...
Authelia - SSO provider
docker-compose.yml version: '2' networks: traefik: name: traefik external: true ...
Kutt - A URL shortener
Usefull commands psql -U user kutt SELECT verification_token FROM users;
IceCoder - A web-based IDE
Installation via docker-compose behind traefik proxy icecoder: image: greinet/httpd-php-i...
Neko - A browser in the browser
Docker compose neko: environment: DISPLAY: :99.0 NEKO_PASSWORD: nekopw ...
Shiori - A bookmark manager
Docker compose shiori: image: radhifadlillah/shiori labels: - "traefik.enable...
Gitlab - A git server
Docker compose services: gitlab: image: 'gitlab/gitlab-ce:latest' restart: always ...
RoF/RoD - A ring of death/ring of fire webserver
Docker compose rodBackup: image: agreiner/rod:v4 ports: - 8080:8080 - ...
Matrix - A full matrix stack
Docker compose conduit: image: matrixconduit/matrix-conduit:latest restart: unless-s...
Actual - A budgeting software
Installation via docker-compose behind traefik proxy services: actual_server: image: act...
Akaunting - A budgeting software
Installation via docker-compose behind traefik proxy services: akaunting: image: docker....
Immich - A self-hosted Google Photos alternative
Installation via docker-compose behind traefik proxy version: '2' networks: traefik: ...