江湖面板目录结构

12007
  1. jh-panel //
  2. ├─ .git //
  3. ├─ FETCH_HEAD //
  4. ├─ HEAD //
  5. ├─ ORIG_HEAD //
  6. ├─ config //
  7. ├─ description //
  8. ├─ hooks //
  9. ├─ applypatch-msg.sample //
  10. ├─ commit-msg.sample //
  11. ├─ fsmonitor-watchman.sample //
  12. ├─ post-update.sample //
  13. ├─ pre-applypatch.sample //
  14. ├─ pre-commit.sample //
  15. ├─ pre-merge-commit.sample //
  16. ├─ pre-push.sample //
  17. ├─ pre-rebase.sample //
  18. ├─ pre-receive.sample //
  19. ├─ prepare-commit-msg.sample //
  20. ├─ push-to-checkout.sample //
  21. └─ update.sample //
  22. ├─ index //
  23. ├─ info //
  24. └─ exclude //
  25. ├─ objects //
  26. ├─ info //
  27. └─ pack //
  28. ├─ packed-refs //
  29. └─ refs //
  30. ├─ heads //
  31. └─ master //
  32. ├─ remotes //
  33. └─ origin //
  34. └─ HEAD //
  35. └─ tags //
  36. ├─ .gitignore //
  37. ├─ LICENSE //
  38. ├─ README.md //
  39. ├─ app.py //
  40. ├─ class //
  41. ├─ core //
  42. ├─ cert_api.py //
  43. ├─ cert_request.py //
  44. ├─ common.py //
  45. ├─ config_api.py //
  46. ├─ crontab_api.py //
  47. ├─ db.py //
  48. ├─ files_api.py //
  49. ├─ firewall_api.py //
  50. ├─ mw.py //
  51. ├─ page.py //
  52. ├─ plugins_api.py //
  53. ├─ site_api.py //
  54. ├─ system_api.py //
  55. ├─ task_api.py //
  56. └─ vilidate.py //
  57. ├─ fonts //
  58. └─ 2.ttf //
  59. ├─ os //
  60. ├─ README.md //
  61. └─ win32 //
  62. └─ README.md //
  63. └─ plugin //
  64. ├─ README.md //
  65. ├─ clean_tool.py //
  66. ├─ ddb.py //
  67. ├─ fcgi_client.py //
  68. ├─ fpm.py //
  69. ├─ memail.py //
  70. ├─ orm.py //
  71. ├─ ormDb.py //
  72. └─ retry_tool.py //
  73. ├─ clear.sh //
  74. ├─ cli.sh //
  75. ├─ cmd.md //
  76. ├─ compatibility.md //
  77. ├─ data //
  78. ├─ control_notify.pl //
  79. ├─ json //
  80. └─ type.json //
  81. ├─ sql //
  82. ├─ default.sql //
  83. └─ system.sql //
  84. └─ tpl //
  85. ├─ nginx.conf //
  86. └─ nginx_panel.conf //
  87. ├─ docker //
  88. ├─ Dockerfile //
  89. ├─ start.service //
  90. └─ start.sh //
  91. ├─ plugins //
  92. ├─ backup_ftp //
  93. ├─ clean //
  94. ├─ cmd //
  95. ├─ cnpmcore //
  96. ├─ docker //
  97. ├─ docker_script //
  98. ├─ frp //
  99. ├─ frp-new //
  100. ├─ gitea //
  101. ├─ gogs //
  102. ├─ haproxy //
  103. ├─ host //
  104. ├─ imail //
  105. ├─ jianghujs //
  106. ├─ .gitignore //
  107. ├─ LICENSE //
  108. ├─ README.md //
  109. ├─ autostart_script_retry_fix.sh //
  110. ├─ ico.png //
  111. ├─ index.html //
  112. ├─ index.py //
  113. ├─ info.json //
  114. ├─ install.sh //
  115. └─ js //
  116. └─ jianghujs.js //
  117. ├─ mariadb //
  118. ├─ memcached //
  119. ├─ mongodb //
  120. ├─ mysql //
  121. ├─ mysql-apt //
  122. ├─ mysql-yum //
  123. ├─ nfs-util //
  124. ├─ nodejs //
  125. ├─ op_waf //
  126. ├─ openresty //
  127. ├─ php-apt //
  128. ├─ postgresql //
  129. ├─ pureftp //
  130. ├─ redis //
  131. ├─ rsyncd //
  132. ├─ sphinx //
  133. ├─ ssh //
  134. ├─ supervisor //
  135. ├─ swap //
  136. ├─ sys-opt //
  137. ├─ varnish //
  138. ├─ webhook //
  139. ├─ webssh //
  140. ├─ webstats //
  141. ├─ xhprof //
  142. ├─ xtrabackup //
  143. ├─ conf //
  144. └─ backup.ini //
  145. ├─ example //
  146. └─ xtrabackup.sh //
  147. ├─ ico.png //
  148. ├─ index.html //
  149. ├─ index.py //
  150. ├─ info.json //
  151. ├─ install.sh //
  152. ├─ js //
  153. └─ xtrabackup.js //
  154. ├─ percona-xtrabackup.amd.deb //
  155. └─ percona-xtrabackup.arm.deb //
  156. └─ xtrabackup-inc //
  157. ├─ conf //
  158. └─ backup.ini //
  159. ├─ example //
  160. ├─ xtrabackup-full.sh //
  161. ├─ xtrabackup-inc-recovery.sh //
  162. └─ xtrabackup-inc.sh //
  163. ├─ ico.png //
  164. ├─ index.html //
  165. ├─ index.py //
  166. ├─ info.json //
  167. ├─ install.sh //
  168. ├─ js //
  169. └─ xtrabackup-inc.js //
  170. ├─ percona-xtrabackup.amd.deb //
  171. └─ percona-xtrabackup.arm.deb //
  172. ├─ requirements.txt //
  173. ├─ rewrite //
  174. └─ nginx //
  175. ├─ route //
  176. ├─ __init__.py //
  177. ├─ static //
  178. └─ templates //
  179. ├─ scripts //
  180. ├─ arrange.py //
  181. ├─ backup.py //
  182. ├─ clean.py //
  183. ├─ fix.py //
  184. ├─ getos.sh //
  185. ├─ init.d //
  186. ├─ mw-task.service.tpl //
  187. ├─ mw.service.tpl //
  188. ├─ mw.tpl //
  189. └─ service.sh //
  190. ├─ init_task.py //
  191. ├─ install //
  192. ├─ centos.sh //
  193. ├─ centos_cn.sh //
  194. ├─ debian.sh //
  195. ├─ debian_cn.sh //
  196. ├─ lib.sh //
  197. ├─ ubuntu.sh //
  198. └─ ubuntu_cn.sh //
  199. ├─ install.sh //
  200. ├─ install_dev.sh //
  201. ├─ lib.sh //
  202. ├─ logs_backup.py //
  203. ├─ migrate.py //
  204. ├─ os_tool //
  205. ├─ pick.sh //
  206. ├─ pick_filter.txt //
  207. ├─ plugin_compress.sh //
  208. ├─ quick //
  209. ├─ app.sh //
  210. └─ debug.sh //
  211. ├─ rememory.sh //
  212. ├─ report.py //
  213. ├─ switch.py //
  214. ├─ switch_apt_sources.sh //
  215. ├─ system_report.sh //
  216. ├─ uninstall.sh //
  217. ├─ update //
  218. ├─ debian.sh //
  219. └─ v1.3.1.py //
  220. ├─ update.sh //
  221. └─ update_dev.sh //
  222. ├─ setting.py //
  223. ├─ ssl //
  224. └─ README.md //
  225. ├─ task.py //
  226. ├─ tools.py //
  227. └─ version //
  228. ├─ api //
  229. ├─ mw_api.php //
  230. └─ mw_api.py //
  231. └─ info.json //