


現代化、全靜態、快速、安全且高度可自訂的應用程式儀表板,支援 100+ 服務整合。
/app/config/ 開頭)Homepage 完全透過 YAML 檔案設定。在 Zeabur 上使用 Config Editor(Settings > Configs)建立和編輯這些檔案,設定會跨重啟保存。完整文件請參考 gethomepage.dev/configs。
/app/config/services.yaml服務會以大卡片呈現在儀表板上,可選擇加入狀態監控。
- 我的應用:
- Grafana:
icon: grafana.png
href: https://grafana.example.com
description: 監控儀表板
- 社群媒體:
- GitHub:
icon: github.png
href: https://github.com/your-username
- YouTube:
icon: youtube.png
href: https://youtube.com/@your-channel
- Twitter:
icon: twitter.png
href: https://x.com/your-handle
/app/config/bookmarks.yaml書籤是精簡的連結列表,適合快速導航(無監控功能,純連結)。
- 開發工具:
- GitHub:
- href: https://github.com
icon: github.png
- Stack Overflow:
- href: https://stackoverflow.com
icon: stackoverflow.png
- 社群:
- YouTube:
- href: https://youtube.com
icon: youtube.png
- Reddit:
- href: https://reddit.com
icon: reddit.png
/app/config/settings.yamltitle: 我的儀表板
theme: dark
color: slate
language: zh-Hant
Homepage 內建 1000+ 圖示(Dashboard Icons),直接用檔名即可:github.png、youtube.png、twitter.png、discord.png 等。也可使用 si-github(Simple Icons)或 mdi-home(Material Design Icons)。
