From 7fe06ea71c8afd8215d66c0376be7be36563d583 Mon Sep 17 00:00:00 2001 From: Minecon724 Date: Fri, 21 Mar 2025 08:18:15 +0100 Subject: [PATCH] Add about fork Signed-off-by: Minecon724 --- ABOUT-FORK.md | 32 ++++++++++++++++++++++++++++++++ README.md | 6 ++++++ 2 files changed, 38 insertions(+) create mode 100644 ABOUT-FORK.md diff --git a/ABOUT-FORK.md b/ABOUT-FORK.md new file mode 100644 index 0000000000..48e8b2f01c --- /dev/null +++ b/ABOUT-FORK.md @@ -0,0 +1,32 @@ +## 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 +- Theme tweaks + - Dynamic detection, no need for THEMES + - Enhanced picker +- Aesthetics +- Some things I forgot to list + +You can see [all changes here](/git724/forgejo/commits/branch/v10.0/forgejo/search?q=Minecon724&all=). \ +Don't be overwhelmed, as commits are very granular. + +### 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 0c4becacc4..3ba47dcce6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +## FORK + +This is a fork of Forgejo. [Read more here.](ABOUT-FORK.md) + + +

Welcome to Forgejo