From 04c3af14e20c31aefa6831a18aef39c534d73cd2 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Mon, 8 May 2017 21:43:12 +0200 Subject: [PATCH] Removed password again --- config.xml | 3 +-- nginx.conf | 1 - start.sh | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/config.xml b/config.xml index f154295..2a47a40 100644 --- a/config.xml +++ b/config.xml @@ -1,9 +1,8 @@ + true
0.0.0.0:3000
default - admin - $2a$10$onEZNvFhasmJMq7ugGDIJekK0mZ9YByNK0b1p8kJPtXL.ELVrsolm
tcp://:22000 diff --git a/nginx.conf b/nginx.conf index e39e457..c79dee3 100644 --- a/nginx.conf +++ b/nginx.conf @@ -33,7 +33,6 @@ http { error_log /dev/stderr warn; listen 8000 default_server; server_name _; - proxy_set_header Authorization "Basic YWRtaW46YWRtaW4="; proxy_read_timeout 120s; location /check { proxy_pass http://localhost:3000/syncthing/app.js; diff --git a/start.sh b/start.sh index 672b120..dc4ff2b 100755 --- a/start.sh +++ b/start.sh @@ -20,8 +20,6 @@ ldap_server cloudron { EOF sed -e 's,.*,tcp://:22000,' -i /app/data/config/config.xml -sed -e 's,.*,admin,' -i /app/data/config/config.xml -sed -e 's,.*,$2a$10$onEZNvFhasmJMq7ugGDIJekK0mZ9YByNK0b1p8kJPtXL.ELVrsolm,' -i /app/data/config/config.xml sed -e 's,,,' -i /app/data/config/config.xml export STNODEFAULTFOLDER=1 STNOUPGRADE=1