]> git.proxmox.com Git - pve-xtermjs.git/commit - Makefile
initial commit
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 22 Nov 2017 15:45:34 +0000 (16:45 +0100)
committerDominik Csapak <d.csapak@proxmox.com>
Tue, 28 Nov 2017 09:28:46 +0000 (10:28 +0100)
commitdcf3d43b8a3d2dad782527adead6c3c62675e571
tree8c86f934bbc14ecee887f62e2149e922a45a9366
initial commit

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>
22 files changed:
.gitmodules [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/docs [new file with mode: 0644]
debian/rules [new file with mode: 0755]
defines.mk [new file with mode: 0644]
src/Makefile [new file with mode: 0644]
src/PVE/CLI/Makefile [new file with mode: 0644]
src/PVE/CLI/termproxy.pm [new file with mode: 0644]
src/PVE/Makefile [new file with mode: 0644]
src/bin/Makefile [new file with mode: 0644]
src/bin/termproxy [new file with mode: 0755]
src/www/Makefile [new file with mode: 0644]
src/www/index.html.tpl.in [new file with mode: 0644]
src/www/main.js [new file with mode: 0644]
src/www/style.css [new file with mode: 0644]
src/www/util.js [new file with mode: 0644]
xtermjs [new submodule]