新增安装脚本

This commit is contained in:
2024-02-01 11:49:48 +08:00
parent 8f352ced0d
commit b953032767
9 changed files with 187 additions and 12 deletions
+15 -12
View File
@@ -1,20 +1,23 @@
# 1Panel 应用商店
[1Panel](https://github.com/1Panel-dev/1Panel) 应用商店的官方存储库,包含了所有可以在 [1Panel](https://github.com/1Panel-dev/1Panel) 应用商店安装的应用程序。
当前仓库由 `新疆萌森软件开发工作室` 维护,我们致力于为 1Panel 用户提供更多的应用程序。
当前已上架的应用及其安装量信息请浏览:https://apps.fit2cloud.com/1panel
## 上线应用
1Panel 应用商店应用上架的标准:
- [x] [Nacos](https://nacos.io/)
- [x] [Sentinel-Dashboard](https://sentinelguard.io/)
- [x] [Elastic](https://www.elastic.co/)
- [x] [Elasticsearch](https://www.elastic.co/elasticsearch/)
- [x] [Kibana](https://www.elastic.co/kibana/)
- [ ] [Logstash](https://www.elastic.co/logstash/)
- [ ] [Immich](https://immich.app/)
- 知名且活跃的开源项目
- 有相当规模的安装量
- 官方提供 Docker 镜像
## 脚本安装
## 问题反馈
```shell
git clone -b localApps https://github.com/QYG2297248353/appstore-1panel /opt/1panel/resource/apps/local/appstore-localApps
如果您在使用过程中遇到什么问题,或有进一步的需求需要反馈,请提交 GitHub Issue 到 [1Panel 项目的主仓库](https://github.com/1Panel-dev/1Panel/issues)
## 制作本地应用
[如何提交自己想要的应用](https://github.com/1Panel-dev/appstore/wiki/%E5%A6%82%E4%BD%95%E6%8F%90%E4%BA%A4%E8%87%AA%E5%B7%B1%E6%83%B3%E8%A6%81%E7%9A%84%E5%BA%94%E7%94%A8)
cp -rf /opt/1panel/resource/apps/local/appstore-localApps/apps/* /opt/1panel/resource/apps/local/
rm -rf /opt/1panel/resource/apps/local/appstore-localApps
```