diff --git a/apps/linux-command/1.18.0/.env.sample b/apps/linux-command/1.18.0/.env.sample new file mode 100644 index 00000000..6a614e6f --- /dev/null +++ b/apps/linux-command/1.18.0/.env.sample @@ -0,0 +1,2 @@ +CONTAINER_NAME="linux-command" +PANEL_APP_PORT_HTTP="40255" diff --git a/apps/linux-command/1.18.0/data.yml b/apps/linux-command/1.18.0/data.yml new file mode 100644 index 00000000..2d666043 --- /dev/null +++ b/apps/linux-command/1.18.0/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: 40255 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + required: true + rule: paramPort + type: number diff --git a/apps/linux-command/1.18.0/docker-compose.yml b/apps/linux-command/1.18.0/docker-compose.yml new file mode 100644 index 00000000..9a34546c --- /dev/null +++ b/apps/linux-command/1.18.0/docker-compose.yml @@ -0,0 +1,15 @@ +services: + linux-command: + image: "wcjiang/linux-command:1.18.0" + container_name: ${CONTAINER_NAME} + restart: always + ports: + - "${PANEL_APP_PORT_HTTP}:3000" + networks: + - 1panel-network + labels: + createdBy: "Apps" + +networks: + 1panel-network: + external: true diff --git a/apps/linux-command/README.md b/apps/linux-command/README.md new file mode 100644 index 00000000..a5e4ac68 --- /dev/null +++ b/apps/linux-command/README.md @@ -0,0 +1,16 @@ +

+ + + +

Linux Command

+

+ +[![Buy me a coffee](https://img.shields.io/badge/Buy%20me%20a%20coffee-048754?logo=buymeacoffee)](https://jaywcjlove.github.io/#/sponsor) +[![CI](https://github.com/jaywcjlove/linux-command/actions/workflows/ci.yml/badge.svg)](https://github.com/jaywcjlove/linux-command/actions/workflows/ci.yml) +[![Web](https://jaywcjlove.github.io/sb/ico/linux.svg)](https://jaywcjlove.github.io/linux-command/) +[![weibo](https://jaywcjlove.github.io/sb/ico/weibo.svg)](http://weibo.com/pc175) +[![NPM Download](https://img.shields.io/npm/dm/linux-command.svg?style=flat)](https://www.npmjs.com/package/linux-command) +[![jsdelivr cdn](https://data.jsdelivr.com/v1/package/npm/linux-command/badge)](https://www.jsdelivr.com/package/npm/linux-command) +[![Docker Image Size (latest by date)](https://img.shields.io/docker/image-size/wcjiang/linux-command?logo=docker)](https://hub.docker.com/r/wcjiang/linux-command) + +当前仓库搜集了 580 多个 Linux 命令,是一个非盈利性的仓库,生成了一个 web 网站方便使用,目前网站没有任何广告,内容包含 Linux 命令手册、详解、学习,内容来自网络和网友的补充,非常值得收藏的 Linux 命令速查手册。版权归属原作者,对任何法律问题及风险不承担任何责任,没有任何商业目的,如果认为侵犯了您的版权,请来信告知。我不能完全保证内容的正确性。通过使用本站内容带来的风险与我无关。当使用本站时,代表您已接受了本站的使用条款和隐私条款。 diff --git a/apps/linux-command/data.yml b/apps/linux-command/data.yml new file mode 100644 index 00000000..88421e75 --- /dev/null +++ b/apps/linux-command/data.yml @@ -0,0 +1,19 @@ +name: Linux Command +tags: + - 开发工具 +title: Linux 命令大全搜索工具 +description: Linux 命令大全搜索工具 +additionalProperties: + key: linux-command + name: Linux Command + tags: + - DevTool + shortDescZh: Linux 命令大全搜索工具 + shortDescEn: Comprehensive Linux command search tool + type: tool + crossVersionUpdate: true + limit: 0 + recommend: 0 + website: https://git.io/linux + github: https://github.com/jaywcjlove/linux-command + document: https://github.com/jaywcjlove/linux-command diff --git a/apps/linux-command/latest/.env.sample b/apps/linux-command/latest/.env.sample new file mode 100644 index 00000000..6a614e6f --- /dev/null +++ b/apps/linux-command/latest/.env.sample @@ -0,0 +1,2 @@ +CONTAINER_NAME="linux-command" +PANEL_APP_PORT_HTTP="40255" diff --git a/apps/linux-command/latest/data.yml b/apps/linux-command/latest/data.yml new file mode 100644 index 00000000..2d666043 --- /dev/null +++ b/apps/linux-command/latest/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: 40255 + edit: true + envKey: PANEL_APP_PORT_HTTP + labelEn: Port + labelZh: 端口 + required: true + rule: paramPort + type: number diff --git a/apps/linux-command/latest/docker-compose.yml b/apps/linux-command/latest/docker-compose.yml new file mode 100644 index 00000000..fdaf7d4d --- /dev/null +++ b/apps/linux-command/latest/docker-compose.yml @@ -0,0 +1,15 @@ +services: + linux-command: + image: "wcjiang/linux-command:latest" + container_name: ${CONTAINER_NAME} + restart: always + ports: + - "${PANEL_APP_PORT_HTTP}:3000" + networks: + - 1panel-network + labels: + createdBy: "Apps" + +networks: + 1panel-network: + external: true diff --git a/apps/linux-command/logo.png b/apps/linux-command/logo.png new file mode 100644 index 00000000..d1492dc2 Binary files /dev/null and b/apps/linux-command/logo.png differ