├── LICENSE ├── README.md ├── Screenshots ├── Screenshot-Appstore.png ├── Screenshot-Home.png ├── Screenshot-Notice.png └── Screenshot-Sysinfo.png ├── htdocs ├── apps │ ├── appstore │ │ ├── app_types.sh │ │ ├── config.conf │ │ ├── i18n │ │ │ ├── en │ │ │ │ └── i18n.conf │ │ │ └── zh-cn │ │ │ │ └── i18n.conf │ │ ├── icon.png │ │ └── index.sh │ ├── aria2 │ │ ├── S800aria2c.init │ │ ├── aria2.conf │ │ ├── aria2.httpd_modules │ │ ├── aria2.httpd_proxy │ │ ├── aria2.session │ │ ├── aria2_lib.sh │ │ ├── config.conf │ │ ├── css │ │ │ ├── bootstrap-responsive.min.css │ │ │ ├── bootstrap.min.css │ │ │ └── main.css │ │ ├── i18n │ │ │ ├── en │ │ │ │ └── i18n.conf │ │ │ └── zh-cn │ │ │ │ └── i18n.conf │ │ ├── icon.png │ │ ├── img │ │ │ ├── favicon.ico │ │ │ ├── glyphicons-halflings-white.png │ │ │ └── glyphicons-halflings.png │ │ ├── index.sh │ │ ├── js │ │ │ ├── aria2.js │ │ │ ├── bootstrap.min.js │ │ │ ├── jquery-1.7.2.min.js │ │ │ ├── jquery.Storage.js │ │ │ ├── jquery.base64.min.js │ │ │ ├── jquery.jsonrpc.js │ │ │ ├── mustache.js │ │ │ ├── peerid.js │ │ │ └── yaaw.js │ │ └── yaaw.cgi │ ├── backstage-setting │ │ ├── F100backstage-setting.fw │ │ ├── config.conf │ │ ├── i18n │ │ │ ├── en │ │ │ │ └── i18n.conf │ │ │ └── zh-cn │ │ │ │ └── i18n.conf │ │ ├── icon.png │ │ └── index.sh │ ├── base-firewall │ │ ├── base-firewall.conf │ │ ├── base_firewall_lib.sh │ │ ├── config.conf │ │ ├── i18n │ │ │ ├── en │ │ │ │ └── i18n.conf │ │ │ └── zh-cn │ │ │ │ └── i18n.conf │ │ ├── icon.png │ │ └── index.sh │ ├── brand-info │ │ ├── brand-info.conf │ │ ├── config.conf │ │ ├── i18n │ │ │ ├── en │ │ │ │ └── i18n.conf │ │ │ └── zh-cn │ │ │ │ └── i18n.conf │ │ ├── icon.png │ │ └── index.sh │ ├── curl │ │ ├── config.conf │ │ ├── curl.conf │ │ ├── curl_lib.sh │ │ ├── i18n │ │ │ ├── en │ │ │ │ └── i18n.conf │ │ │ └── zh-cn │ │ │ │ └── i18n.conf │ │ ├── icon.png │ │ └── index.sh │ ├── home │ │ ├── base.httpd_cgi │ │ ├── base.httpd_htpass │ │ ├── base.httpd_modules │ │ ├── base.httpd_others │ │ ├── brandwidth.tpl.sh │ │ ├── config.conf │ │ ├── distributions_lib.sh │ │ ├── home.conf │ │ ├── i18n │ │ │ ├── en │ │ │ │ └── i18n.conf │ │ │ └── zh-cn │ │ │ │ └── i18n.conf │ │ ├── icon.png │ │ ├── imgs │ │ │ ├── cpu.png │ │ │ ├── eth-10.png │ │ │ ├── eth-100.png │ │ │ ├── eth-1000.png │ │ │ ├── eth-down.png │ │ │ ├── mem.png │ │ │ └── wifi.png │ │ ├── index.sh │ │ └── main.sbin │ ├── hosts-edit │ │ ├── config.conf │ │ ├── i18n │ │ │ ├── en │ │ │ │ └── i18n.conf │ │ │ └── zh-cn │ │ │ │ └── i18n.conf │ │ ├── icon.png │ │ └── index.sh │ ├── login │ │ ├── config.conf │ │ ├── i18n │ │ │ ├── en │ │ │ │ └── i18n.conf │ │ │ └── zh-cn │ │ │ │ └── i18n.conf │ │ ├── icon.png │ │ └── index.sh │ ├── net-diagnostics │ │ ├── config.conf │ │ ├── i18n │ │ │ ├── en │ │ │ │ └── i18n.conf │ │ │ └── zh-cn │ │ │ │ └── i18n.conf │ │ ├── icon.png │ │ ├── index.sh │ │ └── net_diag.sh │ ├── netzone │ │ ├── config.conf │ │ ├── i18n │ │ │ ├── en │ │ │ │ └── i18n.conf │ │ │ └── zh-cn │ │ │ │ └── i18n.conf │ │ ├── icon.png │ │ ├── index.sh │ │ ├── netzone.conf │ │ └── netzone_lib.sh │ ├── notice │ │ ├── config.conf │ │ ├── i18n │ │ │ ├── en │ │ │ │ └── i18n.conf │ │ │ └── zh-cn │ │ │ │ └── i18n.conf │ │ ├── icon.png │ │ ├── index.sh │ │ └── notice_lib.sh │ ├── resolv-conf-edit │ │ ├── config.conf │ │ ├── i18n │ │ │ ├── en │ │ │ │ └── i18n.conf │ │ │ └── zh-cn │ │ │ │ └── i18n.conf │ │ ├── icon.png │ │ └── index.sh │ ├── scheduled │ │ ├── S300scheduled.init │ │ ├── config.conf │ │ ├── crontabs │ │ │ └── root │ │ ├── i18n │ │ │ ├── en │ │ │ │ └── i18n.conf │ │ │ └── zh-cn │ │ │ │ └── i18n.conf │ │ ├── icon.png │ │ └── index.sh │ ├── ssl-gen │ │ ├── config.conf │ │ ├── i18n │ │ │ ├── en │ │ │ │ └── i18n.conf │ │ │ └── zh-cn │ │ │ │ └── i18n.conf │ │ ├── icon.png │ │ └── index.sh │ ├── sysinfo │ │ ├── S100sysinfo.init │ │ ├── centos.png │ │ ├── config.conf │ │ ├── debian.png │ │ ├── i18n │ │ │ ├── en │ │ │ │ └── i18n.conf │ │ │ └── zh-cn │ │ │ │ └── i18n.conf │ │ ├── icon.png │ │ ├── index.sh │ │ ├── sysinfo.conf │ │ ├── sysinfo_lib.sh │ │ ├── ubuntu.png │ │ └── unknow.png │ └── sysusers │ │ ├── config.conf │ │ ├── group.sh │ │ ├── i18n │ │ ├── en │ │ │ └── i18n.conf │ │ └── zh-cn │ │ │ └── i18n.conf │ │ ├── icon.png │ │ ├── index.sh │ │ └── user.sh ├── common │ ├── css │ │ ├── bootstrap-theme.css │ │ ├── bootstrap-theme.css.map │ │ ├── bootstrap-theme.min.css │ │ ├── bootstrap.css │ │ ├── bootstrap.css.map │ │ ├── bootstrap.min.css │ │ └── common.css │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ └── glyphicons-halflings-regular.woff │ └── js │ │ ├── bootstrap.min.js │ │ ├── common.js │ │ ├── grichart.js │ │ ├── highcharts.js │ │ ├── jquery.min.js │ │ └── themes │ │ ├── dark-blue.js │ │ ├── dark-green.js │ │ ├── gray.js │ │ ├── grid.js │ │ └── skies.js ├── favicon.ico └── index.cgi ├── init.sh ├── makedst └── sources └── proccgi.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/Screenshot-Appstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/Screenshots/Screenshot-Appstore.png -------------------------------------------------------------------------------- /Screenshots/Screenshot-Home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/Screenshots/Screenshot-Home.png -------------------------------------------------------------------------------- /Screenshots/Screenshot-Notice.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/Screenshots/Screenshot-Notice.png -------------------------------------------------------------------------------- /Screenshots/Screenshot-Sysinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/Screenshots/Screenshot-Sysinfo.png -------------------------------------------------------------------------------- /htdocs/apps/appstore/app_types.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/appstore/app_types.sh -------------------------------------------------------------------------------- /htdocs/apps/appstore/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/appstore/config.conf -------------------------------------------------------------------------------- /htdocs/apps/appstore/i18n/en/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/appstore/i18n/en/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/appstore/i18n/zh-cn/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/appstore/i18n/zh-cn/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/appstore/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/appstore/icon.png -------------------------------------------------------------------------------- /htdocs/apps/appstore/index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/appstore/index.sh -------------------------------------------------------------------------------- /htdocs/apps/aria2/S800aria2c.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/S800aria2c.init -------------------------------------------------------------------------------- /htdocs/apps/aria2/aria2.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/aria2.conf -------------------------------------------------------------------------------- /htdocs/apps/aria2/aria2.httpd_modules: -------------------------------------------------------------------------------- 1 | mod_proxy -------------------------------------------------------------------------------- /htdocs/apps/aria2/aria2.httpd_proxy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/aria2.httpd_proxy -------------------------------------------------------------------------------- /htdocs/apps/aria2/aria2.session: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /htdocs/apps/aria2/aria2_lib.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/aria2_lib.sh -------------------------------------------------------------------------------- /htdocs/apps/aria2/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/config.conf -------------------------------------------------------------------------------- /htdocs/apps/aria2/css/bootstrap-responsive.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/css/bootstrap-responsive.min.css -------------------------------------------------------------------------------- /htdocs/apps/aria2/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/css/bootstrap.min.css -------------------------------------------------------------------------------- /htdocs/apps/aria2/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/css/main.css -------------------------------------------------------------------------------- /htdocs/apps/aria2/i18n/en/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/i18n/en/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/aria2/i18n/zh-cn/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/i18n/zh-cn/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/aria2/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/icon.png -------------------------------------------------------------------------------- /htdocs/apps/aria2/img/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/img/favicon.ico -------------------------------------------------------------------------------- /htdocs/apps/aria2/img/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/img/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /htdocs/apps/aria2/img/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/img/glyphicons-halflings.png -------------------------------------------------------------------------------- /htdocs/apps/aria2/index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/index.sh -------------------------------------------------------------------------------- /htdocs/apps/aria2/js/aria2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/js/aria2.js -------------------------------------------------------------------------------- /htdocs/apps/aria2/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/js/bootstrap.min.js -------------------------------------------------------------------------------- /htdocs/apps/aria2/js/jquery-1.7.2.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/js/jquery-1.7.2.min.js -------------------------------------------------------------------------------- /htdocs/apps/aria2/js/jquery.Storage.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/js/jquery.Storage.js -------------------------------------------------------------------------------- /htdocs/apps/aria2/js/jquery.base64.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/js/jquery.base64.min.js -------------------------------------------------------------------------------- /htdocs/apps/aria2/js/jquery.jsonrpc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/js/jquery.jsonrpc.js -------------------------------------------------------------------------------- /htdocs/apps/aria2/js/mustache.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/js/mustache.js -------------------------------------------------------------------------------- /htdocs/apps/aria2/js/peerid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/js/peerid.js -------------------------------------------------------------------------------- /htdocs/apps/aria2/js/yaaw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/js/yaaw.js -------------------------------------------------------------------------------- /htdocs/apps/aria2/yaaw.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/aria2/yaaw.cgi -------------------------------------------------------------------------------- /htdocs/apps/backstage-setting/F100backstage-setting.fw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/backstage-setting/F100backstage-setting.fw -------------------------------------------------------------------------------- /htdocs/apps/backstage-setting/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/backstage-setting/config.conf -------------------------------------------------------------------------------- /htdocs/apps/backstage-setting/i18n/en/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/backstage-setting/i18n/en/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/backstage-setting/i18n/zh-cn/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/backstage-setting/i18n/zh-cn/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/backstage-setting/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/backstage-setting/icon.png -------------------------------------------------------------------------------- /htdocs/apps/backstage-setting/index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/backstage-setting/index.sh -------------------------------------------------------------------------------- /htdocs/apps/base-firewall/base-firewall.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/base-firewall/base-firewall.conf -------------------------------------------------------------------------------- /htdocs/apps/base-firewall/base_firewall_lib.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/base-firewall/base_firewall_lib.sh -------------------------------------------------------------------------------- /htdocs/apps/base-firewall/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/base-firewall/config.conf -------------------------------------------------------------------------------- /htdocs/apps/base-firewall/i18n/en/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/base-firewall/i18n/en/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/base-firewall/i18n/zh-cn/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/base-firewall/i18n/zh-cn/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/base-firewall/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/base-firewall/icon.png -------------------------------------------------------------------------------- /htdocs/apps/base-firewall/index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/base-firewall/index.sh -------------------------------------------------------------------------------- /htdocs/apps/brand-info/brand-info.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/brand-info/brand-info.conf -------------------------------------------------------------------------------- /htdocs/apps/brand-info/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/brand-info/config.conf -------------------------------------------------------------------------------- /htdocs/apps/brand-info/i18n/en/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/brand-info/i18n/en/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/brand-info/i18n/zh-cn/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/brand-info/i18n/zh-cn/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/brand-info/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/brand-info/icon.png -------------------------------------------------------------------------------- /htdocs/apps/brand-info/index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/brand-info/index.sh -------------------------------------------------------------------------------- /htdocs/apps/curl/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/curl/config.conf -------------------------------------------------------------------------------- /htdocs/apps/curl/curl.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/curl/curl.conf -------------------------------------------------------------------------------- /htdocs/apps/curl/curl_lib.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/curl/curl_lib.sh -------------------------------------------------------------------------------- /htdocs/apps/curl/i18n/en/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/curl/i18n/en/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/curl/i18n/zh-cn/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/curl/i18n/zh-cn/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/curl/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/curl/icon.png -------------------------------------------------------------------------------- /htdocs/apps/curl/index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/curl/index.sh -------------------------------------------------------------------------------- /htdocs/apps/home/base.httpd_cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/home/base.httpd_cgi -------------------------------------------------------------------------------- /htdocs/apps/home/base.httpd_htpass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/home/base.httpd_htpass -------------------------------------------------------------------------------- /htdocs/apps/home/base.httpd_modules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/home/base.httpd_modules -------------------------------------------------------------------------------- /htdocs/apps/home/base.httpd_others: -------------------------------------------------------------------------------- 1 | server.error-handler-404 = "/" -------------------------------------------------------------------------------- /htdocs/apps/home/brandwidth.tpl.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/home/brandwidth.tpl.sh -------------------------------------------------------------------------------- /htdocs/apps/home/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/home/config.conf -------------------------------------------------------------------------------- /htdocs/apps/home/distributions_lib.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/home/distributions_lib.sh -------------------------------------------------------------------------------- /htdocs/apps/home/home.conf: -------------------------------------------------------------------------------- 1 | session_time=9000 -------------------------------------------------------------------------------- /htdocs/apps/home/i18n/en/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/home/i18n/en/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/home/i18n/zh-cn/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/home/i18n/zh-cn/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/home/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/home/icon.png -------------------------------------------------------------------------------- /htdocs/apps/home/imgs/cpu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/home/imgs/cpu.png -------------------------------------------------------------------------------- /htdocs/apps/home/imgs/eth-10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/home/imgs/eth-10.png -------------------------------------------------------------------------------- /htdocs/apps/home/imgs/eth-100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/home/imgs/eth-100.png -------------------------------------------------------------------------------- /htdocs/apps/home/imgs/eth-1000.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/home/imgs/eth-1000.png -------------------------------------------------------------------------------- /htdocs/apps/home/imgs/eth-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/home/imgs/eth-down.png -------------------------------------------------------------------------------- /htdocs/apps/home/imgs/mem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/home/imgs/mem.png -------------------------------------------------------------------------------- /htdocs/apps/home/imgs/wifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/home/imgs/wifi.png -------------------------------------------------------------------------------- /htdocs/apps/home/index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/home/index.sh -------------------------------------------------------------------------------- /htdocs/apps/home/main.sbin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/home/main.sbin -------------------------------------------------------------------------------- /htdocs/apps/hosts-edit/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/hosts-edit/config.conf -------------------------------------------------------------------------------- /htdocs/apps/hosts-edit/i18n/en/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/hosts-edit/i18n/en/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/hosts-edit/i18n/zh-cn/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/hosts-edit/i18n/zh-cn/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/hosts-edit/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/hosts-edit/icon.png -------------------------------------------------------------------------------- /htdocs/apps/hosts-edit/index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/hosts-edit/index.sh -------------------------------------------------------------------------------- /htdocs/apps/login/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/login/config.conf -------------------------------------------------------------------------------- /htdocs/apps/login/i18n/en/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/login/i18n/en/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/login/i18n/zh-cn/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/login/i18n/zh-cn/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/login/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/login/icon.png -------------------------------------------------------------------------------- /htdocs/apps/login/index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/login/index.sh -------------------------------------------------------------------------------- /htdocs/apps/net-diagnostics/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/net-diagnostics/config.conf -------------------------------------------------------------------------------- /htdocs/apps/net-diagnostics/i18n/en/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/net-diagnostics/i18n/en/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/net-diagnostics/i18n/zh-cn/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/net-diagnostics/i18n/zh-cn/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/net-diagnostics/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/net-diagnostics/icon.png -------------------------------------------------------------------------------- /htdocs/apps/net-diagnostics/index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/net-diagnostics/index.sh -------------------------------------------------------------------------------- /htdocs/apps/net-diagnostics/net_diag.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/net-diagnostics/net_diag.sh -------------------------------------------------------------------------------- /htdocs/apps/netzone/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/netzone/config.conf -------------------------------------------------------------------------------- /htdocs/apps/netzone/i18n/en/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/netzone/i18n/en/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/netzone/i18n/zh-cn/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/netzone/i18n/zh-cn/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/netzone/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/netzone/icon.png -------------------------------------------------------------------------------- /htdocs/apps/netzone/index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/netzone/index.sh -------------------------------------------------------------------------------- /htdocs/apps/netzone/netzone.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/netzone/netzone.conf -------------------------------------------------------------------------------- /htdocs/apps/netzone/netzone_lib.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/netzone/netzone_lib.sh -------------------------------------------------------------------------------- /htdocs/apps/notice/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/notice/config.conf -------------------------------------------------------------------------------- /htdocs/apps/notice/i18n/en/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/notice/i18n/en/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/notice/i18n/zh-cn/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/notice/i18n/zh-cn/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/notice/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/notice/icon.png -------------------------------------------------------------------------------- /htdocs/apps/notice/index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/notice/index.sh -------------------------------------------------------------------------------- /htdocs/apps/notice/notice_lib.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/notice/notice_lib.sh -------------------------------------------------------------------------------- /htdocs/apps/resolv-conf-edit/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/resolv-conf-edit/config.conf -------------------------------------------------------------------------------- /htdocs/apps/resolv-conf-edit/i18n/en/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/resolv-conf-edit/i18n/en/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/resolv-conf-edit/i18n/zh-cn/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/resolv-conf-edit/i18n/zh-cn/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/resolv-conf-edit/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/resolv-conf-edit/icon.png -------------------------------------------------------------------------------- /htdocs/apps/resolv-conf-edit/index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/resolv-conf-edit/index.sh -------------------------------------------------------------------------------- /htdocs/apps/scheduled/S300scheduled.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/scheduled/S300scheduled.init -------------------------------------------------------------------------------- /htdocs/apps/scheduled/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/scheduled/config.conf -------------------------------------------------------------------------------- /htdocs/apps/scheduled/crontabs/root: -------------------------------------------------------------------------------- 1 | # Backstage System default jobs 2 | -------------------------------------------------------------------------------- /htdocs/apps/scheduled/i18n/en/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/scheduled/i18n/en/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/scheduled/i18n/zh-cn/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/scheduled/i18n/zh-cn/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/scheduled/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/scheduled/icon.png -------------------------------------------------------------------------------- /htdocs/apps/scheduled/index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/scheduled/index.sh -------------------------------------------------------------------------------- /htdocs/apps/ssl-gen/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/ssl-gen/config.conf -------------------------------------------------------------------------------- /htdocs/apps/ssl-gen/i18n/en/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/ssl-gen/i18n/en/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/ssl-gen/i18n/zh-cn/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/ssl-gen/i18n/zh-cn/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/ssl-gen/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/ssl-gen/icon.png -------------------------------------------------------------------------------- /htdocs/apps/ssl-gen/index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/ssl-gen/index.sh -------------------------------------------------------------------------------- /htdocs/apps/sysinfo/S100sysinfo.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysinfo/S100sysinfo.init -------------------------------------------------------------------------------- /htdocs/apps/sysinfo/centos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysinfo/centos.png -------------------------------------------------------------------------------- /htdocs/apps/sysinfo/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysinfo/config.conf -------------------------------------------------------------------------------- /htdocs/apps/sysinfo/debian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysinfo/debian.png -------------------------------------------------------------------------------- /htdocs/apps/sysinfo/i18n/en/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysinfo/i18n/en/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/sysinfo/i18n/zh-cn/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysinfo/i18n/zh-cn/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/sysinfo/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysinfo/icon.png -------------------------------------------------------------------------------- /htdocs/apps/sysinfo/index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysinfo/index.sh -------------------------------------------------------------------------------- /htdocs/apps/sysinfo/sysinfo.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysinfo/sysinfo.conf -------------------------------------------------------------------------------- /htdocs/apps/sysinfo/sysinfo_lib.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysinfo/sysinfo_lib.sh -------------------------------------------------------------------------------- /htdocs/apps/sysinfo/ubuntu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysinfo/ubuntu.png -------------------------------------------------------------------------------- /htdocs/apps/sysinfo/unknow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysinfo/unknow.png -------------------------------------------------------------------------------- /htdocs/apps/sysusers/config.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysusers/config.conf -------------------------------------------------------------------------------- /htdocs/apps/sysusers/group.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysusers/group.sh -------------------------------------------------------------------------------- /htdocs/apps/sysusers/i18n/en/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysusers/i18n/en/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/sysusers/i18n/zh-cn/i18n.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysusers/i18n/zh-cn/i18n.conf -------------------------------------------------------------------------------- /htdocs/apps/sysusers/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysusers/icon.png -------------------------------------------------------------------------------- /htdocs/apps/sysusers/index.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysusers/index.sh -------------------------------------------------------------------------------- /htdocs/apps/sysusers/user.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/apps/sysusers/user.sh -------------------------------------------------------------------------------- /htdocs/common/css/bootstrap-theme.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/css/bootstrap-theme.css -------------------------------------------------------------------------------- /htdocs/common/css/bootstrap-theme.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/css/bootstrap-theme.css.map -------------------------------------------------------------------------------- /htdocs/common/css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /htdocs/common/css/bootstrap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/css/bootstrap.css -------------------------------------------------------------------------------- /htdocs/common/css/bootstrap.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/css/bootstrap.css.map -------------------------------------------------------------------------------- /htdocs/common/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/css/bootstrap.min.css -------------------------------------------------------------------------------- /htdocs/common/css/common.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/css/common.css -------------------------------------------------------------------------------- /htdocs/common/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /htdocs/common/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /htdocs/common/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /htdocs/common/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /htdocs/common/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/js/bootstrap.min.js -------------------------------------------------------------------------------- /htdocs/common/js/common.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/js/common.js -------------------------------------------------------------------------------- /htdocs/common/js/grichart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/js/grichart.js -------------------------------------------------------------------------------- /htdocs/common/js/highcharts.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/js/highcharts.js -------------------------------------------------------------------------------- /htdocs/common/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/js/jquery.min.js -------------------------------------------------------------------------------- /htdocs/common/js/themes/dark-blue.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/js/themes/dark-blue.js -------------------------------------------------------------------------------- /htdocs/common/js/themes/dark-green.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/js/themes/dark-green.js -------------------------------------------------------------------------------- /htdocs/common/js/themes/gray.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/js/themes/gray.js -------------------------------------------------------------------------------- /htdocs/common/js/themes/grid.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/js/themes/grid.js -------------------------------------------------------------------------------- /htdocs/common/js/themes/skies.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/common/js/themes/skies.js -------------------------------------------------------------------------------- /htdocs/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/favicon.ico -------------------------------------------------------------------------------- /htdocs/index.cgi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/htdocs/index.cgi -------------------------------------------------------------------------------- /init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/init.sh -------------------------------------------------------------------------------- /makedst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/makedst -------------------------------------------------------------------------------- /sources/proccgi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShellGui/shellgui-old/HEAD/sources/proccgi.c --------------------------------------------------------------------------------