LinkedIn Sourceforge

Vincent's Blog

Pleasure in the job puts perfection in the work (Aristote)

Category: got

My day to day with got (gameoftrees): tips to use this tool correctly

Posted on 2026-03-01 16:32:00 by Vincent in got

Photo by Jack Skinner on Unsplash In this post share some of the tips I'm using with got (Game of trees). This page will evolve surely in the future

.

Read more

Two small tools facilitating usage of gameoftrees

Posted on 2026-02-21 23:42:00 by Vincent in got

Photo by Priscilla Du Preez on Unsplash While working with my self-hosted Got server, I added two lightweight tools to improve everyday usage of got repositories. Both aim to solve practical features while keeping the spirit of simplicity of gameoftrees.

Both tools are totally independent. One is a cgi scrip to install on a gotwebd instance; the other is pure local on the dev machine.

Read more

How I add a new project on my got server

Posted on 2026-02-19 20:12:00 by Vincent in got

Photo by AbsolutVision on Unsplash This post explains how to create a repository on a development machine, publish it on a gotd server, and configure access permissions. By the end, you will have a fully functional workflow for cloning, developing, and sending changes to your own hosted repository.

Read more

Install python3 inside an OpenBSD chroot environment for later cgi scripts

Posted on 2026-02-17 20:19:00 by Vincent in got

Photo by Saad Chaudhry on Unsplash On OpenBSD, the built-in httpd runs inside a strict chroot located at /var/www, which greatly improves security but also limits available system resources. When trying to execute Python CGI scripts, administrators often encounter missing shared library errors. This happens because the chroot environment does not automatically include the base system libraries required by Python. In this article, we’ll walk through the exact steps needed to properly install Python 3.12 inside the OpenBSD chroot and make it fully functional.

Read more

How I've transferred my projects from git to got while keeping all history

Posted on 2026-02-13 22:43:00 by Vincent in got

Photo by Ashley Diane Worsham on Unsplash In this blog, I explain what I did to transfer my development projects from git on my brand new got server. Since got is based on git repository, there is nearly nothing specific to do.

Just migrate your .git folder in your got repository and it will work.

Read more

How I've setup got (from gameoftrees.org) on my machines

Posted on 2026-02-12 21:15:00 by Vincent in got

Photo by Arnaud Mesureur on Unsplash In this post I will share what I did to have got (gameoftrees.org) working on my dev machines and also working on my webserver. I will explain the detailed commands I did to have a the web interface, to be able to clone a repository anonymously and with all required security. I will cover the possibility to clone and "push" my code to this server.

At then end, I'm trying to convince most persons to give got a try ;)

Read more