
SSH Authentication on self-hosted Gitea server (in docker)
May 23, 2023 · 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
For those who use Gitea + CI/CD : r/selfhosted - Reddit
Jul 10, 2023 · For those who use Gitea + CI/CD Hello, After taking a look at GitLab (CE), I decided to install Gitea as my daily and production instance for, mainly: docker repos, docker private registry …
Best self hosted git server? : r/selfhosted - Reddit
Nov 11, 2023 · Hi, i'm a software developer and i want to implement a self hosted git server on my home server. I hear about gitea, gogs, gitlab, GitBucket, kallithea, etc... but i don't know how choose. Share …
git - gitea ssh refuses to authenticate for one particular pc in the ...
Oct 21, 2021 · It looks like Gitea is accessible, but unable to process the request from this particular PC. I tried to remove and re-add public auth key in gitea GUI but it didn't help.
git - Specifying gitea server Gitea Base URL when it is normally ...
May 7, 2020 · 6 On my gitea server, I normally access it via ssh Local Port Forwarding; and it isn't accessible from the outside because I bind it to the localhost address.
Gitea - Reddit
r/Gitea: Git with a cup of tea. Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration…
git - Change admin password in Gitea - Stack Overflow
Mar 1, 2018 · For example, can you try running gitea admin change-password --username myusername --password asecurenewpassword, replacing myusername with your user name value.
How to add existing repository to gitea from filesystem?
Feb 14, 2022 · I install gitea and can't find how to add it to gitea. Other git-management systems have something like "add repository from filesystem", "scan directory", etc. which added existing repo to …
Gitea vs Forgejo : r/selfhosted - Reddit
Security wise, there was a recent incident in which forgejo notified gitea about some vulnerabilities but apparently the gitea team stopped responding leading to the forgejo team implementing the fix …
Can I run gitea actions without docker? - Stack Overflow
Aug 29, 2023 · 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 …