mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-21 10:27:25 +08:00
feat:添加easynode到列表
This commit is contained in:
parent
1d45afc7d7
commit
61f927535d
3
apps/easynode/2.1.5/.env.sample
Normal file
3
apps/easynode/2.1.5/.env.sample
Normal file
@ -0,0 +1,3 @@
|
||||
CONTAINER_NAME="easynode"
|
||||
DATA_PATH="./data"
|
||||
PANEL_APP_PORT_HTTP=40284
|
||||
17
apps/easynode/2.1.5/data.yml
Normal file
17
apps/easynode/2.1.5/data.yml
Normal 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
|
||||
17
apps/easynode/2.1.5/docker-compose.yml
Normal file
17
apps/easynode/2.1.5/docker-compose.yml
Normal 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
4
apps/easynode/README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# EasyNode
|
||||
|
||||
> [!WARNING]
|
||||
> 初次部署EasyNode,登录系统后务必记得修改默认账户密码 `admin/admin`!
|
||||
19
apps/easynode/data.yml
Normal file
19
apps/easynode/data.yml
Normal 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
|
||||
3
apps/easynode/latest/.env.sample
Normal file
3
apps/easynode/latest/.env.sample
Normal file
@ -0,0 +1,3 @@
|
||||
CONTAINER_NAME="easynode"
|
||||
DATA_PATH="./data"
|
||||
PANEL_APP_PORT_HTTP=40284
|
||||
17
apps/easynode/latest/data.yml
Normal file
17
apps/easynode/latest/data.yml
Normal 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
|
||||
17
apps/easynode/latest/docker-compose.yml
Normal file
17
apps/easynode/latest/docker-compose.yml
Normal 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
BIN
apps/easynode/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
Loading…
Reference in New Issue
Block a user