44 lines
2.4 KiB
Markdown
44 lines
2.4 KiB
Markdown
# :lored: :gitea: Lored's Gitea
|
|
|
|
Our own fork of [Gitea](https://gitea.com/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`](https://code.capytal.cc).
|
|
|
|
All commits are based on the latest tag/version (currently `v1.25.0-rc0`), 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.0-rc0-loreddev.0`).
|
|
|
|
Current implemented features and technical differences:
|
|
- Custom, and new default, theme based on [Radix Colors](https://www.radix-ui.com/colors);
|
|
- New set of icons using [Solar Icon Set](https://www.figma.com/community/file/1166831539721848736/solar-icons-set);
|
|
- Syntax highlight theme ([Cattpuccin](https://github.com/catppuccin/gitea));
|
|
- 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 (:lored:);
|
|
- Nix package declaration provided directly via `flake.nix`;
|
|
- Remove the use of `flake-utils` on `flake.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`](https://code.capytal.cc).
|
|
|
|
Any bugs or feature request should be reported to [upstream's repository](https://github.com/go-gitea/gitea),
|
|
following theirs [contribution guidelines](https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md) and
|
|
[code of conduct](https://github.com/go-gitea/gitea/blob/main/CODE_OF_CONDUCT.md).
|
|
|
|
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`](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.
|
|
|