From 6cd9686643561d9e8896d92204c3ef930ef157d6 Mon Sep 17 00:00:00 2001 From: Augustin Trancart Date: Tue, 21 Apr 2020 23:25:29 +0200 Subject: [PATCH] What's this? --- conf/_show.html.haml | 26 -------------------------- conf/nginx_upstream.conf | 5 ----- 2 files changed, 31 deletions(-) delete mode 100644 conf/_show.html.haml delete mode 100644 conf/nginx_upstream.conf diff --git a/conf/_show.html.haml b/conf/_show.html.haml deleted file mode 100644 index 17ca8cd..0000000 --- a/conf/_show.html.haml +++ /dev/null @@ -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 » diff --git a/conf/nginx_upstream.conf b/conf/nginx_upstream.conf deleted file mode 100644 index 15bc320..0000000 --- a/conf/nginx_upstream.conf +++ /dev/null @@ -1,5 +0,0 @@ - -upstream diaspora_server { - server 127.0.0.1:3986; -} -