<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Martin Tan</title>
    <description>The latest articles on DEV Community by Martin Tan (@okoddcat).</description>
    <link>https://dev.to/okoddcat</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4016942%2Fa68606be-2213-46ff-99a6-4f099728eb4e.jpg</url>
      <title>DEV Community: Martin Tan</title>
      <link>https://dev.to/okoddcat</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/okoddcat"/>
    <language>en</language>
    <item>
      <title>I built an open-source, self-hosted Git + DevOps tool — Gisia</title>
      <dc:creator>Martin Tan</dc:creator>
      <pubDate>Mon, 06 Jul 2026 04:06:50 +0000</pubDate>
      <link>https://dev.to/okoddcat/i-built-an-open-source-self-hosted-git-devops-tool-gisia-12l1</link>
      <guid>https://dev.to/okoddcat/i-built-an-open-source-self-hosted-git-devops-tool-gisia-12l1</guid>
      <description>&lt;p&gt;Hey folks 👋&lt;/p&gt;

&lt;p&gt;I've been building an open-source DevOps tool called &lt;strong&gt;Gisia&lt;/strong&gt; for a while now, and I figured it was time to actually share it with people instead of quietly tinkering on it.&lt;/p&gt;

&lt;p&gt;It's a &lt;strong&gt;lightweight, self-hosted Git platform&lt;/strong&gt; for personal and small-team use. The short pitch: I wanted somewhere to host my repos, run pipelines, and track issues — without spinning up a heavy setup that eats a whole server for what's basically a few people writing code.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fr498wj5449tx0la5pj0o.png" alt=" " width="800" height="440"&gt;&lt;/th&gt;
&lt;th&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6vhg3l6foowbcxd947am.png" alt=" " width="800" height="441"&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🗂️ Git hosting over SSH and HTTP(S)&lt;/li&gt;
&lt;li&gt;⚙️ CI/CD pipelines defined in YAML&lt;/li&gt;
&lt;li&gt;📝 Issues and merge requests with inline diffs&lt;/li&gt;
&lt;li&gt;👥 Groups, subgroups, and members for organizing access&lt;/li&gt;
&lt;li&gt;🏃 Namespace runners — share or isolate CI runners per project or group&lt;/li&gt;
&lt;li&gt;🔗 Webhooks for hooking into other services&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The whole thing runs from a &lt;strong&gt;single Docker image&lt;/strong&gt;, so getting started is basically &lt;code&gt;docker compose up&lt;/code&gt; and you've got a Git platform. Upgrading is just bumping the image tag.&lt;/p&gt;

&lt;p&gt;Repo's here if you want to check it out: &lt;a href="https://github.com/gisiahq/gisia" rel="noopener noreferrer"&gt;https://github.com/gisiahq/gisia&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;It's still evolving, so genuinely — the rougher the feedback, the better. 🙏&lt;/p&gt;

&lt;p&gt;Thanks for reading!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>selfhosted</category>
      <category>devops</category>
      <category>git</category>
    </item>
  </channel>
</rss>
