Add about fork
Signed-off-by: Minecon724 <minecon724@noreply.git.m724.eu>
This commit is contained in:
parent
5979129aa6
commit
7fe06ea71c
2 changed files with 38 additions and 0 deletions
32
ABOUT-FORK.md
Normal file
32
ABOUT-FORK.md
Normal file
|
@ -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.
|
|
@ -1,3 +1,9 @@
|
|||
## FORK
|
||||
|
||||
This is a fork of Forgejo. [Read more here.](ABOUT-FORK.md)
|
||||
|
||||
|
||||
|
||||
<div align="center">
|
||||
<img src="./assets/logo.svg" alt="" width="192" align="center" />
|
||||
<h1 align="center">Welcome to Forgejo</h1>
|
||||
|
|
Loading…
Add table
Reference in a new issue