Commit Graph

250 Commits (f5b5b12eec7dcd1ca33cdce95746f2f7049437a0)

Author SHA1 Message Date
apexliu ac88e72630 try to add database interface. 2017-03-13 04:49:18 +08:00
apexliu 9b50a624e0 整理代码,准备加入安装/升级界面。 2017-03-13 03:01:23 +08:00
apexliu 4b594ed274 now we can make final installer package of teleport server for windows with zip format. 2017-03-12 13:02:38 +08:00
apexliu f88a21a2b0 add script to install teleport server on Windows. 2017-03-11 17:23:22 +08:00
Apex Liu b90d24e42d fix assist memory leak. installer script works with NSIS 3.0.1. 2017-03-10 14:22:04 +08:00
apexliu 858b24f5c1 Now we can build everything of teleport on Windows by build script. 2017-03-10 03:31:57 +08:00
apexliu d6054ce4a1 remove unnecessary files, we will generate from download files. 2017-03-10 03:28:43 +08:00
Apex Liu be218571c2 temp. 2017-03-09 17:33:41 +08:00
apexliu 35569651a3 temp. 2017-03-09 04:04:01 +08:00
Apex Liu 83e9b9439e temp. 2017-03-08 19:12:37 +08:00
Apex Liu 86af784330 Merge branch 'dev' of github.com:eomsoft/teleport into dev
# Conflicts:
#	server/www/teleport/app/eom_app/module/record.py
2017-03-08 14:27:44 +08:00
Apex Liu 455e1b534d update libssh to 0.7.4. 2017-03-08 14:24:58 +08:00
apexliu 2d171e0942 temp. 2017-03-08 03:28:38 +08:00
apexliu 6fd3edcb61 规范化部分代码。调整SSH命令查看页面,更加友好。导出主机列表不再需要在服务器上使用临时文件中转,而是直接输出给用户。 2017-03-08 03:25:35 +08:00
Apex Liu 79e7f641ca temp. 2017-03-07 18:30:41 +08:00
apexliu 36efcb1989 temp. 2017-03-07 05:59:48 +08:00
apexliu bc4a8f730b temp. 2017-03-07 01:54:45 +08:00
ApexLiu 33a0c33663 fix some bugs when automatic build on Linux. 2017-03-07 01:46:05 +08:00
apexliu a2fdd126e8 temp. 2017-03-06 17:59:58 +08:00
Apex Liu 72583eb676 add core-json-rpc `get_config` 2017-03-06 15:47:45 +08:00
apexliu bfedef4a4e temp. 2017-03-06 09:13:25 +08:00
apexliu f3013f771d temp. 2017-03-04 04:47:28 +08:00
apexliu 6700c818cb 修正Windows平台日志磁盘空间显示可能不正确的问题。 2017-03-04 04:40:40 +08:00
Apex Liu e6d3696f0d 核心服务不再直接访问数据库了(同时也不再依赖sqlite的代码了),全部通过与web服务的json-rpc接口进行数据交换,由web服务访问数据库。 2017-03-04 04:13:49 +08:00
Apex Liu 9ad28a298c temp. 2017-03-03 18:56:51 +08:00
Apex Liu 852aba747a temp. 2017-03-03 02:30:28 +08:00
Apex Liu 6d43737a78 使用tornado的异步请求方式解决了core和web相互调用时tornado无法响应的问题,目前普通用户SSH登录功能可用了,但是还有大量代码需要调整为异步方式。 2017-03-03 01:40:16 +08:00
Apex Liu 411eab32f0 Now core server not access database directly anymore.
TODO: tornado must use asynchronous handler otherwise core and web will lock each other.
2017-03-02 06:12:37 +08:00
Apex Liu b72ef8f8f9 修正助手的下载链接。 2017-02-08 00:25:32 +08:00
Apex Liu 9d23ba299b 调整配置管理页面,目前暂时使用直接编辑配置文件的方式进行设置。 2017-02-08 00:04:16 +08:00
Apex Liu c5d1baea86 调整助手安装包的输出路径。 2017-02-07 14:50:52 +08:00
Apex Liu 8508566a8c 规范助手安装包文件名。 2017-02-07 14:33:12 +08:00
Apex Liu 772fcf4537 解决助手程序只有安装后第一次运行时可以保存配置的问题(安装到Program Files目录下,普通用户没有写权限),现在将配置文件移动到%APPDATA%/Roaming/eomsoft/teleport/assist/cfg目录下了,日志文件在%APPDATA%/Roaming/eomsoft/teleport/assist/log目录下。 2017-02-07 02:07:42 +08:00
Apex Liu e4985c467c 加入NSIS脚本,助手可以制作为安装包了,且支持随系统启动而启动。 2017-01-29 00:27:09 +08:00
Apex Liu faa5887e25 fixed: on linux, daemon not start with system boot. 2017-01-27 00:20:03 +08:00
Apex Liu c6f0b24680 builder scripts works on linux now. 2017-01-21 00:43:02 +08:00
Apex Liu 43651ea004 tmp 2017-01-19 21:10:32 +08:00
Apex Liu b6e3448792 tmp. 2017-01-16 21:28:13 +08:00
Apex Liu 3ec1bea6ea 为适配跨平台调整代码。此版本可以在Windows和Linux平台编译通过,但尚未进行测试。 2017-01-11 23:50:29 +08:00
Apex Liu 4cc96b0025 libtpssh.so now build on Linux. 2017-01-11 23:24:21 +08:00
Apex Liu c5f1b9091a tp_core now build on Linux. 2017-01-11 20:04:11 +08:00
Apex Liu bb2cdacc0c tp_web now build on Linux. 2017-01-11 00:02:33 +08:00
Apex Liu c84b441a28 remove GitHub page setting file. 2017-01-09 00:10:46 +08:00
apexliu 08e53c3e1e Update README.md 2017-01-09 00:05:45 +08:00
apexliu 2614a18daf Set theme jekyll-theme-cayman 2017-01-09 00:03:43 +08:00
Apex Liu 13d7f1542c add key file for ssh-proxy server. 2017-01-08 23:54:43 +08:00
Apex Liu 8ac48cccf5 add teleport core service with SSH protocol supported, works on Windows now. 2017-01-08 23:53:37 +08:00
Apex Liu 37b409f325 add python run-time and management web site, now works on Windows only. 2016-12-14 23:34:44 +08:00
Apex Liu 394b5405c6 add tp-assist project. 2016-12-07 01:05:56 +08:00
apexliu 983d200e64 Initial commit 2016-12-01 17:13:49 +08:00