More info about fork

This commit is contained in:
Minecon724 2025-03-15 14:34:29 +01:00
commit 4e75ad8c50
Signed by untrusted user who does not match committer: m724
GPG key ID: A02E6E67AB961189
2 changed files with 30 additions and 7 deletions

29
ABOUT-FORK.md Normal file
View file

@ -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.

View file

@ -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)