IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
since pvedaemon listens on 127.0.0.1 we should connect there and
not assume localhost resolves to 127.0.0.1
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
this improves the closed gracefully/error logic
(detects an error if we disconnect immediately after connecting)
and implements a reconnect for vms/containers
if we have a disconnect, we check /cluster/resources
(and /nodes/<node>/lxc/<id>/status/current) if we are migrated
and reconnect the console window or reload the window
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
since xtermjs 3.0, the display is not via html anymore, but a canvas
so we cannot use css overrides anymore
this enables us to let the user set a fontsize/family/etc.
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
since xtermjs does not ship the built version anymore in git
(starting with 3.0.0), we change it so that we have a download
target where we download the tarball from npm
and only pass it to the api call if it exists,
also delete the default path, since it is non-optional (and thus
a default makes no sense)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
since we do not want to depend on libpve-accesscontrol,
we check the ticket via the api on http://localhost:85
this means we have to pass the path and permission via the commandline
working version of xtermjs client and termproxy as
authentication proxy between a command/socket and a tcp socket
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>