Forgejo: Difference between revisions
Small clean up |
m Updated the latest release |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 8: | Line 8: | ||
| platform = Cross-platform | | platform = Cross-platform | ||
| initialRelease = 15 December 2022 | | initialRelease = 15 December 2022 | ||
| latestRelease = | | latestRelease = 14.0.2; 29 January 2026 | ||
| programmingLanguage = Go, JavaScript | | programmingLanguage = Go, JavaScript | ||
}} | }} | ||
| Line 85: | Line 85: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
== Setting up OpenSSH integration == | |||
If you plan to use SSH keys for authenticating your git usage, there's a little extra configuration to be done to set that up: | |||
{{File|3={ config, lib, ... }: { | |||
... | |||
services = { | |||
forgejo.settings.server.SSH_PORT = lib.head config.services.openssh.ports; | |||
}; | |||
... | |||
}|name=/etc/nixos/configuration.nix|lang=nix}} | |||
== Actions Runner == | == Actions Runner == | ||
| Line 174: | Line 184: | ||
</div> | </div> | ||
{{template "base/footer" .}}|name=/etc/nixos/forgejo/home.tmpl|lang=gotmpl}} | {{template "base/footer" .}}|name=/etc/nixos/forgejo/home.tmpl|lang=gotmpl}} | ||
== See also == | |||
* [[Gitlab]], a web application offers git repository management, code reviews, issue tracking, activity feeds and wikis. | |||
* [[Gitea]], a web app, Git development repository and project management. | |||
[[Category:Web Applications]] | [[Category:Web Applications]] | ||
[[Category:Server]] | [[Category:Server]] | ||
[[Category:NixOS Manual]] | [[Category:NixOS Manual]] | ||