gitea
gitea copied to clipboard
Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
By default Gitea will always unlink any sockets that are provided using the `LISTEN_FDS` environment variable. This is because it uses this variable to handle passing when it is doing...
### Description since updating the container to 1.17 I can't connect to my repositories via SSH. I always end up with a `Permission denied (publickey). fatal: Could not read from...
WIP with various errors still left to resolve, cleanups to be done. Regular tooltips work.
### Gitea Version 1.15.6 built with GNU Make 4.1, go1.16.9 ### Git Version 2.33.1.windows.1 ### Operating System Windows Server 2022 ### How are you running Gitea? Windows Service ### Database...
### Description Starting with v1.17.0, one of our large repos (70+ GB, using LFS) is failing trying to clone on some connections. When the clone fails, the client reports some...
This enables git.Command's Run to optionally use the given context directly so its deadline will be respected. Otherwise, it falls back to the previous behavior of using the supplied timeout...
### Description I have updated to Gitea 1.17.0, but when starting it I receive an error in the console, and then it exits. The message is available in the first...
Extension to #20571 with the ability to add yaml frontmatter to control recognition of latex/tex code e.g.: ```markdown --- math:all --- $x = 5$ ```
related to #20670 This PR adds support for `npm unpublish` to delete a package. There is a problem with the current npm cli [not working with private registries](https://github.com/npm/cli/issues/4331) which prevents...
This adds a new filter option on the issues and pulls pages to filter by the author/poster/creator of the issue or PR. Fixes #9408