Elektrine lite

← Feed

Jens W. Klein

jensens@nerdculture.de

<p>FOSS+OpenAccess/hacker/geek: Linux, <a href="https://nerdculture.de/tags/python" class="mention hashtag" rel="tag">#<span>python</span></a>, <a href="https://nerdculture.de/tags/plone" class="mention hashtag" rel="tag">#<span>plone</span></a>, secure web + more. Community gardener. GenX+born@329.31ppm, family, German-Tyrolean-European.</p>

Posts

  • Post #644443

    I run my own small kubernetes cluster at Hetzner. And I want to self host a bunch of static web sites. I looked for a solution, simple, cloud native, low on resource usage. It must auto-update from Git (branch) like git[hub|lab] pages. And there is not such a solution. So I wrote my own: CRD, Operator, Syncer and a Helm chart to glue all together with Nginx and Traefik. Simplicity first, as admin publishing a page its one StaticSite custom resource with 4 or 5 values set, done. It comes wit...