Страница 1 из 1

noVNC

Добавлено: 27 июн 2024, 11:20
ya
https://github.com/novnc/noVNC

Код: Выделить всё

git clone https://github.com/novnc/noVNC.git
cd noVNC
ln -s vnc.html index.html

Код: Выделить всё

openssl req -new -x509 -days 365 -nodes -out self.pem -keyout self.pem

Код: Выделить всё

./noVNC/utils/novnc_proxy --vnc 192.168.100.12:5959 --listen e19.gt:6082

Код: Выделить всё

./noVNC/utils/novnc_proxy --vnc localhost:5922 --listen e19.gt:6081
http://e19.gt:6081

https://github.com/novnc/websockify

https://habr.com/ru/articles/326164/

Re: noVNC

Добавлено: 19 июл 2024, 11:53
ya
novnc.sh

Код: Выделить всё

#!/bin/bash

./noVNC/utils/novnc_proxy --vnc localhost:5903 --listen 6081
novncscreen.sh

Код: Выделить всё

#!/bin/bash

su -l gt -c 'screen -d -m -S jabber $HOME/novnc.sh'