feat:添加easynode到列表

This commit is contained in:
okxlin 2024-08-14 01:39:46 +08:00
parent 1d45afc7d7
commit 61f927535d
9 changed files with 97 additions and 0 deletions

View File

@ -0,0 +1,3 @@
CONTAINER_NAME="easynode"
DATA_PATH="./data"
PANEL_APP_PORT_HTTP=40284

View File

@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: "40284"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: "./data"
edit: true
envKey: DATA_PATH
labelEn: Data Path
labelZh: 数据路径
required: true
type: text

View File

@ -0,0 +1,17 @@
services:
easynode:
image: "chaoszhu/easynode:v2.1.5"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8082"
volumes:
- ${DATA_PATH}:/easynode/app/db
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

4
apps/easynode/README.md Normal file
View File

@ -0,0 +1,4 @@
# EasyNode
> [!WARNING]
> 初次部署EasyNode登录系统后务必记得修改默认账户密码 `admin/admin`

19
apps/easynode/data.yml Normal file
View File

@ -0,0 +1,19 @@
name: EasyNode
tags:
- 实用工具
title: 一个 Linux 服务器 WEB SSH 面板
description: 一个 Linux 服务器 WEB SSH 面板
additionalProperties:
key: easynode
name: EasyNode
tags:
- Tool
shortDescZh: 一个 Linux 服务器 WEB SSH 面板
shortDescEn: A Linux server WEB SSH panel
type: tool
crossVersionUpdate: true
limit: 0
recommend: 0
website: https://github.com/chaos-zhu/easynode
github: https://github.com/chaos-zhu/easynode
document: https://github.com/chaos-zhu/easynode

View File

@ -0,0 +1,3 @@
CONTAINER_NAME="easynode"
DATA_PATH="./data"
PANEL_APP_PORT_HTTP=40284

View File

@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: "40284"
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: "./data"
edit: true
envKey: DATA_PATH
labelEn: Data Path
labelZh: 数据路径
required: true
type: text

View File

@ -0,0 +1,17 @@
services:
easynode:
image: "chaoszhu/easynode:latest"
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:8082"
volumes:
- ${DATA_PATH}:/easynode/app/db
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true

BIN
apps/easynode/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB