feat:添加nging到列表

This commit is contained in:
okxlin 2024-04-29 16:52:39 +08:00
parent ccb0286029
commit 4490a9aaba
6 changed files with 71 additions and 0 deletions

16
apps/nging/README.md Normal file
View File

@ -0,0 +1,16 @@
# Nging V5
![Nging's logo](https://github.com/admpub/nging/blob/master/public/assets/backend/images/nging-gear.png?raw=true)
<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
View 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

View File

@ -0,0 +1,2 @@
CONTAINER_NAME="nging"
PANEL_APP_PORT_HTTP="40227"

View 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

View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB