Skip to content

Latest commit

 

History

46 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ErisPulse

ErisPulse 1Panel App Store

通过 1Panel 应用商店一键安装 ErisPulse · One-click install of ErisPulse via the 1Panel app store

alt text

Stars 安装指引 ErisPulse

English | 简体中文


English

ErisPulse 1Panel App Store integration. One-click install ErisPulse via 1Panel.

Visit get-1panel.erisdev.com for a guided setup page.

Quick Install

1Panel Scheduled Task (recommended):

Create a Shell script task in 1Panel → Scheduled Tasks, paste:

bash <(curl -sL https://get-1panel.erisdev.com/install.sh)

Or with wget: bash <(wget -qO- https://get-1panel.erisdev.com/install.sh)

Manual:

git clone -b main --depth 1 https://github.com/ErisPulse/ErisPulse-1Panel /tmp/erispulse-1panel
cp -rf /tmp/erispulse-1panel/apps/erispulse /opt/1panel/resource/apps/local/
rm -rf /tmp/erispulse-1panel

After install, click "Update App List" in 1Panel App Store.

Uninstall

bash <(curl -sL https://get-1panel.erisdev.com/uninstall.sh)

Update

Re-run the install command to overwrite. Docker only runs the container; framework updates are handled via Dashboard hot-update.

Directory Structure

ErisPulse-1Panel/
├── wrangler.toml                   # Cloudflare Worker config
├── package.json
├── scripts/
│   ├── install.sh
│   └── uninstall.sh
├── worker/src/index.js             # Worker entry
└── apps/erispulse/
    ├── data.yml
    ├── logo.png
    ├── README.md
    ├── latest/
    │   ├── docker-compose.yml
    │   └── data.yml
    └── 2.4.5 ~ 2.5.2.dev0/          # Deprecated: removed

简体中文

ErisPulse 的 1Panel 应用商店适配,支持一键安装。

访问 get-1panel.erisdev.com 获取可视化安装指引。

快速安装

1Panel 计划任务(推荐):

在 1Panel → 计划任务中创建 Shell 脚本任务,粘贴:

bash <(curl -sL https://get-1panel.erisdev.com/install.sh)

或使用 wget:bash <(wget -qO- https://get-1panel.erisdev.com/install.sh)

手动安装:

git clone -b main --depth 1 https://github.com/ErisPulse/ErisPulse-1Panel /tmp/erispulse-1panel
cp -rf /tmp/erispulse-1panel/apps/erispulse /opt/1panel/resource/apps/local/
rm -rf /tmp/erispulse-1panel

安装后在 1Panel 应用商店中点击 「更新应用列表」 刷新。

卸载

bash <(curl -sL https://get-1panel.erisdev.com/uninstall.sh)

更新

重新执行安装命令即可覆盖更新。Docker 仅负责运行容器,框架更新请通过 Dashboard 热更新完成。

About

One-click install of ErisPulse via the 1Panel app store | 通过 1Panel 应用商店一键安装 ErisPulse

Topics

Resources

Code of conduct

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages