appstore-1panel/README.md

24 lines
812 B
Markdown
Raw Normal View History

2023-09-22 14:03:44 +08:00
# 1Panel 应用商店
2024-02-01 11:49:48 +08:00
当前仓库由 `新疆萌森软件开发工作室` 维护,我们致力于为 1Panel 用户提供更多的应用程序。
2024-02-01 11:49:48 +08:00
## 上线应用
2023-10-27 14:27:07 +08:00
2024-02-01 11:49:48 +08:00
- [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/)
2023-10-27 14:27:07 +08:00
2024-02-01 11:49:48 +08:00
## 脚本安装
2023-10-27 14:27:07 +08:00
2024-02-01 11:49:48 +08:00
```shell
git clone -b localApps https://github.com/QYG2297248353/appstore-1panel /opt/1panel/resource/apps/local/appstore-localApps
2024-02-01 11:49:48 +08:00
cp -rf /opt/1panel/resource/apps/local/appstore-localApps/apps/* /opt/1panel/resource/apps/local/
2024-02-01 11:49:48 +08:00
rm -rf /opt/1panel/resource/apps/local/appstore-localApps
```