mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
feat:添加linux-command到列表
This commit is contained in:
parent
1e6deeee1c
commit
fd942e674d
2
apps/linux-command/1.18.0/.env.sample
Normal file
2
apps/linux-command/1.18.0/.env.sample
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
CONTAINER_NAME="linux-command"
|
||||||
|
PANEL_APP_PORT_HTTP="40255"
|
10
apps/linux-command/1.18.0/data.yml
Normal file
10
apps/linux-command/1.18.0/data.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: 40255
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: Port
|
||||||
|
labelZh: 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
15
apps/linux-command/1.18.0/docker-compose.yml
Normal file
15
apps/linux-command/1.18.0/docker-compose.yml
Normal file
@ -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
|
16
apps/linux-command/README.md
Normal file
16
apps/linux-command/README.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
<p align="center">
|
||||||
|
<a href="https://jaywcjlove.github.io/linux-command">
|
||||||
|
<img src="https://github.com/jaywcjlove/linux-command/raw/master/template/img/banner.svg?sanitize=true">
|
||||||
|
</a>
|
||||||
|
<h1>Linux Command</h1>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
[](https://jaywcjlove.github.io/#/sponsor)
|
||||||
|
[](https://github.com/jaywcjlove/linux-command/actions/workflows/ci.yml)
|
||||||
|
[](https://jaywcjlove.github.io/linux-command/)
|
||||||
|
[](http://weibo.com/pc175)
|
||||||
|
[](https://www.npmjs.com/package/linux-command)
|
||||||
|
[](https://www.jsdelivr.com/package/npm/linux-command)
|
||||||
|
[](https://hub.docker.com/r/wcjiang/linux-command)
|
||||||
|
|
||||||
|
当前仓库搜集了 580 多个 Linux 命令,是一个非盈利性的仓库,生成了一个 web 网站方便使用,目前网站没有任何广告,内容包含 Linux 命令手册、详解、学习,内容来自网络和网友的补充,非常值得收藏的 Linux 命令速查手册。版权归属原作者,对任何法律问题及风险不承担任何责任,没有任何商业目的,如果认为侵犯了您的版权,请来信告知。我不能完全保证内容的正确性。通过使用本站内容带来的风险与我无关。当使用本站时,代表您已接受了本站的使用条款和隐私条款。
|
19
apps/linux-command/data.yml
Normal file
19
apps/linux-command/data.yml
Normal file
@ -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
|
2
apps/linux-command/latest/.env.sample
Normal file
2
apps/linux-command/latest/.env.sample
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
CONTAINER_NAME="linux-command"
|
||||||
|
PANEL_APP_PORT_HTTP="40255"
|
10
apps/linux-command/latest/data.yml
Normal file
10
apps/linux-command/latest/data.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: 40255
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: Port
|
||||||
|
labelZh: 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
15
apps/linux-command/latest/docker-compose.yml
Normal file
15
apps/linux-command/latest/docker-compose.yml
Normal file
@ -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
|
BIN
apps/linux-command/logo.png
Normal file
BIN
apps/linux-command/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 KiB |
Loading…
Reference in New Issue
Block a user