New homepage file layout #2

Merged
fejy merged 1 commits from updates2 into master 2026-03-28 12:53:44 -07:00
10 changed files with 40 additions and 8 deletions
Showing only changes of commit 42dc67430a - Show all commits

5
config/proxmox.yaml Normal file
View File

@@ -0,0 +1,5 @@
---
# pve:
# url: https://proxmox.host.or.ip:8006
# token: username@pam!Token ID
# secret: secret

View File

@@ -11,6 +11,7 @@
icon: overseerr.png icon: overseerr.png
href: 'http://overseerr.nearfuture' href: 'http://overseerr.nearfuture'
description: Request Plex Media description: Request Plex Media
container: overseerr
widget: widget:
type: overseerr type: overseerr
url: 'http://overseerr.nearfuture' url: 'http://overseerr.nearfuture'
@@ -20,6 +21,7 @@
icon: qbittorrent.png icon: qbittorrent.png
href: 'http://qbit.nearfuture' href: 'http://qbit.nearfuture'
description: qBittorrent web-ui description: qBittorrent web-ui
container: qbittorrent
widget: widget:
type: qbittorrent type: qbittorrent
url: 'http://qbit.nearfuture' url: 'http://qbit.nearfuture'
@@ -29,6 +31,7 @@
icon: qbittorrent.png icon: qbittorrent.png
href: 'http://qbit2.nearfuture' href: 'http://qbit2.nearfuture'
description: qBittorrent2 web-ui description: qBittorrent2 web-ui
container: qbittorrent2
widget: widget:
type: qbittorrent type: qbittorrent
url: 'http://qbit2.nearfuture' url: 'http://qbit2.nearfuture'
@@ -38,6 +41,7 @@
icon: qbittorrent.png icon: qbittorrent.png
href: 'http://qbit-priv.nearfuture' href: 'http://qbit-priv.nearfuture'
description: qBittorrent3 web-ui description: qBittorrent3 web-ui
container: qbittorrent_priv
widget: widget:
type: qbittorrent type: qbittorrent
url: 'http://qbit-priv.nearfuture' url: 'http://qbit-priv.nearfuture'
@@ -45,8 +49,8 @@
password: {{HOMEPAGE_VAR_QBIT3_PW}} password: {{HOMEPAGE_VAR_QBIT3_PW}}
- Gluetun: - Gluetun:
icon: gluetun.png icon: gluetun.png
ping: http://invidia:8000
description: VPN status description: VPN status
container: gluetun
widget: widget:
type: gluetun type: gluetun
fields: ["public_ip", "region", "country"] fields: ["public_ip", "region", "country"]
@@ -55,6 +59,7 @@
icon: prowlarr.png icon: prowlarr.png
href: 'http://prowlarr.nearfuture' href: 'http://prowlarr.nearfuture'
description: Automated tracker management description: Automated tracker management
container: prowlarr
widget: widget:
type: prowlarr type: prowlarr
url: 'http://prowlarr.nearfuture' url: 'http://prowlarr.nearfuture'
@@ -63,6 +68,7 @@
icon: radarr.png icon: radarr.png
href: 'http://radarr.nearfuture' href: 'http://radarr.nearfuture'
description: Automated film downloads description: Automated film downloads
container: radarr
widget: widget:
type: radarr type: radarr
url: 'http://radarr.nearfuture' url: 'http://radarr.nearfuture'
@@ -71,38 +77,59 @@
icon: sonarr.png icon: sonarr.png
href: 'http://sonarr.nearfuture' href: 'http://sonarr.nearfuture'
description: Automated TV show downloads description: Automated TV show downloads
container: sonarr
widget: widget:
type: sonarr type: sonarr
url: 'http://sonarr.nearfuture' url: 'http://sonarr.nearfuture'
key: {{HOMEPAGE_VAR_SONARR_KEY}} key: {{HOMEPAGE_VAR_SONARR_KEY}}
- Tools: - Tools:
- Wastebin: #- Wastebin:
icon: trash-guides.png # icon: trash-guides.png
href: 'http://bin.nearfuture' # href: 'http://bin.nearfuture'
# description: Paste Bin
- PrivateBin:
icon: privatebin.png
href: 'https://privatebin.nearfuture'
description: Paste Bin description: Paste Bin
container: privatebin
- AI Chat: - AI Chat:
icon: open-webui-light.png icon: open-webui-light.png
href: 'http://ai.nearfuture' href: 'http://ai.nearfuture'
description: LLM AI Models description: LLM AI Models
container: open-webui
- Excalidraw:
icon: /icons/excalidraw.png
href: 'http://excalidraw.nearfuture'
description: Online Whiteboard
container: excalidraw
- Gitea:
icon: gitea.png
href: 'http://gitea.nearfuture'
description: Self-Hosted GitHub
- Management: - Management:
- Synology DSM: - Synology DSM:
icon: synology-dsm.png icon: synology-dsm.png
href: 'https://nas.nearfuture' href: 'https://nas.nearfuture'
description: Disk Station Manager
widget: widget:
type: diskstation type: diskstation
url: 'https://192.168.1.101:5001' url: 'https://192.168.1.101:5001'
username: {{HOMEPAGE_VAR_DSM_USER}} username: {{HOMEPAGE_VAR_DSM_USER}}
password: {{HOMEPAGE_VAR_DSM_PASS}} password: {{HOMEPAGE_VAR_DSM_PASS}}
- Gitea: - Tautulli:
icon: gitea.png icon: tautulli.png
href: 'http://gitea.nearfuture' href: 'http://tautulli.nearfuture'
description: Plex Server Management
container: tautulli
- Portainer: - Portainer:
icon: portainer.png icon: portainer.png
href: 'http://portainer.nearfuture' href: 'http://portainer.nearfuture'
description: Manage docker containers description: Manage docker containers
container: portainer
- Traefik: - Traefik:
icon: traefik.png icon: traefik.png
href: "http://traefik.nearfuture" href: "http://traefik.nearfuture"
description: Reverse proxy description: Reverse proxy
container: traefik

BIN
icons/excalidraw.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB