Merge pull request #64 from opencloud-eu/webfinger

webfinger
This commit is contained in:
Andre Duffeck
2025-01-17 13:59:17 +01:00
committed by GitHub
9 changed files with 85 additions and 87 deletions

View File

@@ -16566,7 +16566,7 @@ WEBFINGER_OWNCLOUD_SERVER_INSTANCE_URL:
deprecationInfo: ""
WEBFINGER_RELATIONS:
name: WEBFINGER_RELATIONS
defaultValue: '[http://openid.net/specs/connect/1.0/issuer http://webfinger.owncloud/rel/server-instance]'
defaultValue: '[http://openid.net/specs/connect/1.0/issuer http://webfinger.opencloud/rel/server-instance]'
type: '[]string'
description: A list of relation URIs or registered relation types to add to webfinger
responses. See the Environment Variable Types description for more details.