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