<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Docker on Kliku Kliku</title><link>https://klikukliku.dev/tags/docker/</link><description>Recent content in Docker on Kliku Kliku</description><generator>Hugo</generator><language>en</language><lastBuildDate>Tue, 17 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://klikukliku.dev/tags/docker/index.xml" rel="self" type="application/rss+xml"/><item><title>OpenCode inside Docker: How to safely run AI in your local terminal?</title><link>https://klikukliku.dev/posts/opencode-in-docer-container/</link><pubDate>Tue, 17 Mar 2026 00:00:00 +0000</pubDate><guid>https://klikukliku.dev/posts/opencode-in-docer-container/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;I’ve recently been looking into how to run AI tools safely within our local environments. Tools like OpenCode are great, but they give algorithms a lot of freedom to interact with our files. I usually follow the principle of limited trust, which led me to try running OpenCode inside a container. This way, it only has access to the specific files and directories it actually needs.&lt;/p&gt;
&lt;h2 id="why-isolation-matters"&gt;Why isolation matters&lt;/h2&gt;
&lt;p&gt;When we allow AI models to generate and run code, we are essentially giving them partial control over our terminal. Even if we trust the provider, a simple bug in a generated script could cause a mess in our file system. The solution? &lt;strong&gt;Containerization&lt;/strong&gt;.&lt;/p&gt;</description></item><item><title>Self-hosting Cusdis Comments with Caddy on a VPS</title><link>https://klikukliku.dev/posts/cusdis-self-hosted-vps/</link><pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate><guid>https://klikukliku.dev/posts/cusdis-self-hosted-vps/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;When I was looking for a comment system, I quickly realized that most available
solutions either track users, require heavy JavaScript, or simply cost money.
Cusdis stands out from the crowd. It is lightweight, open-source, and built
from the ground up with self-hosting in mind.&lt;/p&gt;
&lt;p&gt;In this post, I show how to deploy Cusdis on any VPS using Docker and Caddy
as a reverse proxy, with correctly configured CORS headers.&lt;/p&gt;</description></item></channel></rss>