Questions tagged [gitea]

A git repository manager forked from gogs and written in Go

Documentation : https://docs.gitea.io/en-us/

Website : https://gitea.io/en-us/

166 questions
0
votes
0 answers

Having trouble setting up caddy reverse proxy for a Gitea server

I've been having trouble mapping my local Gitea server to my subdomain git.neroshop.org for weeks now. I've tried nginx and caddy but I haven't had any success so far. Right now I'm trying to use caddy but I keep getting this error. Any help would…
0
votes
1 answer

Dockerized Gitea: Execute script outside of container

I run gitea as Docker image with docker-compose. I have activated git hooks. For one of my repositories, I want to run a post-receive git hook script. The repository is a (small) website and after every commit I want to checkout the repo, run a make…
0
votes
0 answers

Fresh install of git won't play nice with my local Gitea - the default branch ref is configured wrong (i think)

I'm working with a recent install of git, and it seems something is misconfigured, although there's nothing relevant in my user profile's .gitconfig. I use Gitea locally, and when I try to clone repos created in Gitea, I can't actually get the…
CXL
  • 1,094
  • 2
  • 15
  • 38
0
votes
0 answers

How to change the number of characters display by Gitea?

I am using Gitea installed on my NAS (Qnap TS251) and I would like to be able to set the number of visible characters per line. I have the arc-green theme: I believe somewhere there should be an option for that, I have a 27'' monitor so I would like…
ezor
  • 1
  • 1
0
votes
1 answer

How to prevent creating private key everytime I want to push on github or gitea

Everytime I want to push something I have to type my username and password(private key) to terminal. I know there is a way that I can just type git push and it will automatically push all changes to github. How can I fix it?
0
votes
0 answers

Prevent Merging Pull-Requests for Certain Users in Gitea

Is it possible to prevent certain group of users in Gitea to merge pull requests? I tried creating two groups - "Power Devs" and "Simple Devs". I gave the "Power Devs" group Write permissions for "Pull Requests" and the "Simple Devs" group only Read…
D-FENS
  • 1,438
  • 8
  • 21
0
votes
1 answer

How to get information about the trigger of a gitea webhook in a Jenkinsfile?

I have a Gitea and a Jenkins server. I installed Gitea plugin in Jenkins and set-up a multibranch pipeline which itself adds a webhook to the gitea repo. That works great, but the Jenkins pipeline will not build if a new tag was added. I wanted to…
Apollo
  • 1,296
  • 2
  • 11
  • 24
0
votes
0 answers

SSH Docker Passthrough for Gitea on Windows

I have Gitea running in Docker on Windows. I want to implement SSH Container Passthrough so I don't have to type in my credentials every time I push. The official docs explain how to do so in Linux (?) but I'm fairly certain I'll only have access…
0
votes
0 answers

There is a way to track who use a git submodule?

I am using a self hosted git platform (gitea) and working with submodules. My aim is to know which repo use a submodule, in order to track them reversely. For example, I want to know every repository that contains the submodule "display" to update…
wnoliveira
  • 31
  • 1
  • 6
0
votes
0 answers

No route to host with Gitea and Drone.io using Traefik

I'm trying to get self hosted Gitea instance and a self hosted drone.io (version 2) instance to work together. Gitea is running. I added a drone.io OAuth application in Gitea settings with "https://drone.mydomain/login" as url. When I open drone.io…
0
votes
1 answer

Automatic doc build on ReadTheDocs.org on every new commit

I want my docs on Read the Docs automatically build on every commit I do on a specific branch. My repo is at Codeberg.org (Gitea). It doesn't use Sphinx but user specific build.command executing pydoctor. This works fine when I click on Build…
buhtz
  • 10,774
  • 18
  • 76
  • 149
0
votes
1 answer

Gitea Docker Registry - Unauthorized on first login?

I have a Jenkins pipeline where a Docker (Podman) image is built und pushed to a private Gitea docker registry. This basically works. But I have the problem, that the first build after several hours, that means on the next day, crashes because…
Bevor
  • 8,396
  • 15
  • 77
  • 141
0
votes
1 answer

gitea setcap setcap cap_net_bind_service=+ep notworking in podman

I want to use gitea via docker, but don't want to set up a reverse proxy as it is a minimal setup. To enable the default, non-root user git in the gitea:latest docker-image to bind to port 80 and 443, followed the idea of this answer and created by…
Alias42
  • 11
  • 3
0
votes
1 answer

Gitea webhook context deadline exceeded (Client.Timeout exceeded while awaiting headers)

We installed Gitea and DroneCI in an EKS cluster using helm. We are using AWS NLB IPs to establish communication between them. DroneCI was able to authorize and activate the repo inside Gitea. But when we update any files inside Gitea it fails to…
Nitin G
  • 714
  • 7
  • 31
0
votes
0 answers

local hostname not resolved on ubuntu 20.04

I setup a local Gitea server in my lab and set its hostname as gitea.local. This is what the server gives after run hostnamectl status $ hostnamectl status Static hostname: gitea.local Icon name: computer-desktop Chassis:…
DennisYu
  • 1
  • 3