mirror of
https://github.com/okxlin/appstore.git
synced 2025-07-13 21:02:18 +08:00
feat:添加nging到列表
This commit is contained in:
parent
ccb0286029
commit
4490a9aaba
16
apps/nging/README.md
Normal file
16
apps/nging/README.md
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
# Nging V5
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
<img src="https://stats.eget.io/badge/UA-NGING-GIT.svg" style="vertical-align:middle" height="25" />
|
||||||
|
<a href="https://gitpod.io/#https://github.com/admpub/nging" target="_blank"><img src="https://gitpod.io/button/open-in-gitpod.svg" alt="Open in Gitpod" height="25" style="vertical-align:middle" /></a>
|
||||||
|
|
||||||
|
> 注意:这是Nging V5源代码,旧版V4.x、V3.x、V2.x、V1.x已经转移到 [v4分支](https://github.com/admpub/nging/tree/v4) [v3分支](https://github.com/admpub/nging/tree/v3) [v2分支](https://github.com/admpub/nging/tree/v2) [v1分支](https://github.com/admpub/nging/tree/v1)
|
||||||
|
|
||||||
|
Nging支持MySQL和SQLite3数据库
|
||||||
|
|
||||||
|
Nging是一个网站服务程序,可以管理和配置 Caddy 和 Nginx 站点,并附带了实用的周边工具,例如:计划任务、MySQL管理、Redis管理、FTP管理、SSH管理、服务器管理等。
|
||||||
|
|
||||||
|
请注意,本系统的源代码基于AGPL协议发布,不管您使用本系统的完整代码还是部分代码,都请遵循AGPL协议。
|
||||||
|
> 如果需要更宽松的商业授权协议,请联系我购买授权。
|
19
apps/nging/data.yml
Normal file
19
apps/nging/data.yml
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: Nging
|
||||||
|
tags:
|
||||||
|
- 实用工具
|
||||||
|
title: Go 语言 Web 管理面板
|
||||||
|
description: Go 语言 Web 管理面板
|
||||||
|
additionalProperties:
|
||||||
|
key: nging
|
||||||
|
name: Nging
|
||||||
|
tags:
|
||||||
|
- Tool
|
||||||
|
shortDescZh: Go 语言 Web 管理面板
|
||||||
|
shortDescEn: Go Language Web Management Panel
|
||||||
|
type: tool
|
||||||
|
crossVersionUpdate: true
|
||||||
|
limit: 0
|
||||||
|
recommend: 0
|
||||||
|
website: https://github.com/admpub/nging
|
||||||
|
github: https://github.com/admpub/nging
|
||||||
|
document: https://github.com/admpub/nging
|
2
apps/nging/latest/.env.sample
Normal file
2
apps/nging/latest/.env.sample
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
CONTAINER_NAME="nging"
|
||||||
|
PANEL_APP_PORT_HTTP="40227"
|
10
apps/nging/latest/data.yml
Normal file
10
apps/nging/latest/data.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
additionalProperties:
|
||||||
|
formFields:
|
||||||
|
- default: 40227
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_HTTP
|
||||||
|
labelEn: Port
|
||||||
|
labelZh: 端口
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
24
apps/nging/latest/docker-compose.yml
Normal file
24
apps/nging/latest/docker-compose.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
version: '3'
|
||||||
|
services:
|
||||||
|
nging:
|
||||||
|
image: admpub/nging:latest
|
||||||
|
container_name: ${CONTAINER_NAME}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- "${PANEL_APP_PORT_HTTP}:9999"
|
||||||
|
volumes:
|
||||||
|
- ./data/data/cache:/home/nging_linux_amd64/data/cache
|
||||||
|
- ./data/data/ftpdir:/home/nging_linux_amd64/data/ftpdir
|
||||||
|
- ./data/data/logs:/home/nging_linux_amd64/data/logs
|
||||||
|
- ./data/data/sm2:/home/nging_linux_amd64/data/sm2
|
||||||
|
- ./data/myconfig:/home/nging_linux_amd64/myconfig
|
||||||
|
- ./data/public:/home/nging_linux_amd64/public
|
||||||
|
command: [ "-p", "9999", "-c", "myconfig/config.yaml" ]
|
||||||
|
labels:
|
||||||
|
createdBy: "Apps"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
BIN
apps/nging/logo.png
Normal file
BIN
apps/nging/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.3 KiB |
Loading…
Reference in New Issue
Block a user