2.4 KiB
Lored's Gitea
Our own fork of Gitea, with some customizations to the
UI and better integration and packing for Nix Flakes. Used by, and mainly developed for,
Capytal as it's forge at code.capytal.cc.
All commits are based on the latest tag/version (currently v1.25.2), and are rebased
or cherry-picked as new releases are made. Versions and tags of this fork are prefixed
with -loreddev.<major/minor-version> (e.g. v1.25.2-loreddev.0).
Current implemented features and technical differences:
- Custom, and new default, theme based on Radix Colors;
- New set of icons using Solar Icon Set;
- Syntax highlight theme (Cattpuccin);
- Activity feed on user's profile overview tab (making it more similar to GitHub's interface);
- "Popular repositories" grid on user's profile (based on number of repo's stars and activity);
- "Pinned repositories" feature on user's profile, based on repo's owned and starred by the user;
- Lored custom emoji (
); - Nix package declaration provided directly via
flake.nix; - Remove the use of
flake-utilsonflake.nix; - Labels don't have their colors hard-setted into the inline style;
Contributing & Support
This fork does not accept contributions, as it is not intended for public use. Support
or request for features are not accepted, unless you directly are part or use the official
hosted version of this fork at code.capytal.cc.
Any bugs or feature request should be reported to upstream's repository, following theirs contribution guidelines and code of conduct.
We are not affiliated or endorsed by Gitea Ltd. or CommitGo, Inc. in any way, shape or form.
License
To provide license compatibility with Gitea and it's forks, this project is does not have
a different license from upstream. Which means it is licensed under the MIT License, as
defined in the LICENSE file.
Anyone is free to cherry-pick or copy changes made by this fork to upstream or any other fork, so log as they follow the terms of the license.