SSL certificates, Docker WordPress + Cloudflare

SSL certificates, Docker WordPress + Cloudflare

Now that we have created a web server containing WordPress and have it tunnelling to cloudflare to serve the website at our domain we need to make sure the website is secure, specially if the website will have any login form, process any payment or any other form....
DOCKER: Bitcoin core + EPS

DOCKER: Bitcoin core + EPS

The most secure and private way to use bitcoin is having your own Bitcoin node and you Electrum Personal Server. Here I will explain a simple way to have them running in minutes using docker containers. Note: all in red inside the commands is what you should change....
Docker WordPress + Mysql

Docker WordPress + Mysql

Here how to create a WordPress container connected to a mysql container to get WordPress running on Docker To start we create a docker network called ‘sites’ for mysql and WordPress containers docker network create sites Create and configure Mysql...