des ptit problèmes par ci par la

This commit is contained in:
piair 2023-09-20 11:54:43 +02:00
parent 7a59891f37
commit d166b164e6
4 changed files with 7 additions and 7 deletions

View File

@ -51,7 +51,7 @@
{%if not current_user.is_authenticated %} {%if not current_user.is_authenticated %}
<button class="unselected" onclick="location.href = '/login';">login</button> <button class="unselected" onclick="location.href = '/login';">login</button>
{% else %} {% else %}
<iframe src="/novnc/vnc_lite.html?resize=scale&path=novnc/websockify&view_only" width="100%" height="100%" frameborder="0"></iframe> <iframe src="/novnc/vnc.html?resize=scale&path=novnc/websockify&view_only" width="100%" height="100%" frameborder="0"></iframe>
{% endif %} {% endif %}
{%endblock %} {%endblock %}

View File

@ -62,8 +62,3 @@ grafana-cli plugins install frser-sqlite-datasource
printf "setting up default dashboard" printf "setting up default dashboard"
cp /app/MsRewards-Reborn/config/Stats-dashbord.json /usr/share/grafana/public/dashboards/home.json cp /app/MsRewards-Reborn/config/Stats-dashbord.json /usr/share/grafana/public/dashboards/home.json
websockify -D \
--web /usr/share/novnc/ \
6080 \
localhost:2345

View File

@ -12,3 +12,8 @@ curl 'http://localhost:1234/grafana/api/dashboards/import' \
--compressed \ --compressed \
--insecure --insecure
websockify -D \
--web /usr/share/novnc/ \
6080 \
localhost:2345

View File

@ -1 +1 @@
v6.4.1 v6.4.2