From 2d12904b90bc002a8c5dbad741f2cdefdb150db8 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Wed, 21 Jun 2017 19:51:15 +0200
Subject: [PATCH] Demo clones without SSH now

---
 README.md     | 2 +-
 setup-demo.sh | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 60555a6..7d16c7a 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
 Clone the repository:
 
     cd /srv
-    git clone ssh://git@code.eliotberriot.com:2222/funkwhale/demo.git funkwhale-demo
+    git clone https://code.eliotberriot.com/funkwhale/demo.git funkwhale-demo
     cd funkwhale-demo
 
 Download demo tracks (courtesy of Jamendo):
diff --git a/setup-demo.sh b/setup-demo.sh
index 9fded53..d99584a 100755
--- a/setup-demo.sh
+++ b/setup-demo.sh
@@ -3,8 +3,8 @@
 API_BRANCH="develop"
 FRONT_BRANCH="master"
 echo "Initializing repositories..."
-git clone ssh://git@code.eliotberriot.com:2222/funkwhale/api.git api
-git clone ssh://git@code.eliotberriot.com:2222/funkwhale/front.git front
+git clone https://code.eliotberriot.com/funkwhale/api.git api
+git clone https://code.eliotberriot.com/funkwhale/front.git front
 
 echo "Updating repositories..."
 git -C api checkout $API_BRANCH
-- 
GitLab