Jump to conversation
Unresolved conversations (1)
@lunny lunny Sep 23, 2021
This maybe optional because some instance don't want to be discovered.
Outdated
routers/web/web.go
techknowlogick
Resolved conversations (5)
@zeripath zeripath Sep 4, 2021
I guess the question is what does OpenRegistrations mean? Is this registration over some activitypub protocol or just on the plain site? If it's the on the plain site this value should really be dependent on the settings.
Outdated
routers/api/v1/misc/nodeinfo.go
techknowlogick lafriks
@zeripath zeripath Sep 4, 2021
But we don't currently support activitypub do we?
routers/api/v1/misc/nodeinfo.go
techknowlogick 6543
@noerw noerw Sep 4, 2021
~~Not familiar with [forgefed specs](https://notabug.org/peers/forgefed) at all (yet!), so please ignore if it's a stupid remark: Wouldn' it make sense for this to go under `/.well-known/nodeinfo` or something?~~ And/or maybe put all activitypub related APIs under it's own namespace / router (so the feature is easy to opt in/out)?
Outdated
routers/api/v1/api.go
noerw
@delvh delvh Sep 4, 2021
Is the name intended to be the general-purpose name (`gitea`), the hostname (i.e. `try.gitea.io`), or the instance-specific name (i.e. `General Purpose Gitea`)? If it is the first one, which I assume, will the instance-specific name and hostname be sent somewhere else as well, or will it simply be omitted?
routers/api/v1/misc/nodeinfo.go
zeripath
@delvh delvh Sep 4, 2021
That will be outdated as soon as `Gitea` will be migrated to `gitea.com`
routers/api/v1/misc/nodeinfo.go
a1012112796