Install docker Either regular docker install or rootless. Create a new directory Create a new directory where you will store your Docker Compose file and PHP/html etc files. For example, you can create a directory called “phpapp” in your home directory: write a docker compose file paste the below code in a new file called… Continue reading Install a php script in PHP-FPM & Caddy via Docker
Category: Web
Install Caddy reverse proxy via Docker
Why caddy? These are just some of Caddy’s amazing features! Install Docker and Docker Compose if you haven’t already. View our docker guide here & our docker rootless guide here. Scenario: you have a new app you wrote or installed via docker called mycoolapp you want to allow the outside world to connect to this… Continue reading Install Caddy reverse proxy via Docker
CloudBleed a Cloudflare flaw leaks customer data
Cloudbleed aka Cloudleak is a bug in Cloudflare which is a CDN service, a proxy service, and a DNS provider… well to be honest cloudflare is a LOT of things these days and provides a freemium set of services, you can run your site using their DNS, proxy / CDN service for free or pay $20-$200, to… Continue reading CloudBleed a Cloudflare flaw leaks customer data
Enable WebGL on Chrome or Firefox
WebGL on Chrome Enable hardware acceleration : browse to chrome://settings/advanced scroll to the bottom and look for Use hardware acceleration when available make sure Use hardware acceleration when available is checked ✓ if it tells you to then click the relaunch button Check if webGL is enabled in Chrome Copy paste the following in your browser’s address bar chrome://gpu Look… Continue reading Enable WebGL on Chrome or Firefox