diff --git a/sun-panel/1.7.0/data.yml b/sun-panel/1.7.0/data.yml new file mode 100644 index 000000000..68eaa2957 --- /dev/null +++ b/sun-panel/1.7.0/data.yml @@ -0,0 +1,10 @@ +additionalProperties: + formFields: + - default: "3002" + edit: true + envKey: PANEL_APP_PORT_HTTP + labelZh: WebUI 端口 + labelEn: WebUI port + required: true + rule: paramPort + type: number \ No newline at end of file diff --git a/sun-panel/1.7.0/docker-compose.yml b/sun-panel/1.7.0/docker-compose.yml new file mode 100644 index 000000000..f1da6be11 --- /dev/null +++ b/sun-panel/1.7.0/docker-compose.yml @@ -0,0 +1,20 @@ +networks: + 1panel-network: + external: true +services: + sun-panel: + container_name: ${CONTAINER_NAME} + environment: + - TZ=Asia/Shanghai + image: hslr/sun-panel:1.7.0 + labels: + createdBy: Apps + networks: + - 1panel-network + ports: + - ${PANEL_APP_PORT_HTTP}:3002 + restart: always + volumes: + - ./data/conf:/app/conf + - ./data/database:/app/database + - ./data/uploads:/app/uploads diff --git a/sun-panel/README.md b/sun-panel/README.md new file mode 100644 index 000000000..6dc959f2a --- /dev/null +++ b/sun-panel/README.md @@ -0,0 +1,111 @@ +[[ 简体中文 ]](https://sun-panel-doc.enianteam.com/zh_cn/introduce/project.html) | +[[ English ]](https://sun-panel-doc.enianteam.com/introduce/project.html) + +
+
+# Sun-Panel
+
+[](https://github.com/hslr-s/sun-panel)
+[](https://gitee.com/hslr/sun-panel)
+[](https://hub.docker.com/r/hslr/sun-panel)
+[](https://space.bilibili.com/27407696/channel/collectiondetail?sid=2023810)
+[](https://www.youtube.com/channel/UCKwbFmKU25R602z6P2fgPYg)
+
+
+
+
+| | |
+| ------------ | ------------ |
+|
|
|
+
+## 🏖️ Communication group & community
+
+Author:**[红烧猎人](https://blog.enianteam.com/u/sun/content/11)**
+
+[Github Discussions](https://github.com/hslr-s/sun-panel/discussions)
+
+QQ交流群,进不去可以点上方连接联系作者
+
+
+
+## ❤️ Thanks
+
+- [Roc](https://github.com/RocCheng)
+- [jackloves111](https://github.com/jackloves111)
+- [Rock.L](https://github.com/gitlyp)
+
+
+---
+
+[](https://star-history.com/#hslr-s/sun-panel&Date)
+
+
+- 账户密码
+```
+username: admin@sun.cc
+password: 12345678
+```
\ No newline at end of file
diff --git a/sun-panel/data.yml b/sun-panel/data.yml
new file mode 100644
index 000000000..046ac083e
--- /dev/null
+++ b/sun-panel/data.yml
@@ -0,0 +1,19 @@
+name: Sun Panel
+tags:
+ - 工具
+title: 开源的文件同步客户端与服务器软件
+description: 开源的文件同步客户端与服务器软件,采用Go语言编写。它可以在本地网络上的设备之间或通过Internet在远程设备之间同步文件,使用了其独有的对等自由块交换协议
+additionalProperties:
+ key: sun-panel
+ name: Sun Panel
+ tags:
+ - Tool
+ shortDescZh: 一个服务器、NAS导航面板、Homepage、浏览器首页
+ shortDescEn: A server, NAS navigation panel, Homepage, Browser homepage
+ type: website
+ crossVersionUpdate: true
+ limit: 0
+ recommend: 0
+ website: https://syncthing.net
+ github: https://github.com/syncthing/syncthing
+ document: https://docs.syncthing.net
diff --git a/sun-panel/latest/data.yml b/sun-panel/latest/data.yml
new file mode 100644
index 000000000..0c5623fdf
--- /dev/null
+++ b/sun-panel/latest/data.yml
@@ -0,0 +1,10 @@
+additionalProperties:
+ formFields:
+ - default: "3002"
+ edit: true
+ envKey: PANEL_APP_PORT_HTTP
+ labelZh: WebUI 端口
+ labelEn: WebUI port
+ required: true
+ rule: paramPort
+ type: number
diff --git a/sun-panel/latest/docker-compose.yml b/sun-panel/latest/docker-compose.yml
new file mode 100644
index 000000000..7c08a6b68
--- /dev/null
+++ b/sun-panel/latest/docker-compose.yml
@@ -0,0 +1,20 @@
+networks:
+ 1panel-network:
+ external: true
+services:
+ sun-panel:
+ container_name: ${CONTAINER_NAME}
+ environment:
+ - TZ=Asia/Shanghai
+ image: hslr/sun-panel:latest
+ labels:
+ createdBy: Apps
+ networks:
+ - 1panel-network
+ ports:
+ - ${PANEL_APP_PORT_HTTP}:3002
+ restart: always
+ volumes:
+ - ./data/conf:/app/conf
+ - ./data/database:/app/database
+ - ./data/uploads:/app/uploads
diff --git a/sun-panel/logo.png b/sun-panel/logo.png
new file mode 100644
index 000000000..a3aac61dc
Binary files /dev/null and b/sun-panel/logo.png differ