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
2
votes
1 answer

Jenkins - Git - Repository not found

I am trying to run a Jenkins job which checks out code from a Git repository. When I set the GIT repository, I'm getting the next error: I am using the next software versions: Jenkins 2.289.1 in Windows 7. Git client: v2.29.2 Gitea Versión:…
Eduardo
  • 1,169
  • 5
  • 21
  • 56
2
votes
0 answers

Drone and Gitea behind an nginx reverse proxy

I have been digging through the internet for 3 days now. I'm sure at this point I'm just doing something silly, but I'm hoping someone can point out what that is as I've gone through so many troubleshooting posts on this I don't know which way is up…
TheTrooble
  • 53
  • 9
2
votes
0 answers

Drone CI runner can't find gitea server

I am trying to run a gitea server with drone. They are currently both hosted on the same ubuntu machine and the docker containers are set up through a docker-compose.yml file. When starting up all services I get the following error in the logs of…
2
votes
2 answers

Repository URLs broken in Gitea after restoring a backup

I have restored a Gitea backup. Everything seems to be fine except that clicking on URLs in the WebUI opens a URL only containing the hostname or a wrong URL (it is missing the repository part of the URL). If I create a new repository, I can access…
vtmb
  • 21
  • 2
2
votes
1 answer

Restrict gitea access with roles in keycloak

I'm using gitea (1.8.3) and now I want to use it in connection with keycloak and OpenID connect. The basic communication works so far and it is possible to register and log in with keycloak. Now I'm trying to allow the connection only for users with…
2
votes
2 answers

why does gitea add ssh and still need a password to log in?

I installed gitea (similar to gitlab) I added a valid public key in user settings -> SSH KEY gitea port 3000 run: ssh -p 22 -Tvv git@***.***.***.*** out: debug1: Found key in C:\\Users\\client/.ssh/known_hosts:17 debug2: set_newkeys: mode…
ebyte
  • 1,469
  • 2
  • 17
  • 32
2
votes
1 answer

gitea - create repo API

trying to create repository via API. using swagger execute mode: curl -X POST "https://URL/git/api/v1/user/repos?access_token=XXXXX" -H "accept: application/json" -H "Content-Type: application/json" -d "{ \"auto_init\": true, \"description\":…
Vano
  • 1,416
  • 1
  • 13
  • 26
2
votes
3 answers

Jenkins fetch is too slow

I'm configuring a Jenkins environment for my company. We use gitea (1.9.3), Jenkins 2.194 and git version 2.23 when i build a repository from source code management it builds the repository but it takes between 120-150 seconds to do a fetch…
2
votes
2 answers

Docker containers won't start again after being stopped

I'm trying to launch a GitLab or Gitea docker container in my QNAP NAS (Container Station) and, for some reason, when I restart the container, it won't start back up because files are lost (it seems). For example, for GitLab it gives me errors…
mignz
  • 3,648
  • 2
  • 20
  • 21
2
votes
1 answer

gitignore is not working with Visual Studio

I am trying to commit&push my project changes from a C# project using Visual Studio 2017 to my private gitea repository. Unfortunately build outputs like bin, debug but also the VS cache folder .vs is always beeing added to the change list. When i…
Michael
  • 153
  • 1
  • 14
2
votes
2 answers

Pushing to protected branches

I have been the sole developer on a project for several years now and only recently got a second dev (who is even less experienced than me with git and Gitea) on the team. This means that I have a lot of source code that I am very protective of but…
Dewald Swanepoel
  • 1,651
  • 4
  • 15
  • 38
2
votes
2 answers

How to connect Jenkins and Gieta

I have the problem, that I want to establish a CI/CD Pipeline between my Gitea Repo and Jenkins. So far I created a webhook with the Gitea API to Jenkins. Unfortunatly, when I try to send test packages from Gitea to Jenkins, I get the x509 Error,…
maxness
  • 65
  • 3
  • 10
1
vote
1 answer

Mirroring a Gitlab or Github repo to a selfhosted Gitea server

Good day all. I am trying to mirror Git repositories, in full, for various OpenSource Projects that I am forking for my clients, in order to customizations. These are the steps I am following: $ git clone --mirror…
thisiszeev
  • 31
  • 4
1
vote
1 answer

Where is the delete branch option in Gitea's website interface?

Right now, I'm exploring and getting familiar with the Gitea interface. I must be blind since I've done this before with GitHub, GitLab, CodeStar, and many more. I feel crazy for asking this but, where is the delete branch in the website? I'm…
Zach
  • 539
  • 1
  • 4
  • 22
1
vote
0 answers

Nginx proxy pass not working, still display Welcome to nginx

in my ubuntu have 2 docker container, one is nginx, other one is gitea. I tried set nginx proxy pass to reverse proxies the gitea, but don't know why not working at all. this is my default.conf server { listen 80; listen [::]:80; …
RiceEater
  • 21
  • 2
1 2
3
11 12