More info about fork
This commit is contained in:
parent
f8ee5aebd4
commit
4e75ad8c50
2 changed files with 30 additions and 7 deletions
29
ABOUT-FORK.md
Normal file
29
ABOUT-FORK.md
Normal 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.
|
||||
|
|
@ -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)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue