├── .MyServer.py ├── LICENSE ├── MyServer.py ├── README.md ├── Scr ├── Screenshot_2018-05-31-16-03-16-1.png └── Screenshot_2018-08-03-20-16-17-1.png ├── core ├── LiNgrok.sh ├── apache.py ├── host.py ├── index.sh ├── logo.py ├── myserver ├── mysql.py ├── ng.py ├── nginx.py ├── php.py ├── pyweb.py ├── s.py ├── server.py ├── system.py ├── un.py └── upd.py ├── install └── modules ├── apache.py ├── default_h.py ├── default_s.py ├── h_menu.py ├── load.py ├── local.py ├── logo.py ├── menu.py ├── mysql.py ├── nginx.py ├── open.py ├── php.py ├── pyweb.py ├── s_menu.py ├── setting.py ├── update.py └── ux.py /.MyServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/.MyServer.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/LICENSE -------------------------------------------------------------------------------- /MyServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/MyServer.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/README.md -------------------------------------------------------------------------------- /Scr/Screenshot_2018-05-31-16-03-16-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/Scr/Screenshot_2018-05-31-16-03-16-1.png -------------------------------------------------------------------------------- /Scr/Screenshot_2018-08-03-20-16-17-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/Scr/Screenshot_2018-08-03-20-16-17-1.png -------------------------------------------------------------------------------- /core/LiNgrok.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/core/LiNgrok.sh -------------------------------------------------------------------------------- /core/apache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/core/apache.py -------------------------------------------------------------------------------- /core/host.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/core/host.py -------------------------------------------------------------------------------- /core/index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/core/index.sh -------------------------------------------------------------------------------- /core/logo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/core/logo.py -------------------------------------------------------------------------------- /core/myserver: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/core/myserver -------------------------------------------------------------------------------- /core/mysql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/core/mysql.py -------------------------------------------------------------------------------- /core/ng.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/core/ng.py -------------------------------------------------------------------------------- /core/nginx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/core/nginx.py -------------------------------------------------------------------------------- /core/php.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/core/php.py -------------------------------------------------------------------------------- /core/pyweb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/core/pyweb.py -------------------------------------------------------------------------------- /core/s.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/core/s.py -------------------------------------------------------------------------------- /core/server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/core/server.py -------------------------------------------------------------------------------- /core/system.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/core/system.py -------------------------------------------------------------------------------- /core/un.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/core/un.py -------------------------------------------------------------------------------- /core/upd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/core/upd.py -------------------------------------------------------------------------------- /install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/install -------------------------------------------------------------------------------- /modules/apache.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/modules/apache.py -------------------------------------------------------------------------------- /modules/default_h.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/modules/default_h.py -------------------------------------------------------------------------------- /modules/default_s.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/modules/default_s.py -------------------------------------------------------------------------------- /modules/h_menu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/modules/h_menu.py -------------------------------------------------------------------------------- /modules/load.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/modules/load.py -------------------------------------------------------------------------------- /modules/local.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/modules/local.py -------------------------------------------------------------------------------- /modules/logo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/modules/logo.py -------------------------------------------------------------------------------- /modules/menu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/modules/menu.py -------------------------------------------------------------------------------- /modules/mysql.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/modules/mysql.py -------------------------------------------------------------------------------- /modules/nginx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/modules/nginx.py -------------------------------------------------------------------------------- /modules/open.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/modules/open.py -------------------------------------------------------------------------------- /modules/php.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/modules/php.py -------------------------------------------------------------------------------- /modules/pyweb.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/modules/pyweb.py -------------------------------------------------------------------------------- /modules/s_menu.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/modules/s_menu.py -------------------------------------------------------------------------------- /modules/setting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/modules/setting.py -------------------------------------------------------------------------------- /modules/update.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/modules/update.py -------------------------------------------------------------------------------- /modules/ux.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jackind424/MyServer/HEAD/modules/ux.py --------------------------------------------------------------------------------