diff --git a/ABOUT-FORK.md b/ABOUT-FORK.md new file mode 100644 index 0000000000..18ab67ab6e --- /dev/null +++ b/ABOUT-FORK.md @@ -0,0 +1,29 @@ +## FORK + +This is a fork of Forgejo. + +This fork doesn't add any specialized features. It adds things that should be in Forgejo, but aren't. + +This fork is based on a release. There's no master branch. Patches of this fork do not follow releases; because of scope, they're released immediately. + +This fork is a drop-in replacement. You can switch back and forth, as there are no breaking changes. + +### Features + +- Privacy Policy support + - Consent checkbox + - Footer link + - Configured with `service.PRIVACY_POLICY_URL` +- Captcha tweaks + - Shorter: 4-5 instead of 6 digits + - Bigger + - Fixed colors on dark theme +- Aesthetics + - Footer: + - Fixed links spacing in footer; they're now even. + - Shortened `Version: 10.0.1` to `v10.0.1` + - Removed unnecessary *API* link + +### Builds + +Docker builds [are available here](https://hub.docker.com/r/minecon724/forgejo724) for amd64 and arm64. diff --git a/README.md b/README.md index 24696712d2..3ba47dcce6 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,6 @@ ## FORK -This is a fork for https://git.m724.eu - -This fork is based on a release. There's no master branch. Features of the fork do not follow releases; they're released immediately. - -Docker builds [are available here](https://hub.docker.com/r/minecon724/forgejo724) for amd64 and arm64. - -This fork is a drop-in replacement. You can switch back and forth, as there are no breaking changes. +This is a fork of Forgejo. [Read more here.](ABOUT-FORK.md)