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

Gitea: Unauthorized on push and pull

Gitea is setup through a helm chart on a Kubernetes cluster. As in Gitea - SSH Auth ok but can't push to remote, SSH Auth works fine with the git user. HTTPS connections also work fine. But when I try to push or pull via SSH, I get: Gitea:…
xeruf
  • 2,602
  • 1
  • 25
  • 48
3
votes
1 answer

Asking for password when pushing to gitea with ssh

I have just set up my own gitea service on the Ubuntu server (the server is run with user gitea). The following steps have been done: generate ssh key on my windows pc, and store at C:\Users\.ssh, namely id_rsa_gitea and…
AThaBlen
  • 51
  • 1
  • 5
3
votes
1 answer

Gitea Jenkins plugin: discovering branches to build

Gitea recommends a separate Gitea Plugin for Jenkins. I'm puzzled why two identical builds are triggered when a PR is created. I'm trying to achieve the following: Without a PR, a push to a branch should NOT trigger a build Every time a PR is…
3
votes
0 answers

Can't pull from Git repo running on Docker

I'm setting up a dev environment on 2 macs, the first one of which is running Gitea in a Docker container (see docker-compose below). I've setup an /etc/hosts entry on each mac for the hostname gitea and I have opened port 3333 on the first Mac…
Daniel Flippance
  • 7,734
  • 5
  • 42
  • 55
3
votes
0 answers

Trying to setup gitea server: Issue with nginx config (I think) - "git.domain.com" displays main page i.e. "domain.com"

I'm using DigitalOcean droplet to host React app, which is just a personal website of mine. It works fine. I also used certbot to get a ssl certificate on my page. Now I'm trying to run gitea server under a subdomain. So I did the setup, got to the…
simgo
  • 31
  • 1
3
votes
1 answer

MariaDB commands out of sync

I try to install a self-hosted Git on my Raspberry Pi 4b but I run into one issue several times. When I try to initialize the git the first time I cant do it because my MariaDB throws this error: Database setting is invalid: commands out of sync.…
MrTilllus
  • 328
  • 2
  • 5
  • 17
3
votes
0 answers

Creating a permanent link to a code snippet

I would like to create permalinks to code snippets (like in Github). Is there a way to create a permalink to a code snippet with Gitea?
OliverE
  • 437
  • 5
  • 12
3
votes
1 answer

How to dump gitea repository remotely

I would like to use the dump command from the gitea docs. See: https://docs.gitea.io/en-us/backup-and-restore/ The reason I ask is because I naively installed gitea on a raspberry pi with not much storage, and it is reaching the point where I need…
Justapigeon
  • 560
  • 1
  • 8
  • 22
3
votes
1 answer

Gitea and Nginx Configuration

I am trying to configure my Ubuntu 18.04 VPS to run both as an nginx webserver and private gitea server. I have the configuration mostly working except for any 404 from my domain gets passed through to gitea and shows the gitea 404. I would prefer…
3
votes
2 answers

Installing Gitea on Windows Server 2012 or later

Is it possible to install Gitea on Windows Server 2012 or later? I could not see any specific instructions, with nearly all documentation covering a *nix host.
Web User
  • 7,438
  • 14
  • 64
  • 92
2
votes
0 answers

Container registry behind reverse proxy Nginx Proxy Manager slow on docker push

In the past I tried setting up Jfrog Artifactory OSS and was able to get it through my reverse proxy exposed outside my home network, and I was able to push to it VIA my computer local CLI and through Drone CI but it took an abnormal amount of time…
97WaterPolo
  • 375
  • 1
  • 3
  • 24
2
votes
1 answer

Gitea mirror repository synchronization problem

Recently, I am studying the Docusaurus2 project. Project address:7wate's wiki or https://github.com/7Wate/wiki I mainly use gitea as code management, then synchronize to github, use github action to generate static web pages, and finally realize…
7Wate
  • 23
  • 3
2
votes
1 answer

How can I find all repositories that have a push mirror setup in Gitea?

I have a personal Gitea instance (1.16.9) that has over 130 repos, spread across multiple owners (user and organizations). For some number of them I have push mirroring setup to GitHub, but have recently needed to change my personal access token.…
James Skemp
  • 8,018
  • 9
  • 64
  • 107
2
votes
3 answers

Gitea Git-LFS HTTP 413 Error when pushing large files

Disclaimer up front: I'm very new to Linux/Ubuntu as a whole and system administration as well only having dabbled with it in my free time so please be patient and thorough with your answers. I installed Gitea on my Ubuntu 20.04 server with…
Tali
  • 37
  • 1
  • 5
2
votes
1 answer

pip install -e "private_repo" results in error, whereas git clone "private_repo" executes OK

I have a private git repository on Gitea. I have set up the deploy key there for my server and on the server I have the relevant private key in C:\Users\harry\.ssh\id_ed25519 When I try to directly git clone the repo, it works OK: (venv)…
jevgienij
  • 41
  • 1
  • 3
1
2
3
11 12