summaryrefslogtreecommitdiffstats
path: root/apps/user_webfinger/appinfo/info.xml
blob: 55cf2cf2201d08e448a9e419782db41bc98d7e62 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0"?>
<info>
	<id>user_webfinger</id>
	<name>Webfinger</name>
	<description>Provide WebFinger for all users so they get a user address like user@owncloudinstance which can be used for unhosted applications. If you don't run ownCloud in the root of your domain, for instance if you run it on example.com/owncloud/, then make sure you link example.com/.well-known/ to example.com/owncloud/apps/user_webfinger/ - by running something like "ln -s /var/www/owncloud/apps/user_webfinger /var/www/.well-known". Only enable this app if you run this ownCloud installation on a public web address, not if you run it on an intranet or on localhost.</description>
	<version>0.2</version>
	<licence>AGPL or MIT</licence>
	<author>Michiel de Jong</author>
	<require>2</require>
</info>