https://github.com/hpcesia/1panel-apps
https://github.com/hpcesia/1panel-apps
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hpcesia/1panel-apps
- Owner: HPCesia
- Created: 2024-11-17T09:30:29.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-17T12:52:39.000Z (6 months ago)
- Last Synced: 2024-12-17T13:37:24.478Z (6 months ago)
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HPCesia/1Panel-Apps
## 简介
我个人制作的 [1Panel](https://github.com/1Panel-dev/1Panel) 应用的仓库,由于各种原因没有 PR 到[官方仓库](https://github.com/1Panel-dev/appstore)或[第三方仓库](https://github.com/okxlin/appstore)的应用都会放到这里。
## 使用方式
下载源码到本地后将需要的应用上传到服务器的 `/opt/1panel/resource/apps/local` 目录(默认安装目录)下,或直接在服务器上使用下面的代码:
```sh
git clone https://github.com/HPCesia/1panel-apps /opt/1panel/resource/apps/local/1panel-apps
# git clone https://gitea.hpcesia.com/HPCesia/1panel-apps /opt/1panel/resource/apps/local/1panel-apps # 自建 Gitea,中国大陆地区可用,不稳定
cp -rf /opt/1panel/resource/apps/local/1panel-apps/apps/* /opt/1panel/resource/apps/local/
rm -rf /opt/1panel/resource/apps/local/1panel-apps
```