Install to YunoHost - widget and page
Find a file
scith 1a7f88a876 Add a discover widget
Add a small widget linking to the YunoHost website for people who do not
know YunoHost
2017-01-20 14:05:32 +01:00
assets Improvements 2017-01-20 13:42:35 +01:00
locales Add a discover widget 2017-01-20 14:05:32 +01:00
.gitattributes :octocat: Added .gitattributes & .gitignore files 2016-11-29 16:05:18 +01:00
.gitignore :octocat: Added .gitattributes & .gitignore files 2016-11-29 16:05:18 +01:00
index.php Add a discover widget 2017-01-20 14:05:32 +01:00
install-with-yunohost.png First commit 2016-11-29 16:15:18 +01:00
README.md Example 2016-11-29 16:16:11 +01:00

This small webpage helps users install specific apps by redirecting them to the appropriate page of their YunoHost admin panels.

It is used to create an "Install with YunoHost" badge/link that can be placed on app developers' websites to promote YunoHost. This badge is similar to the badges "deploy to Heroku" etc...

As YunoHost is not a centralized service, such a badge cannot link directly to users' servers. They are thus redirected to this page in which they have to enter the link to their server. This trick is similar to the one used in the "share to diaspora*" badge, which is also a decentralized service.

Embed the "Install with YunoHost" button

Example for the Roundcube app

HTML

<a href="http://www.scith.ovh/installynh/?app=roundcube"><img src="http://www.scith.ovh/installynh/install-with-yunohost.png" alt="Install Roundcube with YunoHost" /></a>

Markdown

[![Install Roundcube with YunoHost](http://www.scith.ovh/installynh/install-with-yunohost.png)](http://www.scith.ovh/installynh/?app=roundcube)

Install Roundcube with YunoHost