About 6,640,000 results
Open links in new tab
  1. 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 …

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

  3. 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 …

  4. ssl - gitea using a normal user and https - Stack Overflow

    I am trying to setup gitea to use https with a certificate I got from letsencrypt running the service as a normal user. I already got it working with http on port 80 with a normal user git and redirecting port 80 …

  5. local gitea runner service can not find gitea server

    Dec 10, 2024 · The runner needs to be configured to run workflows in the same Docker network as Gitea (container.network in act_runner's configuration) To specify the config file in command line: …

  6. 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…

  7. 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.

  8. Newest 'gitea' Questions - Stack Overflow

    Oct 23, 2025 · Gitea server setup and repository content backup comparison - “gitea dump” v/s “robocopy of gitea/data folder” Jan 20 at 4:25

  9. 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 …

  10. How to use SSH connect Gitea and SourceTree? - Stack Overflow

    May 16, 2022 · 1 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 …