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
1
vote
0 answers

gitea server is running. and made a test organization there. When I try to do a get request to see the list of organizations, i get a 404 error

As mentioned in the title. I have a gitea server running and have made a test organisation on it. I am then doing a get request which would list all the organisations, But I get a 400 page not found error. The pictures below show The gitea server…
ebrahim
  • 105
  • 1
  • 7
1
vote
1 answer

Running script that initialises a repository on a gitea server. But only some users on this server allowed to initialise repository.How Authorization

I am running a powershell script, that makes a repository on a gitea server (using restAPI of gitea). But on the gitea server not everyone is allowed to initialise the repository, only some users are. How can I make my script authorize the…
ebrahim
  • 105
  • 1
  • 7
1
vote
1 answer

How to change logo in gitea

I just installed Gitea with Postgres using docker-compose, how can I change the gitea logo with the one i want. and :
1
vote
0 answers

oauth2 create a library based on client-oauth2

Please tell me how it is possible, based on the ready-made client-oauth2 library, to create your own library with settings for authorization and authentication via gitea or keycloack, that is, to immediately redirect to gitea or keycloack? More…
js8dev
  • 11
  • 2
1
vote
1 answer

Gitea in Docker : SSH passthrough automation

The installation instructions of the Gitea documentation using docker describe the SSH passthrough procedure to make the git clone git@mydomain.com:user/repo command not failing. I am new to docker but I am wondering, these few last 'manual' steps,…
Fritzip
  • 1,207
  • 8
  • 13
1
vote
1 answer

etckeeper - access control

I have etckeeper installed on ten servers with Centos 6 and Centos 7. It uploads / etc from the server to an individual git repository (it has its own for each server). My git is deployed based on Gitea. Since the etckeeper ssh key is installed in…
Aleksandr
  • 41
  • 1
  • 3
1
vote
2 answers

SSH not working using Gitea on docker with traefik

I have installed gitea on docker (docker-compose) with traefik (v2.3) as reverse proxy. I'm trying to set up ssh but it's failing, both to SSH into and (mainly) to perform git clone and push. I get @: Permission denied (publickey). I…
Pj Fani
  • 11
  • 1
  • 3
1
vote
1 answer

gitea in docker behind jwilder/nginx-proxy and jrcs/letsencrypt-nginx-proxy-companion

I am stuck deploying docker image gitea/gitea:1 behind a reverse proxy jwilder/nginx-proxy with jrcs/letsencrypt-nginx-proxy-companion for automatic certificate updates. gitea is running and I can connect by the http adress with port 3000. The proxy…
Markus Kreth
  • 748
  • 7
  • 26
1
vote
0 answers

Gitea cannot push due do ssl error message tlsv1 alert protocol version

I have installed gitea in my server. I created a first repository and checked it out. So far everything works. Now i want to push something to gitea and get the following error message: fatal: unable to access 'https://gitea.XXX.com/XX/XXX.git/':…
solick
  • 2,325
  • 3
  • 17
  • 29
1
vote
2 answers

Why is git reporting 'up to date' after a "git pull"?

What am I doing wrong here with what should be a simple sync between devices and a remote? I've looked at other answers here and ended up more confused after trying some of the suggested solutions. This has got to be something really simple. The…
tallship
  • 33
  • 6
1
vote
0 answers

How to version gitea configuration?

I'm running a dockerized Gitea. I'd like to store the configuration file (app.ini) in a git repo, but it contains a few inappropriate values like encryption secrets. How can I store the config in git, without exposing the secrets?
Wassinger
  • 347
  • 2
  • 16
1
vote
0 answers

(FIXED) Reopen gitea PR that was accidentally closed

Is it possible to reopen a PR that was accidentally closed the branch? I think it’s because the branch marked as deleted in the PR even though I can see it in the list of branches on the code tab. When I click Edit next to the PR name I cannot…
EncryptedWatermelon
  • 4,788
  • 1
  • 12
  • 28
1
vote
0 answers

is it possible to share code between two git servers?

I'm trying to share code between two gits, not between two repositories inside a single git, but two different git servers. I have a github account, and I have my own git server, thanks to Raspberry and Gitea. I want to share code between this two…
Krakenudo
  • 182
  • 1
  • 17
1
vote
1 answer

Access gitea issues from netbeans?

Is there a way to access issues on a Gitea server from Netbeans (current 11.3)? I've tried to use the github connector but this doesn't work (OAuth not working, didn't dug into logs).
tohuwawohu
  • 13,268
  • 4
  • 42
  • 61
1
vote
2 answers

Binding gitea to the localhost address for tunneling?

I've found some configuration which appears to indicate the port the gitea binds to, see below: I changed the actual address of the machine to 127.0.0.1 (the loopback) thinking that I would be able to make gitea accessible only by tunneling into…
leeand00
  • 25,510
  • 39
  • 140
  • 297