Configuring WordPress HTTPS using Cloudflare

So I just found out today that Cloudflare provides free HTTPS/SSL support. I’ve been using Cloudflare free account for many years and it works flawlessly. In fact this WordPress powered blog and my several other sites use Cloudflare services. With the addition of HTTPS/SSL, I …

Read moreConfiguring WordPress HTTPS using Cloudflare

SELinux fix for Mergerfs to allow Docker and Samba access

I recently started using Snapraid and Mergerfs setup to manage my disk pool. I have ~27TB of raw storage which I am managing. While setting up Mergerfs as usual ran into SELinux issues that will prohibit Docker and Samba access to the storage. So, here’s …

Read moreSELinux fix for Mergerfs to allow Docker and Samba access

Docker Transmission Container with Windscribe VPN

Found this awesome container that has Transmission with VPN support which I can use with Windscribe VPN. Docker Hub Link – https://hub.docker.com/r/haugene/transmission-openvpn/ Run command: docker run \ –name somename\ –restart=always \ –cap-add=NET_ADMIN \ –device=/dev/net/tun \ -d \ -v localdir:/data:z \ -v /etc/localtime:/etc/localtime:ro \ –log-driver json-file …

Read moreDocker Transmission Container with Windscribe VPN