summaryrefslogtreecommitdiffstats
path: root/apps/user_webfinger/appinfo
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <jan@unhosted.org>2011-10-04 10:07:46 +0200
committerJan-Christoph Borchardt <jan@unhosted.org>2011-10-04 10:07:46 +0200
commit79da90bb08a7bb0dd1c4d29136dd18b27501888e (patch)
tree0933df4f7234b66783b2c944b42a61966d588a89 /apps/user_webfinger/appinfo
parent77e12a15b1cffcaf3c152bf394fd15eb61d24ace (diff)
downloadnextcloud-server-79da90bb08a7bb0dd1c4d29136dd18b27501888e.tar.gz
nextcloud-server-79da90bb08a7bb0dd1c4d29136dd18b27501888e.zip
renamed unhosted to remoteStorage (needs to be updated with coming protocol version)
Diffstat (limited to 'apps/user_webfinger/appinfo')
-rw-r--r--apps/user_webfinger/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_webfinger/appinfo/info.xml b/apps/user_webfinger/appinfo/info.xml
index b5e79bd6762..a4071dae172 100644
--- a/apps/user_webfinger/appinfo/info.xml
+++ b/apps/user_webfinger/appinfo/info.xml
@@ -2,7 +2,7 @@
<info>
<id>user_webfinger</id>
<name>Webfinger</name>
- <description>Provide webfinger for all users, so that they can use their ownCloud account as their remote storage on the web. If you don't run owncloud in the root of your domain, for instance if you run it on http://example.com/owncloud/, then makes sure you link http://example.com/.well-known/ to http://example.com/owncloud/apps/user_webfinger/ - for instance 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>
+ <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.1</version>
<licence>AGPL</licence>
<author>Michiel de Jong</author>