Supercharge Your Workflow: Mastering Templates and Automation in Obsidian
Supercharge Your Workflow: Mastering Templates and Automation in Obsidian Obsidian is a remarkable tool for knowledge management, but its true power shines when you move beyond simple note-taking and embrace automation. In this post, we’ll dive deep into how Obsidian’s built-in “Templates” and the powerful “Templater” community plugin can revolutionize your workflow, demonstrating a practical use case for automated meeting notes, debugging tips, and the magic of note properties.
How to Self-Host Keycloak Securely with Cloudflare Tunnel
How to Self-Host Keycloak Securely with Cloudflare Tunnel Ever wanted to run your own identity and access management (IAM) system for your home lab or personal projects? Keycloak is a fantastic open-source tool for exactly that. But exposing a critical service like Keycloak to the internet can be daunting. You have to worry about firewall rules, HTTPS certificates, and securing open ports. What if you could get all the benefits of a public-facing Keycloak instance without ever opening a single port on your router?
Automating Your Hugo Blog: A Step-by-Step Guide to CI/CD with GitLab and Cloudflare Workers
Introduction: An Automated Deployment Workflow This guide details a process for establishing a fully automated Continuous Integration and Continuous Deployment (CI/CD) pipeline for a Hugo-based static website. The workflow utilizes a private GitLab repository for version control and Cloudflare Workers for the build and deployment process.