Questions tagged [gitea]

7 questions
3
votes
1 answer

Monitor Gitea with Prometheus

I have deployed Gitea. How can I want to monitor it with Prometheus ? I have tried to scape the /metrics but I get no metrics (HTTP/404)
Franklin Piat
  • 736
  • 6
  • 22
1
vote
0 answers

How to proxy a subdomain to a port in apache

I want to proxy git.example.com to example.com:3000 for gitea. I also want to enable https on the subdomain. Here is my configuration: ServerAdmin webmaster@example.com ServerName git.example.com ServerAlias…
1
vote
1 answer

SSH connection not working in gitea

I have setup gitea using docker-compose, External SSH port of my machine is 4444 which I set in sshd_config version: '2' volumes: gitea: postgres: networks: gitea: external: false services: server: image: gitea/gitea:latest …
Shaz Hemani
  • 131
  • 1
  • 6
0
votes
2 answers

ssh-keygen unable to verify key "unknown option -- Y"

Context: I am trying to verify my public key on a Gitea instance. Gitea provides a token for me to generate a signature; The instructions say: echo -n 'TOKEN_PROVIDED' | ssh-keygen -Y sign -n gitea -f PATH_TO_PUBLIC_KEY When I do this, ssh-keygen…
0
votes
1 answer

gitea ask for `gitea` password on TortoiseGit and SourceTree

I have a Manjaro system running gitea server. Now when I tried to do something with the repos on the server, eg. cloning or pushing, using TortoiseGit or SourceTree, the server will ask for a password for the account gitea. When I do the same…
0
votes
1 answer

Gitea offers wrong SSH key

I'm running Gitea on a virtual machine that is publicly accessible under gitea.myorg.foo. Here's the server part relevant to my SSH configuration of my configuration file: [server] …
0
votes
1 answer

Gitea under Configuration Management: Generated and Static Settings

I need to set up a Gitea server for an organization. The setup itself is easy, and I managed to bring up Gitea within an hour when installing it manually. However, my organisation uses a configuration management tool, which handles secrets and…