Tag: gitea

Release: Gitea 1.14.0

Today marks the release date of the Gitea 1.14.0, only a few days after the release of the patch version 1.13.7. Although 1.14.0 is a minor release from the semver's perspective, it contains a lot of changes. I decided to add comments on the Features I am the most excited about. …

Feature: task list in Gitea issues

There is a feature in Gitea that got me a little puzzled recently. At first, I thought it is related to Project Milestones (a Kanban Board in Gitea). After clicking around at everything I have found, and even removing all the boards and milestones, the icon with a progress bar p…

Accessing Gitea Postgres inside Docker

The gitea issue #5917 discusses how to make multiple users unwatch a repository. It has inspired to write the steps down, as it was not entirely obvious to me. There was a change introduced via PR #5852 released that added an option AUTO_WATCH_NEW_REPOS into the Gitea config file…

Using Kanban board in Gitea

Kanban board is a tool to manage workflow. In essence, the work is divided into columns, that represent teams with their resources. The goal is to move tasks across columns from one side to the other. When this happens with any single task, it usually represents that the task is …

Two Gitea clients for mobile

I am self-hosting a Gitea instance for all my coding work. Live personal projects, coding work, archived code. In fact, not only coding but most writing in general. Books and courses included. Yeah, these days, it is possible to write the course as well. Browsing F-Droid lately I…