Lindenii Project Forge
Repo info | |
---|---|
Name | server |
Description | Forge backend daemon |
SSH remote | ssh://forge.lindenii.runxiyu.org/lindenii/forge/:/repos/server |
Recent commits (see all) | ||
---|---|---|
Title | Author | Author Date |
css, html: Fix for multi-row headers and footers | Runxi Yu | 2025-03-10 23:53:43 +0800 |
css, html: Rounded corners | Runxi Yu | 2025-03-10 23:47:01 +0800 |
css: Make --danger-color actually red | Runxi Yu | 2025-03-10 16:48:59 +0800 |
Work in progress.
Lindenii Forge aims to be an uncomplicated yet featured software forge, primarily designed for self-hosting by small organizations and individuals.
#lindenii
on irc.runxiyu.org#lindenii
on Libera.Chatcontrib/
branches to automatically create MRsWe are currently using the GNU Affero General Public License version 3.
The forge software serves its own source at /:/source/
.
Please submit patches by pushing to contrib/...
in the official repo.
We have several Git repo mirrors on a few places:
We follow the Lindenii Project's general code style, which has a few important deviations from what most people may be used to:
snake_case
; exported identifiers in Go use
Capitalized_snake_case
. Type identifiers end with _t
.:=
in Go, and prefer to use var
.