Docker
Installation
install current version (ubutnu/debian) curl -sSL https://get.docker.com | sh sudo usermod -aG do...
Docker CLI
container docker ps shows all running container docker ps -a shows all existing container ...
Projects
General
https://github.com/awesome-selfhosted/awesome-selfhosted portainer docker run -d -p 8000:8000 -p ...
Proxy
traefik links youtube tutuorial traefik boilerplate (Lempa) labels for connected containers ser...
Development
Code Server (Vistual Studio Code) https://docs.linuxserver.io/images/docker-code-server docke...
Monitoring
Uptime Kuma Link: https://github.com/louislam/uptime-kuma does not work on RPi ? How to insta...
Collaboration
Cryptpad Link: https://hub.docker.com/r/promasu/cryptpad Etherpad Links: https://hub.docker.com/...
Files/Storage
Filebrowser For loading files to the server... (like music, backup files, ...) https://filebrowse...
Media
Ampache - Music streaming Jellyfin https://jellyfin.org/docs/general/installation/container
Network
wireguard https://jakew.me/2020/10/19/wireguard-docker/ https://hub.docker.com/r/linuxserver/wir...
Database
MariaDB with PHPmyAdmin code snipped for mariadb with phpmyadmin (use only for development) m...
Games
minecraft java edition version: "3.8" services: mc: image: itzg/minecraft-server tty: ...
Finance
i hate money https://ihatemoney.readthedocs.io/en/latest/ facto https://github.com/nymanjens/facto
Home Automation
mqtt client docker run -d --rm --network=nodered_node-red-net --network=npm_default --name mqttx-...
Dockerfile
Dockerfile dockerfile manuals: https://takacsmark.com/dockerfile-tutorial-by-example-dockerfile...
Docker-compose CLI
Basics usedocker-compose -p "nginx-proxy-manager" up -d to: -p with custom stack name -d as de...
Podman
install docs is deamonless uses the same cli specificatio than docker docker run ... -> podman r...