A perfect website navigation + webpage bookmarks panel.
- New "group sidebar" on the left side of the page. Click dots to jump instantly to the corresponding group.
- No more scrolling when you have many groups.
- Website: Perfect for收藏「a site」and its entry points (e.g., NAS, blog, admin panel).
- Webpage: Perfect for收藏「an article / a page」link (e.g., Zhihu articles, news links, tutorial pages).
- Switch between "Website / Webpage" freely - search conditions are preserved.
- Webpage list supports: one-click pin/unpin, quick edit, quick delete.
- Pin/Create/Edit/Delete won't refresh the entire page - no flashing or jumping.
- Distinguish between "icons" and "wallpapers" when uploading images.
- Previously uploaded icons/wallpapers can be reused from history - no need to re-upload every time.
- Duplicate link detection (avoid saving the same URL twice).
- Auto-ellipsis for list titles, hover to see full names.
- Mobile-optimized experience (more compact, cleaner).
docker run -d --name ange-panel --restart=unless-stopped \
-p 3005:3005 \
-v /root/ange-data:/data \
ghcr.io/liandu2024/ange-panel:latestNote: Only use the
latestDocker image./root/ange-datapersistsconf,database,uploads, andruntime. Keep this directory when upgrading.
Upgrade:
docker pull ghcr.io/liandu2024/ange-panel:latest
docker stop ange-panel && docker rm ange-panel
docker run -d --name ange-panel --restart=unless-stopped \
-p 3005:3005 \
-v /root/ange-data:/data \
ghcr.io/liandu2024/ange-panel:latestURL: http://[IP]:3005
- Default Admin Username:
admin - Default Admin Password:
admin
On first startup, sample groups and example website/webpage links will be created automatically for quick testing.
⚠️ Please change your password after first login!
- Sun-Panel v1.3.0 - Original project




