2023-09-22 14:03:44 +08:00
|
|
|
# 1Panel 应用商店
|
2023-09-07 17:53:44 +08:00
|
|
|
|
2024-02-01 11:49:48 +08:00
|
|
|
当前仓库由 `新疆萌森软件开发工作室` 维护,我们致力于为 1Panel 用户提供更多的应用程序。
|
2023-07-17 13:58:42 +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
|
|
|
- [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
|
2023-09-07 17:53:44 +08:00
|
|
|
|
2024-02-01 11:49:48 +08:00
|
|
|
cp -rf /opt/1panel/resource/apps/local/appstore-localApps/apps/* /opt/1panel/resource/apps/local/
|
2023-09-07 17:53:44 +08:00
|
|
|
|
2024-02-01 11:49:48 +08:00
|
|
|
rm -rf /opt/1panel/resource/apps/local/appstore-localApps
|
|
|
|
```
|