mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-11-02 15:31:03 +00:00
[BRANDING] Update nodeinfo branding
- Change the values for the nodeinfo API, to use branded values. - Resolves https://codeberg.org/forgejo/forgejo/issues/257 (cherry picked from commit4608c57688) (cherry picked from commite837e8a529) (cherry picked from commit6601328d3c) (cherry picked from commitc6be21d487) (cherry picked from commit5adc6ffee2) (cherry picked from commit2ff8d166ac) (cherry picked from commitb6a90e7e5a) (cherry picked from commitd1089e706c) Conflicts: tests/integration/api_nodeinfo_test.go
This commit is contained in:
parent
5a4fc69a16
commit
7a29df737d
2 changed files with 4 additions and 4 deletions
|
|
@ -65,10 +65,10 @@ func NodeInfo(ctx *context.APIContext) {
|
|||
nodeInfo := &structs.NodeInfo{
|
||||
Version: "2.1",
|
||||
Software: structs.NodeInfoSoftware{
|
||||
Name: "gitea",
|
||||
Name: "forgejo",
|
||||
Version: setting.AppVer,
|
||||
Repository: "https://github.com/go-gitea/gitea.git",
|
||||
Homepage: "https://gitea.io/",
|
||||
Repository: "https://codeberg.org/forgejo/forgejo.git",
|
||||
Homepage: "https://forgejo.org/",
|
||||
},
|
||||
Protocols: []string{"activitypub"},
|
||||
Services: structs.NodeInfoServices{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue