Cloudflare redirect loops with mismatched TLS settings
Page rules redirecting between domains with different TLS settings can cause infinite redirect loops. All Topics
#cloudflare
Deploying Zola to Cloudflare Pages
Zola SSG deployment on Cloudflare Pages doesn't work correctly for preview environments. Securing SSH access with Cloudflare Tunnels
Protect SSH via a Cloudflare tunnel and application for further access control, security and a browser-based SSH client. Setting up Cloudflare Zero Trust Applications and Policies for access control
Cloudflare zero trust applications and policies allow you to control who can access web applications with granular control. How to Share Local Networks Online Using Cloudflare Tunnels
A Cloudflare tunnel enables a local network to be accessible over the internet, useful for sharing a development environment. #cryptography
SHA256 is faster than MD5
For years I've used MD5 for file integrity checks in test scripts, assuming it was faster due to being a simpler algorithm. Turns out this is wrong. #django
Using the Django Admin panel without authentication
Disable authentication for projects I only run locally or behind an already secured VPN. #docker
Using Docker BuildKit to Handle Secrets and SSH Keys During Build
Docker BuildKit allows you to securely pass sensitive data like API keys and SSH keys to builds without exposing them in image layers. #git
Bumping pyproject.toml version using Git Tags
Versioning Python packages in pyproject.toml from Git tags using `uvx`. Custom Git Subcommands
Git allows you to trivially add custom subcommands to implement totally new functionality #just
Running Python scripts with Just and uv
Use Just task runner with uv's inline script support to run small scripts without managing venvs. #performance
SHA256 is faster than MD5
For years I've used MD5 for file integrity checks in test scripts, assuming it was faster due to being a simpler algorithm. Turns out this is wrong. #python
SHA256 is faster than MD5
For years I've used MD5 for file integrity checks in test scripts, assuming it was faster due to being a simpler algorithm. Turns out this is wrong. Running Python scripts with Just and uv
Use Just task runner with uv's inline script support to run small scripts without managing venvs. Running Python scripts with uv shebang
Use uv to run Python scripts directly with dependencies with automatic venvs and direct execution Using the Django Admin panel without authentication
Disable authentication for projects I only run locally or behind an already secured VPN. Bumping pyproject.toml version using Git Tags
Versioning Python packages in pyproject.toml from Git tags using `uvx`. #python packaging
Bumping pyproject.toml version using Git Tags
Versioning Python packages in pyproject.toml from Git tags using `uvx`. #tls
Cloudflare redirect loops with mismatched TLS settings
Page rules redirecting between domains with different TLS settings can cause infinite redirect loops. #uv
Running Python scripts with Just and uv
Use Just task runner with uv's inline script support to run small scripts without managing venvs. Running Python scripts with uv shebang
Use uv to run Python scripts directly with dependencies with automatic venvs and direct execution Bumping pyproject.toml version using Git Tags
Versioning Python packages in pyproject.toml from Git tags using `uvx`. #zola
Deploying Zola to Cloudflare Pages
Zola SSG deployment on Cloudflare Pages doesn't work correctly for preview environments.