You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Gusted d20e325378
[DB] Forgejo database migrations
- Implements https://codeberg.org/forgejo/discussions/issues/32#issuecomment-918737
- Allows to add Forgejo-specific migrations that don't interfere with Gitea's migration logic. Please do note that we cannot liberally add migrations for Gitea tables, as they might do their own migrations in a future version on that table, and that could undo our migrations. Luckily,  we don't have a scenario where that's needed and thus not taken into account.

Co-authored-by: Gusted <postmaster@gusted.xyz>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/795
(cherry picked from commit 8ee32978c0af1f8f71679c87f695df2b90b617c8)
(cherry picked from commit c240b34f595a7a9763f7b748052ac98f9f18954d)
(cherry picked from commit 03936c649243a0a29701393d58e63e33064c7461)
(cherry picked from commit a20ed852f8b6d28872c05d688bffe5c6976bfa03)
(cherry picked from commit 1dfa82676f1feb745633618fde2d362bf19c4f28)
(cherry picked from commit c39ae0bf8abced8fd5dc32589e68515ac308b69b)
(cherry picked from commit cfaff08996c9f42592c95a63fe907b45b8a9317a)
(cherry picked from commit 94a458835a2b0336b26c1c9df64fdfe2de47f496)
(cherry picked from commit 61a3cf77dfe3f612ff110eb19f94dcb08051daf1)
(cherry picked from commit abb350fde879cc495761dc4616b7aa0fc5d94d54)
(cherry picked from commit 5194829d6b4ed702cf50ff875da57d04d77c8a18)
(cherry picked from commit 89239a60f23cad7dad03add744e23a4f3b10d6a4)
(cherry picked from commit 683cfd86efc5fa8cc04973ce3115351515a20917)
(cherry picked from commit f4546cfed92844e3666b80130eadabb9348b88ae)
(cherry picked from commit 86614d5826392b3fbe68355baeab9a0a761883a5)
(cherry picked from commit e4b9c32187a039a83686a82856a9a192919c6e82)
(cherry picked from commit 8c253719afa9b82f169757df007587d38560c06d)
(cherry picked from commit 857365d6c15b5471d63662b1d89d1523151c4f79)
(cherry picked from commit a488b3952f58bbf28bfa101a24e52dad7c9662eb)
(cherry picked from commit 98313c49109c941426beecc1a3e7887f28b99970)
(cherry picked from commit 430d95e8240971e266705d2e7202a5c785379cb2)
(cherry picked from commit 08bf9d918fbb67f5ac06c0cfdc24229aa14ff83f)
(cherry picked from commit f8a170e2d042fcb8f314e123de6918317ac1e909)
7 months ago
.devcontainer devpod use go1.21 (#26637) 10 months ago
.forgejo [CI] end to end tests 7 months ago
.gitea [WORKFLOW] issues & pr templates 7 months ago
.github delete Gitea specific files that need rewriting for Forgejo 7 months ago
assets bump go-deps (#27489) 8 months ago
build Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) 9 months ago
cmd [CLI] implement forgejo-cli 7 months ago
contrib Replace more db.DefaultContext (#27628) 8 months ago
custom/conf [FEAT] Use OpenStreetMap in USER_LOCATION_MAP_URL by default 7 months ago
docker Dockerfile small refactor (#27757) 7 months ago
docs refactor postgres connection string building (#27723) 7 months ago
models [DB] Forgejo database migrations 7 months ago
modules [FEAT] Use OpenStreetMap in USER_LOCATION_MAP_URL by default 7 months ago
options [skip ci] Updated translations via Crowdin 7 months ago
public [API] Forgejo API /api/forgejo/v1 7 months ago
releases/images [DOCS] RELEASE-NOTES.md 7 months ago
routers [API] Forgejo API /api/forgejo/v1 7 months ago
services [TESTS] oauth2: make it possible to use an alternate http.Client 7 months ago
snap set version in snapcraft yaml 9 months ago
templates [API] Forgejo API /api/forgejo/v1 7 months ago
tests [TESTS] increase test-sqlite log level to Trace 7 months ago
web_src [API] Forgejo API /api/forgejo/v1 7 months ago
.air.toml Reduce verbosity of dev commands (#24917) 1 year ago
.changelog.yml Adapt `.changelog.yml` to new labeling system (#27701) 8 months ago
.dockerignore Move public asset files to the proper directory (#25907) 11 months ago
.editorconfig Add markdownlint (#20512) 2 years ago
.eslintrc.yaml Update and add new eslint plugins (#27698) 8 months ago
.gitattributes [META] Use correct language for .tmpl 7 months ago
.gitignore [CI] gitignore: emacs backups 7 months ago
.gitpod.yml Add Github related extensions in devcontainer (#25800) 11 months ago
.golangci.yml Use Go 1.21 for golangci-lint (#26786) 9 months ago
.ignore Add `/public/assets` to `.ignore` (#26232) 10 months ago
.markdownlint.yaml Enable markdownlint `no-duplicate-header` (#27500) 8 months ago
.npmrc Upgrade to npm lockfile v3 and explicitely set it (#23561) 1 year ago
.spectral.yaml Add spectral linter for Swagger (#20321) 2 years ago
.stylelintrc.yaml Enable shorthands in `declaration-strict-value` linter (#27597) 8 months ago
.yamllint.yaml fully replace drone with actions (#27556) 8 months ago
BSDmakefile Fix build errors on BSD (in BSDMakefile) (#27594) 8 months ago
CHANGELOG.md Add 1.20.5 changelog (#27404) (#27411) 8 months ago
CONTRIBUTING.md [DOCS] CONTRIBUTING 7 months ago
DCO Remove address from DCO (#22595) 1 year ago
Dockerfile [CI] Forgejo Actions based release process 7 months ago
Dockerfile.rootless [CI] Forgejo Actions based release process 7 months ago
LICENSE [DOCS] LICENSE: add Forgejo Authors 7 months ago
MAINTAINERS Apply to become a maintainer (#27522) 8 months ago
Makefile [SEMVER] 6.0.0+0-gitea-1.21.0 7 months ago
README.md [DOCS] README 7 months ago
RELEASE-NOTES.md [DOCS] RELEASE-NOTES.md 7 months ago
build.go User/Org Feed render description as per web (#23887) 1 year ago
go.mod Remove SSH workaround (#27893) 7 months ago
go.sum Remove SSH workaround (#27893) 7 months ago
main.go Fix incorrect CLI exit code and duplicate error message (#26346) 10 months ago
package-lock.json Update and add new eslint plugins (#27698) 8 months ago
package.json Update and add new eslint plugins (#27698) 8 months ago
playwright.config.js Update JS dependencies and eslint config (#21388) 2 years ago
poetry.lock Update JS and PY dependencies (#27501) 8 months ago
poetry.toml Clean up pyproject.toml and package.json, fix poetry options (#25327) 12 months ago
pyproject.toml Update JS and Poetry dependencies and eslint (#27200) 8 months ago
vitest.config.js Use vitest globals (#27102) 8 months ago
webpack.config.js [API] Forgejo API /api/forgejo/v1 7 months ago

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.