江湖面板目录结构
12007
jh-panel //├─ .git //│ ├─ FETCH_HEAD //│ ├─ HEAD //│ ├─ ORIG_HEAD //│ ├─ config //│ ├─ description //│ ├─ hooks //│ │ ├─ applypatch-msg.sample //│ │ ├─ commit-msg.sample //│ │ ├─ fsmonitor-watchman.sample //│ │ ├─ post-update.sample //│ │ ├─ pre-applypatch.sample //│ │ ├─ pre-commit.sample //│ │ ├─ pre-merge-commit.sample //│ │ ├─ pre-push.sample //│ │ ├─ pre-rebase.sample //│ │ ├─ pre-receive.sample //│ │ ├─ prepare-commit-msg.sample //│ │ ├─ push-to-checkout.sample //│ │ └─ update.sample //│ ├─ index //│ ├─ info //│ │ └─ exclude //│ ├─ objects //│ │ ├─ info //│ │ └─ pack //│ ├─ packed-refs //│ └─ refs //│ ├─ heads //│ │ └─ master //│ ├─ remotes //│ │ └─ origin //│ │ └─ HEAD //│ └─ tags //├─ .gitignore //├─ LICENSE //├─ README.md //├─ app.py //├─ class //│ ├─ core //│ │ ├─ cert_api.py //│ │ ├─ cert_request.py //│ │ ├─ common.py //│ │ ├─ config_api.py //│ │ ├─ crontab_api.py //│ │ ├─ db.py //│ │ ├─ files_api.py //│ │ ├─ firewall_api.py //│ │ ├─ mw.py //│ │ ├─ page.py //│ │ ├─ plugins_api.py //│ │ ├─ site_api.py //│ │ ├─ system_api.py //│ │ ├─ task_api.py //│ │ └─ vilidate.py //│ ├─ fonts //│ │ └─ 2.ttf //│ ├─ os //│ │ ├─ README.md //│ │ └─ win32 //│ │ └─ README.md //│ └─ plugin //│ ├─ README.md //│ ├─ clean_tool.py //│ ├─ ddb.py //│ ├─ fcgi_client.py //│ ├─ fpm.py //│ ├─ memail.py //│ ├─ orm.py //│ ├─ ormDb.py //│ └─ retry_tool.py //├─ clear.sh //├─ cli.sh //├─ cmd.md //├─ compatibility.md //├─ data //│ ├─ control_notify.pl //│ ├─ json //│ │ └─ type.json //│ ├─ sql //│ │ ├─ default.sql //│ │ └─ system.sql //│ └─ tpl //│ ├─ nginx.conf //│ └─ nginx_panel.conf //├─ docker //│ ├─ Dockerfile //│ ├─ start.service //│ └─ start.sh //├─ plugins //│ ├─ backup_ftp //│ ├─ clean //│ ├─ cmd //│ ├─ cnpmcore //│ ├─ docker //│ ├─ docker_script //│ ├─ frp //│ ├─ frp-new //│ ├─ gitea //│ ├─ gogs //│ ├─ haproxy //│ ├─ host //│ ├─ imail //│ ├─ jianghujs //│ │ ├─ .gitignore //│ │ ├─ LICENSE //│ │ ├─ README.md //│ │ ├─ autostart_script_retry_fix.sh //│ │ ├─ ico.png //│ │ ├─ index.html //│ │ ├─ index.py //│ │ ├─ info.json //│ │ ├─ install.sh //│ │ └─ js //│ │ └─ jianghujs.js //│ ├─ mariadb //│ ├─ memcached //│ ├─ mongodb //│ ├─ mysql //│ ├─ mysql-apt //│ ├─ mysql-yum //│ ├─ nfs-util //│ ├─ nodejs //│ ├─ op_waf //│ ├─ openresty //│ ├─ php-apt //│ ├─ postgresql //│ ├─ pureftp //│ ├─ redis //│ ├─ rsyncd //│ ├─ sphinx //│ ├─ ssh //│ ├─ supervisor //│ ├─ swap //│ ├─ sys-opt //│ ├─ varnish //│ ├─ webhook //│ ├─ webssh //│ ├─ webstats //│ ├─ xhprof //│ ├─ xtrabackup //│ │ ├─ conf //│ │ │ └─ backup.ini //│ │ ├─ example //│ │ │ └─ xtrabackup.sh //│ │ ├─ ico.png //│ │ ├─ index.html //│ │ ├─ index.py //│ │ ├─ info.json //│ │ ├─ install.sh //│ │ ├─ js //│ │ │ └─ xtrabackup.js //│ │ ├─ percona-xtrabackup.amd.deb //│ │ └─ percona-xtrabackup.arm.deb //│ └─ xtrabackup-inc //│ ├─ conf //│ │ └─ backup.ini //│ ├─ example //│ │ ├─ xtrabackup-full.sh //│ │ ├─ xtrabackup-inc-recovery.sh //│ │ └─ xtrabackup-inc.sh //│ ├─ ico.png //│ ├─ index.html //│ ├─ index.py //│ ├─ info.json //│ ├─ install.sh //│ ├─ js //│ │ └─ xtrabackup-inc.js //│ ├─ percona-xtrabackup.amd.deb //│ └─ percona-xtrabackup.arm.deb //├─ requirements.txt //├─ rewrite //│ └─ nginx //├─ route //│ ├─ __init__.py //│ ├─ static //│ └─ templates //├─ scripts //│ ├─ arrange.py //│ ├─ backup.py //│ ├─ clean.py //│ ├─ fix.py //│ ├─ getos.sh //│ ├─ init.d //│ │ ├─ mw-task.service.tpl //│ │ ├─ mw.service.tpl //│ │ ├─ mw.tpl //│ │ └─ service.sh //│ ├─ init_task.py //│ ├─ install //│ │ ├─ centos.sh //│ │ ├─ centos_cn.sh //│ │ ├─ debian.sh //│ │ ├─ debian_cn.sh //│ │ ├─ lib.sh //│ │ ├─ ubuntu.sh //│ │ └─ ubuntu_cn.sh //│ ├─ install.sh //│ ├─ install_dev.sh //│ ├─ lib.sh //│ ├─ logs_backup.py //│ ├─ migrate.py //│ ├─ os_tool //│ ├─ pick.sh //│ ├─ pick_filter.txt //│ ├─ plugin_compress.sh //│ ├─ quick //│ │ ├─ app.sh //│ │ └─ debug.sh //│ ├─ rememory.sh //│ ├─ report.py //│ ├─ switch.py //│ ├─ switch_apt_sources.sh //│ ├─ system_report.sh //│ ├─ uninstall.sh //│ ├─ update //│ │ ├─ debian.sh //│ │ └─ v1.3.1.py //│ ├─ update.sh //│ └─ update_dev.sh //├─ setting.py //├─ ssl //│ └─ README.md //├─ task.py //├─ tools.py //└─ version //├─ api //│ ├─ mw_api.php //│ └─ mw_api.py //└─ info.json //