Sun-Panel 是一个服务器、NAS导航面板、Homepage、浏览器首页。这次迎来了1.4.0版本的更新,简单说明一下关于PRO、暂时闭源、新版的更新内容、以及下个版本的计划。
Sun-Panel is a server, NAS navigation panel, homePage, and browser homepage.; This time we have ushered in the update of version 1.4.0, which briefly illustrates the plans of PRO, temporary closing source, new version of the update content, and the next version.
面板特点
🍉界面简洁,功能强大,资源占用少
🍊上手简单,可视化操作,可0代码使用
🍠一键切换内、外网模式链接
🍵支持docker部署(支持Arm系统)
🎪支持多账号隔离使用
🎏支持查看系统状态
🫙支持自定义js、css
🍻简单使用可以无需连接外部数据库
🍾丰富图标风格自由搭配,支持iconify图标库
🚁支持网页内置小窗口打开(部分三方网站屏蔽此功能)
部署教程
Docker 运行
1.拉取最新镜像
docker pull hslr/sun-panel:latest
2.直接下载运行
docker run -d --restart=always -p 3002:3002 \
-v ~/docker_data/sun-panel/conf:/app/conf \
--name sun-panel \
hslr/sun-panel:latest
请登录后查看评论内容