Go to file
Gusted f173f27d7c
[PRIVACY] Add a DNS method to fetch new updates
- Use TXT records in order to determine the latest available version.
- This addresses a valid privacy issue, as with HTTP requests the server
can keep track(estimated) of how many instances are using Forgejo, with
DNS that's basically not possible as the server will never receive any
data, as the only ones receiving data are DNS resolvers.

(cherry picked from commit 0baefb546a)
(cherry picked from commit e8ee41880b)
(cherry picked from commit 7eca4f3bf1)
(cherry picked from commit 6dde3992dc)
(cherry picked from commit fb3a37fbfc)
(cherry picked from commit 8304af1e9d)
(cherry picked from commit 0543a7d12a)
(cherry picked from commit c3a22933b7)
(cherry picked from commit e243707694)
(cherry picked from commit 7eb6d1bcf7)
(cherry picked from commit 1d7b9535cd)
(cherry picked from commit 05920dce67)
2023-05-16 11:10:37 +02:00
.gitea [WORKFLOW] issues & pr templates 2023-05-16 10:03:04 +02:00
.github/workflows delete Gitea specific files that need rewriting for Forgejo 2023-05-16 10:03:04 +02:00
.woodpecker [CI] implementation: Woodpecker based CI 2023-05-16 07:33:34 +02:00
assets
build
cmd
contrib Implement systemd-notify protocol (#21151) 2023-05-15 22:20:30 +00:00
CONTRIBUTING [DOCS] CONTRIBUTING 2023-05-16 10:03:04 +02:00
custom/conf [PRIVACY] Add a DNS method to fetch new updates 2023-05-16 11:10:37 +02:00
docker
docs [PRIVACY] Add a DNS method to fetch new updates 2023-05-16 11:10:37 +02:00
models
modules [PRIVACY] Add a DNS method to fetch new updates 2023-05-16 11:10:37 +02:00
options [skip ci] Updated translations via Crowdin 2023-05-16 00:23:56 +00:00
public [API] Forgejo API /api/forgejo/v1 2023-05-16 10:03:04 +02:00
releases [DOCS] RELEASE-NOTES.md 2023-05-16 10:03:04 +02:00
routers [API] Forgejo API /api/forgejo/v1 2023-05-16 10:03:04 +02:00
services [PRIVACY] Add a DNS method to fetch new updates 2023-05-16 11:10:37 +02:00
snap
templates [API] Forgejo API /api/forgejo/v1 2023-05-16 10:03:04 +02:00
tests [API] Forgejo API /api/forgejo/v1 2023-05-16 10:03:04 +02:00
web_src [API] Forgejo API /api/forgejo/v1 2023-05-16 10:03:04 +02:00
.air.toml
.changelog.yml
.dockerignore
.drone.yml
.editorconfig
.eslintrc.yaml
.gitattributes
.gitignore [CI] implementation: Woodpecker based CI 2023-05-16 07:33:34 +02:00
.gitpod.yml
.golangci.yml
.ignore
.markdownlint.yaml
.npmrc
.spectral.yaml
.stylelintrc.yaml Reorganize CSS files (#24739) 2023-05-16 00:13:30 -04:00
BSDmakefile
build.go
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md [DOCS] CONTRIBUTING 2023-05-16 10:03:04 +02:00
DCO
Dockerfile [CI] implementation: forgejo container images 2023-05-16 07:38:20 +02:00
Dockerfile.rootless [CI] implementation: forgejo container images 2023-05-16 07:38:20 +02:00
go.mod
go.sum
LICENSE [DOCS] LICENSE: add Forgejo Authors 2023-05-16 10:03:04 +02:00
main.go
MAINTAINERS
Makefile [API] Forgejo API /api/forgejo/v1 2023-05-16 10:03:04 +02:00
package-lock.json Bump vm2 from 3.9.17 to 3.9.18 (#24742) 2023-05-15 23:55:56 +02:00
package.json
playwright.config.js
README.md [DOCS] README 2023-05-16 10:03:04 +02:00
RELEASE-NOTES.md [DOCS] RELEASE-NOTES.md 2023-05-16 10:03:04 +02:00
vitest.config.js
webpack.config.js [API] Forgejo API /api/forgejo/v1 2023-05-16 10:03:04 +02:00

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.