Docker
environment
The environment file can be used to store global configuration parameters for your docker-compose...
pihole with http via traefik 2.0
This docker-compose file shows a basic traefik 2.0. configuration. version: '3.7' services: ...
samba
Create the first docker-compose.yml file su - cloud Switch to bash as shell bash Create a...
sabnzbd
version: '3.6' services: traefik: container_name: traefik domainname: ${DOMAINNAM...
docker installation
This documentation shows how to install docker from the docker ppa Create users and groups First ...
cleanup
Some times you want to clean up your docker environment after experimenting, this shows you how y...
traefik 2.0
Into how toos part 1 and part 2
authelia
The following page documents how I did setup a service in docker-compose to use authelia for auth...
kubernetes
# Setup daemon. cat > /etc/docker/daemon.json <<EOF { "exec-opts": ["native.cgroupd...
docker-compose
This is a collection of handy docker-compose commands. Samba docker-compose exec samba chown -R...
nextcloud migration
Set system into maintenace mode docker-compose exec --user www-data app php -d memory_limit=2048M...
matomo
docker-compose exec matomo chown -R www-data:www-data /var/www/html docker-compose exec matomo fi...
graylog
Create users and groups First create a user and group graylog useradd -u 1100 -m graylog Add the...