导航页配置
- Sun Panel
mkdir -p ~/sun-panel/conf
podman pull docker.io/hslr/sun-panel:latest
sudo docker run -d --restart=always -p 3002:3002 -v ~/sun-panel/conf:/app/conf -v /var/run/docker.sock:/var/run/docker.sock --name sun-panel docker.io/hslr/sun-panel:latest
- Nginx添加配置
server {
listen 443 ssl;
server_name meix.top;
# To sun-panel
location / {
proxy_pass https://127.0.0.1:3002;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
}
}
导航页作为浏览器新标签页
-
CusTom New Tab [https://microsoftedge.microsoft.com/addons/detail/custom-new-tab/onagfgjlokaciajhjmajljcfanonbmia]
-
推荐: Sun-Panel BE [https://microsoftedge.microsoft.com/addons/detail/sunpanel-be/peklhgoidjpnojdpcnohhncgpblbnhoi]
背景自动更新
使用Bing每日壁纸
每日壁纸:https://myhkw.cn/open/img/bing
随机壁纸:https://bing.img.run/rand.php
参照:https://github.com/hslr-s/sun-panel/issues/122