Tag: gitea
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…
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…
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 …
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…
Have you ever wondered what is the reason people run self-hosted solutions,
even though they copy or imitate services or tools thay are battle
hardened, proven to work well and mostly free?
There is something really powerful behind such endeavour. It always takes
some time to set…