Mail-In-A-Box: Backups Optimisation
Changes to mailinabox/management/backup.py to increase the speed of the backup: # About line ~330 as of 04 Feb 2026: "--volsize", "1000",
Continue reading...Changes to mailinabox/management/backup.py to increase the speed of the backup: # About line ~330 as of 04 Feb 2026: "--volsize", "1000",
Continue reading...This article uses Beget S3 as an example of a non-AWS S3 bucket. sudo apt-get update sudo apt-get install s3fs Set Up Auto Mount sudo mkdir /mnt/beget-s3 sudo vim /etc/s3fs-passwd <Access key>:<Secret key> sudo chmod 600 /etc/s3fs-passwd sudo vim /etc/fstab # add curldbg for troubleshooting…
Continue reading...Mailinabox supports S3 compatible storages. Below are the settings for the combination. For some reason when I put all the correct settings, I was getting a 'Contents' error which is a truncated KeyError: 'Contents' error from backup.py. I fixed it with adding a file to…
Continue reading...sudo apt-get install certbot python3-certbot-dns-cloudflare vim ~/.secrets/cloudflare.ini # Cloudflare API token used by Certbot dns_cloudflare_api_token = 0123456789abcdef0123456789abcdef01234567 sudo certbot certonly --dns-cloudflare --dns-cloudflare-credentials ~/.secrets/cloudflare.ini --dns-cloudflare-propagation-seconds 60 -d example.com -d *.example.com
Continue reading...Pi Hole Docker documentation: https://github.com/pi-hole/docker-pi-hole Edit the compose file: # More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/ services: pihole: container_name: pihole image: pihole/pihole:latest ports: # DNS Ports - "53:53/tcp" - "53:53/udp" # Default HTTP Port - "8080:80/tcp" # Default HTTPs Port. FTL will generate a self-signed…
Continue reading...