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

URL Rewrite Reverse Proxy on IIS only working on the server its self

I'm currently trying to set up a Gitea server on my Windows server 2016 standard server with Plesk installed. I have a subdomain setup which is git.thetofushop.net and I'm trying to make a Reverse proxy to point to the Gitea server which runs on…
0
votes
0 answers

Jenkins and GIT - Start build job on webhook event WITHOUT pulling source from GIT

Short question: Is it possible to start a build job (remote SSH shell script) when event comes through webhook WITHOUT jenkins pulling source from GIT repo? Little background: Our organization has GITEA and JENKINS set up and they all work…
assassinatorr
  • 661
  • 1
  • 5
  • 4
0
votes
1 answer

Set gitea commit status with Jenkins

I want to set the commit status on my gitea server after a build in jenkins. Gitea has the endpoint for that, but in my build steps I don't see the option for that. Also, I have already installed gitea plugin…
FranAguiar
  • 637
  • 3
  • 14
  • 31
0
votes
2 answers

drone ci publish generated latex pdf

actually I am using travis but I want to change to drone. For all tex documents I'm using a small Makefile with a Container to generate my pdf file and deploy it on my repository. But since I'm using gitea I want to set up my integration pipeline…
Volker Raschek
  • 545
  • 1
  • 6
  • 21
0
votes
1 answer

Drone CI is not logging me out

I am using Drone for self hosted CI, and have currently set it up for gitea, which I host myself as well, and github. I would like to have CI for both services, and have configured my docker-compose file as follows: version: '2' services: …
Karathan
  • 159
  • 1
  • 10
0
votes
1 answer

Gitea and Jenkins setup in Docker

I'm trying to get a setup where Gitea and Jenkins are running in separate Docker containers and set up a simple pipeline. The issue I'm running into is connecting Jenkins to Gitea. In my setup, Gitea is listening for SSH on port 22 in the…
fobius
  • 285
  • 1
  • 3
  • 15
0
votes
1 answer

How to mark _csrf cookie as secured for gitea?

How to mark _csrf cookie as secured for gitea? I was able to mark the ‘i_like_gitea’ cookie as secured by using the COOKIE_SECURE option, but I am not able to mark the ‘_csrf’ cookie as secured
andrii
  • 21
  • 7
0
votes
1 answer

building inside Docker container

In the simple case of running Gitea from inside a Docker container, the current Dockerfile assumes you have already compiled Gitea and have it available to create the image. In my case, I do not have Gitea currently installed on my machine. I am on…
fobius
  • 285
  • 1
  • 3
  • 15
0
votes
1 answer

Can't run drone CI with my local gitea server, getting error while authenitcating

I want to play with drone CI on my local machine. I have installed gitea on my mac via brew. I can login with root login http://0.0.0.0:3000/ and everything works Then I start the drone server like that: version: '2' services: drone-server: …
Alexander Kondaurov
  • 3,677
  • 5
  • 42
  • 64
-1
votes
1 answer

Try to convert json to map for golang web application

I am writing a web application using golang. This app tries to use the api of gitea. My task is to get json and convert it to map. First I get the response.body and convert it to []byte by using ioutil.readAll(), then I use Unmarshal() to convert it…
Alven Peng
  • 17
  • 3
-1
votes
1 answer

gitea has error merging changes on my build server

I build successfully at my computer and push to the build server. However, the build server fails to build. The build server log is: HEAD is now at 85262fd8 Merge remote-tracking branch 'origin/myfeature50' end reset start pull From…
albertkao9
  • 125
  • 8
-1
votes
1 answer

How to set a Path to run Gitea commands in Terminal regardless on the directory?

After installing Gitea from binary, I can only run the Gitea commands from the gitea home dir with eg. ./gitea -v How do I set a Path so that Terminal responds to Gitea commands? The server is up and running and have created accounts etc. Does a…
dwierdo
  • 1
  • 4
-1
votes
1 answer

Struggling To Build Gitea on windows

I'm Thomas. I have a problem... so I've never coded in go before, but the more I see the more I like it. Hehe so I was a little hasty when I posted this please excuse the bad format. I am new to go so I was not to sure how the install worked, after…
-1
votes
1 answer

Gogs and Gitea feature query

Could you please let me know what all below features are available in gogs and gitea ? Local Repo Administration Support for Microsoft Active Directory User Roles Merge Request Reviewer Protect direct push on master Leaving comments on Merge…
devops
  • 1,121
  • 5
  • 20
  • 50
-2
votes
1 answer

How to rename a Gitea Site?

So, I got a basic Gitea Instance here: https://git.cowdev.online, but I would like to rename my site. NOTE: It's actually a Nginx server which uses a Gitea Server on port 3000 as a reverse proxy. If the website goes down, It's most likely I'm just…
1 2 3
11
12