mirror of
1
Fork 0
Beyond coding. We forge.
Go to file
Giteabot a77398cd34
Add endpoint for not implemented Docker auth (#28457) (#28462)
Backport #28457 by @KN4CK3R

Recently Docker started to use the optional `POST /v2/token` endpoint
which should respond with a `404 Not Found` status code instead of the
current `405 Method Not Allowed`.

> Note: Not all token servers implement oauth2. If the request to the
endpoint returns 404 using the HTTP POST method, refer to Token
Documentation for using the HTTP GET method supported by all token
servers.

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
(cherry picked from commit 74ab798033)
2023-12-22 12:05:11 +01:00
.devcontainer
.forgejo [CI] upgrade moved to https://code.forgejo.org/forgejo/end-to-end/ 2023-12-19 23:44:34 +01:00
.gitea
.github
assets
build
cmd
contrib
custom/conf Revert "Deprecate query string auth tokens (#28390) (#28430)" 2023-12-12 17:04:38 +01:00
docker
docs Fix links in docs (#28302) (#28418) 2023-12-12 15:21:33 +01:00
models Also sync DB branches on push if necessary (#28361) (#28403) 2023-12-12 15:21:33 +01:00
modules [GITEA] test markdown CleanValue to prevent regression 2023-12-13 18:12:08 +01:00
options
public
releases/images
routers Add endpoint for not implemented Docker auth (#28457) (#28462) 2023-12-22 12:05:11 +01:00
services Fix possible nil pointer access (#28428) (#28440) 2023-12-22 12:05:11 +01:00
snap
templates Revert "Deprecate query string auth tokens (#28390) (#28430)" 2023-12-12 17:04:38 +01:00
tests [GITEA] Remove redundant `syncBranchToDB` 2023-12-21 11:07:41 +00:00
web_src Don't show unnecessary citation JS error on UI (#28433) (#28437) 2023-12-12 15:21:33 +01:00
.air.toml
.changelog.yml
.dockerignore
.editorconfig
.eslintrc.yaml
.gitattributes
.gitignore
.gitpod.yml
.golangci.yml
.ignore
.markdownlint.yaml
.npmrc
.spectral.yaml
.stylelintrc.yaml
.yamllint.yaml
BSDmakefile
CHANGELOG.md 1.21.2 changelog (#28387) 2023-12-12 15:21:33 +01:00
CODEOWNERS
CONTRIBUTING.md
DCO
Dockerfile
Dockerfile.rootless
LICENSE
MAINTAINERS
Makefile [SEMVER] 6.0.3+0-gitea-1.21.3 2023-12-22 11:56:45 +01:00
README.md
RELEASE-NOTES.md
build.go
go.mod [GITEA] Update crypto dependency 2023-12-19 15:24:20 +01:00
go.sum [GITEA] Update crypto dependency 2023-12-19 15:24:20 +01:00
main.go
package-lock.json [GITEA] Downgrade @github/combobox-nav 2023-12-21 13:16:29 +00:00
package.json [GITEA] Downgrade @github/combobox-nav 2023-12-21 13:16:29 +00:00
playwright.config.js
poetry.lock
poetry.toml
pyproject.toml
vitest.config.js
webpack.config.js

README.md

Welcome to Forgejo

Hi there! Tired of big platforms playing monopoly? Providing Git hosting for your project, friends, company or community? Forgejo (/for'd͡ʒe.jo/ inspired by forĝejo the Esperanto word for forge) has you covered with its intuitive interface, light and easy hosting and a lot of builtin functionality.

Forgejo was created in 2022 because we think that the project should be owned by an independent community. If you second that, then Forgejo is for you! Our promise: Independent Free/Libre Software forever!

What does Forgejo offer?

If you like any of the following, Forgejo is literally meant for you:

  • Lightweight: Forgejo can easily be hosted on nearly every machine. Running on a Raspberry? Small cloud instance? No problem!
  • Project management: Besides Git hosting, Forgejo offers issues, pull requests, wikis, kanban boards and much more to coordinate with your team.
  • Publishing: Have something to share? Use releases to host your software for download, or use the package registry to publish it for docker, npm and many other package managers.
  • Customizable: Want to change your look? Change some settings? There are many config switches to make Forgejo work exactly like you want.
  • Powerful: Organizations & team permissions, CI integration, Code Search, LDAP, OAuth and much more. If you have advanced needs, Forgejo has you covered.
  • Privacy: From update checker to default settings: Forgejo is built to be privacy first for you and your crew.
  • Federation: (WIP) We are actively working to connect software forges with each other through ActivityPub, and create a collaborative network of personal instances.

Learn more

Dive into the documentation, subscribe to releases and blog post on our website, find us on the Fediverse or hop into our Matrix room if you have any questions or want to get involved.

Get involved

If you are interested in making Forgejo better, either by reporting a bug or by changing the governance, please take a look at the contribution guide.