-
Notifications
You must be signed in to change notification settings - Fork 345
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
36 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,178 +21,79 @@ | |
[[ Document ]](https://sun-panel-doc.enianteam.com) | | ||
[[ Demo ]](http://sunpaneldemo.enianteam.com) | ||
|
||
Server, NAS navigation panel, Homepage, Browser homepage. | ||
A server, NAS navigation panel, Homepage, Browser homepage. | ||
<br> | ||
一个服务器、NAS导航面板、Homepage、浏览器首页。 | ||
|
||
</div> | ||
|
||
<!-- <img src="./doc/images/logo.png" align="left" width="180px" height="180px"/> | ||
<img align="left" width="0" height="192px" hspace="10"/> | ||
# Sun-Panel | ||
Server, NAS navigation panel, Homepage, Browser homepage. | ||
<br> | ||
一个服务器、NAS导航面板、Homepage、浏览器首页。 --> | ||
|
||
|
||
|
||
|
||
![](./doc/images/icon-info-new.png) | ||
|
||
## 😎 特点 | ||
|
||
- 简洁 | ||
- 局域网内外网链接切换 | ||
- docker部署,对arm系统支持 | ||
- 上手简单,免修改代码 | ||
- 无需连接外部数据库 | ||
- 丰富图标自由搭配(文字图标+svg图标+内置三方图标库) | ||
- 支持网页内置小窗口打开(部分网站屏蔽此功能) | ||
- 占用资源小 | ||
|
||
## 🧊 最新完整文档(DOC) | ||
|
||
[最新完整文档(DOC)](https://sun-panel-doc.enianteam.com/) | ||
|
||
|
||
## 🎨 演示(demo) | ||
|
||
[查看演示站](https://sun-panel-doc.enianteam.com/introduce/demo_site.html) | ||
|
||
## 🐳 交流群&社区 | ||
开发者:**[红烧猎人](https://blog.enianteam.com/u/sun/content/11)** | ||
|
||
QQ交流群,进不去可以点上方连接联系作者 | ||
|
||
<img src="./doc/images/qq_group_qr2.png" height="350" /> | ||
|
||
Github社区板块:https://github.com/hslr-s/sun-panel/discussions | ||
|
||
## 🍵 打赏 | ||
|
||
> 开源开发不易,如果觉得我的项目有帮到你,欢迎给我[打赏](./doc/donate.md)或者请我喝个奶茶☕(如果可以备注下您的昵称或者名字),你的支持就是我的动力,谢谢。 | ||
<a href="https://www.paypal.me/hslrs"> | ||
<img height="60" src="./doc/images/donate/paypal.png" target="_blank"></img> | ||
</a> | ||
|
||
![](./doc/images/main-dark.png) | ||
|
||
| | | | ||
| ------------ | ------------ | | ||
| <img height="300" src="./doc/images/donate/weixin.png"/> | <img height="300" src="./doc/images/donate/alipay.png" /> | | ||
|
||
## 🫓 TODO | ||
## 😎 Features | ||
|
||
- [x] 分组,拖拽排序 | ||
- [x] 导入导出功能 | ||
- [x] 增加访客账号 | ||
- [x] 帐号解除邮箱限制 | ||
- [x] 对上传的文件管理(针对账户增强重复利用,节省空间) | ||
- [x] 服务器监控 | ||
- [x] 多国语言支持 | ||
- [ ] 用户自定义搜索框搜索引擎 | ||
- [ ] 搜索框样式自定义(背景颜色,文字颜色) | ||
- [ ] docker管理器 | ||
- [ ] 计划任务 | ||
- 🍉 Clean interface, powerful functionality, low resource consumption | ||
- 🍊 Easy to use, visual operation, zero-code usage | ||
- 🍠 One-click switch between internal and external network modes | ||
- 🍵 Supports Docker deployment (compatible with Arm systems) | ||
- 🎪 Supports multi-account isolation | ||
- 🎏 Supports viewing system status | ||
- 🫙 Supports custom JS, CSS | ||
- 🍻 Simple usage without the need to connect to an external database | ||
- 🍾 Rich icon styles for free combination, supports [Iconify icon library](https://icon-sets.iconify.design/) | ||
- 🚁 Supports opening small windows in the webpage (some third-party websites may block this feature) | ||
|
||
## 🖼️ Preview Screenshots | ||
|
||
|
||
## 🖼️ 预览截图 | ||
|
||
**各种风格,自由搭配** | ||
**Various styles, freely combined** | ||
|
||
![](./doc/images/icon-small-new.png) | ||
![](./doc/images/transparent-info.png) | ||
![](./doc/images/transparent-small.png) | ||
![](./doc/images/solid-color-info.png) | ||
![](./doc/images/full-color-small.jpg) | ||
|
||
**内置小窗口** | ||
**Built-in small windows** | ||
|
||
![](./doc/images/window-ssh.png) | ||
![](./doc/images/window-xunlei.png) | ||
|
||
## 🍜 使用运行教程 | ||
|
||
<div id="default-username"></div> | ||
|
||
### 默认账号密码 | ||
账号:[email protected] | ||
|
||
密码:12345678 | ||
|
||
### 命令参数 | ||
|参数|说明| | ||
|---|---| | ||
|-h|查看命令说明| | ||
|-config|生成配置文件(conf/conf.ini)| | ||
|-password-reset|重置第一个用户的密码| | ||
|
||
### 二进制文件运行 | ||
|
||
去 [Releases](https://github.com/hslr-s/sun-panel/releases) 下载二进制文件 | ||
|
||
执行示例 | ||
|
||
```sh | ||
./sun-panel | ||
``` | ||
|
||
#### 重置密码 | ||
## 🐳 Deployment tutorial | ||
[Deployment Tutorial](https://sun-panel-doc.enianteam.com/usage/quick_deploy.html) | ||
|
||
执行示例 | ||
## 🍵 Donate | ||
|
||
```sh | ||
./sun-panel -password-reset | ||
``` | ||
输出 | ||
``` | ||
密码已经重置成功,以下是账号信息 | ||
用户名 [email protected] | ||
密码 12345678 | ||
``` | ||
> Open-source development is not easy. If you feel that my project has helped you, you are welcome to [donate](./doc/donate.md) or buy me a cup of tea☕ (please leave your nickname or name in the note if possible). Your support is my motivation, thank you. | ||
### docker 运行 | ||
|
||
目录挂载 `-v`,根据自己的需求选择: | ||
|容器目录|说明| | ||
|---|---| | ||
|/app/conf|配置文件| | ||
|/app/uploads|上传的文件| | ||
|/app/database|数据库文件| | ||
|/app/runtime|运行日志(不推荐挂载)| | ||
|
||
1. 拉取镜像 | ||
```sh | ||
docker pull hslr/sun-panel | ||
``` | ||
<a href="https://www.paypal.me/hslrs"> | ||
<img height="60" src="./doc/images/donate/paypal.png" target="_blank"></img> | ||
</a> | ||
|
||
2. 直接下载运行 | ||
```sh | ||
docker run -d --restart=always -p 3002:3002 \ | ||
-v ~/docker_data/sun-panel/conf:/app/conf \ | ||
-v ~/docker_data/sun-panel/uploads:/app/uploads \ | ||
-v ~/docker_data/sun-panel/database:/app/database \ | ||
--name sun-panel \ | ||
hslr/sun-panel | ||
``` | ||
|
||
| | | | ||
| ------------ | ------------ | | ||
| <img height="300" src="./doc/images/donate/weixin.png"/> | <img height="300" src="./doc/images/donate/alipay.png" /> | | ||
|
||
### 自编译运行 | ||
## 🏖️ Communication group & community | ||
|
||
[请参考完整文档](https://sun-panel-doc.enianteam.com/zh_cn/usage/compile.html) | ||
Author:**[红烧猎人](https://blog.enianteam.com/u/sun/content/11)** | ||
|
||
## Star History | ||
[Github Discussions](https://github.com/hslr-s/sun-panel/discussions) | ||
|
||
[![Star History Chart](https://api.star-history.com/svg?repos=hslr-s/sun-panel&type=Date)](https://star-history.com/#hslr-s/sun-panel&Date) | ||
QQ交流群,进不去可以点上方连接联系作者 | ||
|
||
<img src="./doc/images/qq_group_qr2.png" height="350" /> | ||
|
||
## ❤️ 感谢 | ||
## ❤️ Thanks | ||
|
||
- [Roc](https://github.com/RocCheng) | ||
- [jackloves111](https://github.com/jackloves111) | ||
- [Rock.L](https://github.com/gitlyp) | ||
|
||
## LICENSE | ||
[MIT](./LICENSE) | ||
|
||
--- | ||
|
||
[![Star History Chart](https://api.star-history.com/svg?repos=hslr-s/sun-panel&type=Date)](https://star-history.com/#hslr-s/sun-panel&Date) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.