More info about fork

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

25
ABOUT-FORK.md Normal file
View file

@ -0,0 +1,25 @@
## 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 \
Added a consent checkbox, and added a link to footer. \
It's controlled by `service.PRIVACY_POLICY_URL`
- Captcha tweaks \
Captcha is shorter (4-5 instead of 6 digits) and more readable.
- Aesthetics (very minor, but nice to have)
- Footer: \
Fixed links spacing in footer; they're now even. \
Shortened `Version: 10.0.1` to `v10.0.1`
### 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)