效果預覽
meix.top
導航頁配置
- 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
-
推薦: Sun-Panel BE
背景自動更新
使用Bing每日桌布
每日桌布:https://myhkw.cn/open/img/bing
隨機桌布:https://bing.img.run/rand.php
參照:https://github.com/hslr-s/sun-panel/issues/122