From d166b164e676211655ee317f9d8ffb14a40c75b1 Mon Sep 17 00:00:00 2001 From: piair Date: Wed, 20 Sep 2023 11:54:43 +0200 Subject: [PATCH] =?UTF-8?q?des=20ptit=20probl=C3=A8mes=20par=20ci=20par=20?= =?UTF-8?q?la?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Flask/templates/vnc.html | 2 +- config/config.sh | 5 ----- config/request.sh | 5 +++++ version | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Flask/templates/vnc.html b/Flask/templates/vnc.html index 55d89c7..0d315fb 100644 --- a/Flask/templates/vnc.html +++ b/Flask/templates/vnc.html @@ -51,7 +51,7 @@ {%if not current_user.is_authenticated %} {% else %} - + {% endif %} {%endblock %} \ No newline at end of file diff --git a/config/config.sh b/config/config.sh index 4395d41..fb2fe5c 100644 --- a/config/config.sh +++ b/config/config.sh @@ -62,8 +62,3 @@ grafana-cli plugins install frser-sqlite-datasource printf "setting up default dashboard" cp /app/MsRewards-Reborn/config/Stats-dashbord.json /usr/share/grafana/public/dashboards/home.json - -websockify -D \ - --web /usr/share/novnc/ \ - 6080 \ - localhost:2345 \ No newline at end of file diff --git a/config/request.sh b/config/request.sh index ed70b22..8616dd5 100644 --- a/config/request.sh +++ b/config/request.sh @@ -12,3 +12,8 @@ curl 'http://localhost:1234/grafana/api/dashboards/import' \ --compressed \ --insecure + +websockify -D \ + --web /usr/share/novnc/ \ + 6080 \ + localhost:2345 \ No newline at end of file diff --git a/version b/version index 397ed6d..4948248 100644 --- a/version +++ b/version @@ -1 +1 @@ -v6.4.1 +v6.4.2