- host domain on cloudflare and retrieve global api token
- copy
*.env.sample
to*.env
- edit
*.env
files according to your whishes (insert cloudflare api tokens into traefik.env!) - edit docker-compose.yml. replace domain rules to your wishes
docker compose run --rm webserver createsuperuser
configure your userdocker compose up -d
- wait at least 2 minutes (on slow hardware longer check
docker compose logs
) docker compose down
- edit
apps.d/pihole/etc-pihole/custom.list
[example: 10.0.1.2 dns.domain.tld] where as 10.0.1.2 is the ip of the docker host. You must do this for pi-hole, vaultwarden and paperless-ng domains - edit images/brother_scan/Dockerfile to point to your printers IP and change the model number
- docker compose up -d
- ./consume start
Start
docker compose up -d
./consume.sh start
Stop
docker compose down
./consume.sh stop