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
2 answers

How to connect Visual studio 2022 git to a gitea server?

I've searched and searched, but I couldn't find a tutorial or article on how to use Visual Studio 2022 with a different git server other than Github or Azure DevOps. When trying to add a solution to source control and want it to create a new…
SuperDre
  • 157
  • 10
0
votes
2 answers

Local instance of drone.io cannot authenticate with local gitea using treafik subdomains. Dial tcp: lookup no such host

I tired to setup local instance of of gitea and drone.io using docker-compose. I use traefik routing for custom local subdomains .docker.localdev, dnsmasq and locally-trusted certificates with mkcert as described in this…
protob
  • 3,317
  • 1
  • 8
  • 19
0
votes
1 answer

fatal: unable to access 'https://URL.git': server certificate verification failed. CAfile: none CRLfile: none

I have a Raspberry Pi with Apache2 and multiple Virtualhosts and a config like this: ServerSignature Off ServerTokens Prod Protocols h2 h2c http/1.1 RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^…
Zokki
  • 125
  • 1
  • 8
0
votes
1 answer

Dart/Flutter Pub - publish to lokal Server

We have a local Gitea server at http://git.ourname.local/ and since version 17, Gitea supports Package Registry. Now we want to use it with Flutter/Dart to host our own packages. We followed this instruction https://docs.gitea.io/en-us/packages/pub/…
F.M.
  • 630
  • 1
  • 5
  • 18
0
votes
1 answer

Ansible GITEA server , API call to create multiple repos for 2 users, 1 for Superadmin gitea account and the other for the git standard account

Hi everyone and thanks in advance for your support, I wanna create 1 API call to create 2 repos, 1 assigned to a Superadmin gitea account and the other for standard gitea user named gitea, I assume this would need to be with a list of users in…
0
votes
1 answer

Gitea in Docker Swarm doesn't run in global mode

I have a custom image of Gitea placed in a Docker Swarm, the implementation of the service is realized via Docker Compose. The issue is that, although I have specified that it has to run in global mode, it says global but I only have 1/1 replicas,…
Luca
  • 95
  • 1
  • 2
  • 11
0
votes
1 answer

LDAP authentication doesn't work on Gitea custom image

I'm developing a Docker infrastructure with Ansible and Docker Compose and I have a problem with the authentication via LDAP on my custom image of Gitea. The error that i get inside the logs of Gitea when I try to use one of the users that are in…
Luca
  • 95
  • 1
  • 2
  • 11
0
votes
0 answers

how to have subdomains point to different ports for different services with the same ip

I self-host a lot of my services, I have gitea and a website running on the same IP address. for the longest time, I've just been adding my port at the end of the URL and it's been pretty decent for the most part, but I want to have git running on…
TIBTHINK
  • 1
  • 1
0
votes
0 answers

How to use SSH connect Gitea and SourceTree?

now I long to build a private git server myself by gitea and use SourceTree as a git GUI (on Windows) Current situation & steps: 1.I've already set up a host with gitea, and create a repos here. 2.I used SourceTree (putty) to create a public SSH key…
BoKuan Liu
  • 21
  • 1
  • 6
0
votes
0 answers

why are changes in remote tracking branch appear in my commits?

I'm new to Git. and there's something embarrassing that keeps happening to me every time i want to commit my changes and do a pull request. when i update my local branch from master using "merge" and try to commit my changes, the updates which i…
apfel
  • 13
  • 3
0
votes
2 answers

How to find out which Git hosting application a repository is served by?

For a small git helper script, based on this blog post, I'd like to be able to "discover" in which Git hosting app, a given remote URL (user@git.domain.tld:namespace/project.git) points to (e.g. GitLab CE/EE, Gitea, GHE, etc). Using curl --head I…
Katrin Leinweber
  • 1,316
  • 13
  • 33
0
votes
1 answer

Jenkins/Kubernetes cannot clone from gitea repository with valid cert

I am using Jenkins with Kubernetes agents, trying to build a Gitea-hosted git repository using an organizational folder configuration. When my build triggers, I get stderr: fatal: unable to access…
0
votes
1 answer

Gitea: dial tcp: lookup gitea-postgresql.default.svc.cluster.local

I see this error when trying to use Gitea with microk8s on Ubuntu 21.10: $ k logs gitea-0 -c configure-gitea Wait for database to become avialable... gitea-postgresql (10.152.183.227:5432) open ... 2021/11/20 05:49:40…
Nathan Sowatskey
  • 151
  • 1
  • 11
0
votes
0 answers

gitea clone using git@ prefix

I'm currently running a git server on my computer and trying to clone a repository using SSH. The clone works if I use the prefix gitea@host.net:repo.git but fails if I use git@host.net:repo.git. The fail seems to be related to the user but I'm not…
vegalock
  • 51
  • 7
0
votes
1 answer

CreateOrAppendToCustomConf() [F] failed to create '/etc/gitea/app.ini': mkdir /etc/gitea: permission denied

I made a gitea migration from localhost to docker container. I dump data and clone repository to docker container, after clone git from gitea container server and do push code I get this error. remote: 2021/11/06 15:37:09…