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

Synchronizing GitHub public repo and Gitea private repo superset

We publish on github an open project package that includes a software application and canonical inputs. We use the software ourselves, developing alternate inputs and scripts that are considered private or experimental -- some will ideally get…
Eli S
  • 1,379
  • 4
  • 14
  • 35
1
vote
1 answer

Unable to change Gitea admin password

I am unable to change Gitea admin password from command prompt. I try following command. gitea admin change-password --username myusername --password asecurenewpassword Error message: models.SetEngine: Failed to connect to database: Unknown…
plaidshirt
  • 5,189
  • 19
  • 91
  • 181
1
vote
1 answer

Gitea Docker windows - Fatal: Authentication failed

I am new to Gitea and Git and thought to install Gitea through docker on a Windows 10 computer to test it out before deploying it elsewhere, but I kind of got stuck right at the end. I can open Gitea inside the browser and create repositories and so…
jerry_k
  • 363
  • 1
  • 5
  • 20
1
vote
1 answer

not able to clone repo via ssh (gitea)

I've tried to deploy the 'gitea' on my virtual machine. gitea version is: $ ./gitea -v Gitea version 1.3.2 built with: bindata, sqlite os: $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.5…
andrii
  • 21
  • 7
1
vote
1 answer

Gitea can't fetch repositories

I installed gitea (If someone don't know it, it's an opensource fork of gogs) on my raspberry pi. I tried it under user pi and under user git. In user pi the gitea was installed in /home/pi/gitea and in git it was installed in /home/git. In both…
Feralheart
  • 1,881
  • 5
  • 28
  • 59
0
votes
1 answer

Can I run gitea actions witout docker?

Im trying to start a gitea actions instance without docker. I registered the gitea act_runner and my demo is the example demo. The doc is unclear on how to do that and I wonder if its possible at all. name: Gitea Actions Demo run-name: ${{…
Peter Moore
  • 1,632
  • 1
  • 17
  • 31
0
votes
0 answers

How to authenticate with secret token

I'm trying to automate tagging my work whenever I push something to main. I usually work on the dev branch so pushing something to main usually overlaps with a version bump. This is my workflow: name: Overwrite the v0.1.1 release with my changes on…
0
votes
0 answers

Visual Studio 2022 publish to Gitea container registry

I am wondering if it is possible to make a publish profile in visual studio to publish a docker image to a gitea container registry. I tried to add a profile under 'Other Container Registry' but I have, so far, been unsuccessful. When I attempt to…
user7704925
  • 65
  • 1
  • 6
0
votes
1 answer

Getting "java.net.ConnectException: Connection refused" while using Jenkins plugin for Gitea as well as GitLab

On adding Gitea Server (using Gitea jenkins plugin), it does not connect to Gitea server instance giving "java.net.ConnectException: Connection refused" error. So, I thought this might be an error of Gitea jenkins plugin and tried this for GitLab,…
0
votes
1 answer

gitea action creates a container outside my network

I'm having a problem running the gitea actions. Problem: I have a network (network1) where I have included the nginx container, the gitea container and the runner container. I configured a workflow, the problem is that to run this workflow the…
0
votes
0 answers

Which cryptographic functionality is in Gitea version 1.19.3?

For legal reasons, I would like to understand whether or not there is non-standard cryptography in Gitea version 1.19.3. Here, "non-standard" means any implementation of “cryptography” involving the incorporation or use of proprietary or unpublished…
Florin
  • 1
0
votes
0 answers

K8s tls port forvard

I have a Kubernetes cluster where I'm trying to deploy a Gitea application that listens on port :22 in container for tls SSH, but I need to expose port :222 externally for users. What is the way to achieve this port forwarding? The goal is to allow…
cesan
  • 1
  • 1
0
votes
1 answer

postgres schema does not exist

I'm totally new to postgres. On my postgres db I've created a database: CREATE ROLE gitea WITH LOGIN PASSWORD 'gitea'; CREATE DATABASE gitea WITH OWNER gitea TEMPLATE template0 ENCODING UTF8 LC_COLLATE 'en_US.UTF-8' LC_CTYPE 'en_US.UTF-8'; CREATE…
user3142695
  • 15,844
  • 47
  • 176
  • 332
0
votes
0 answers

SSH Authentication on self-hosted Gitea server (in docker)

I'm trying to set up a small Gitea server to play version control for the local network in my lab. However, I'm having trouble getting SSH to work as expected. I followed the docker installation documentation fairly closely, so this should be a…
twieg
  • 53
  • 2
  • 9
0
votes
1 answer

Plantuml integration in Gitea

I want integrate Plantuml in Gitea I've installed a docker image of Gitea https://docs.gitea.io/en-us/installation/install-with-docker/ which is working properly. To integrate Plantuml in Gitea I'm following this guide:…
Roberto
  • 11
  • 1