Tag: gitea

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…

How to migrate BitBucket repositories to Gitea

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…

How to enable Git LFS on gitea over nginx reverse proxy

When setting up gitea server behind a nginx reverse proxy, you might come to the problem when pushing files tracked in LFS that presents itself as a following error: HTTP/1.1 413 Request Entity Too Large The error itself does not specifically hint which component might be causing…