From c3a139b243ce34eb31411c4a480db88a366abaa9 Mon Sep 17 00:00:00 2001 From: dimon Date: Fri, 1 Apr 2022 16:54:01 +0000 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'setup=5Fleanote,sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup_leanote,sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_leanote,sh b/setup_leanote,sh index 633ae7d..a93c7b0 100644 --- a/setup_leanote,sh +++ b/setup_leanote,sh @@ -28,7 +28,7 @@ chmod +x /leanote/bin/run.sh # Get leanote app conf rm /leanote/conf/app.conf -wget https://gitlab.dfosd.synology.me/docker-images/ubuntu-leanote/-/raw/master/app.conf -O /leanote/conf/app.conf +wget https://git.dfosd.synology.me/docker/ubuntu-leanote/raw/branch/master/app.conf -O /leanote/conf/app.conf # Modify app conf #64-bit random app.secret @@ -43,4 +43,4 @@ sed -i "s/MONGO_DB/$MONGO_DB/g" /leanote/conf/app.conf # Install nginx and get conf apt install -y nginx rm /etc/nginx/sites-enabled/default -wget https://gitlab.dfosd.synology.me/docker-images/ubuntu-leanote/-/raw/master/nginx_ssl.conf -O /etc/nginx/sites-enabled/nginx_ssl.conf \ No newline at end of file +wget https://git.dfosd.synology.me/docker/ubuntu-leanote/raw/branch/master/nginx_ssl.conf -O /etc/nginx/sites-enabled/nginx_ssl.conf \ No newline at end of file