1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diaspora_ynh.git synced 2024-09-03 18:26:13 +02:00

What's this?

This commit is contained in:
Augustin Trancart 2020-04-21 23:25:29 +02:00
parent bfe2164d85
commit 6cd9686643
2 changed files with 0 additions and 31 deletions

View file

@ -1,26 +0,0 @@
.container{style: "padding-top: 5%;"}
.hero-unit
%h2 diaspora*
%hr/
%p
%b Vous êtes sur le point de changer Internet en utilisant un réseau social anonyme et distribué.
%br
%b Rejoignez-nous et récupérez votre liberté, votre vie privée et vos données avec YunoHost et diaspora* !
%p
= link_to "Créer un compte ! »", new_user_registration_path, class: "btn btn-primary btn-large"
.row
.span4
%h2 diaspora*
%p Découvrez l'ambition du projet pour créer un réseau social universel où vous gardez le contrôle.
%p
%a.btn{:href => "https://diasporafoundation.org/"} Fondation Diaspora »
.span4
%h2 Auto-hébergez-vous
%p Le site (pod) sur lequel vous êtes est propulsé par YunoHost. Une distribution simple basée sur des outils libres pour créer votre propre "cloud" !
%p
%a.btn{:href => "https://yunohost.org/"} YunoHost »
.span4
%h2 Créez votre "Pod"
%p A l'aide de Yunohost et de son application diaspora*, hébergez simplement votre "pod".
%p
%a.btn{:href => "https://github.com/aymhce/diaspora_ynh"} Application diaspora* pour YunoHost »

View file

@ -1,5 +0,0 @@
upstream diaspora_server {
server 127.0.0.1:3986;
}