New homepage file layout

This commit is contained in:
2026-03-28 19:53:00 +00:00
parent e3110d3fc0
commit 42dc67430a
10 changed files with 40 additions and 8 deletions

13
config/bookmarks.yaml Normal file
View File

@@ -0,0 +1,13 @@
---
# For configuration options and examples, please see:
# https://gethomepage.dev/latest/configs/bookmarks
- Social:
- Reddit:
- abbr: RE
href: https://old.reddit.com/
- Entertainment:
- YouTube:
- abbr: YT
href: https://youtube.com/

0
config/custom.css Normal file
View File

0
config/custom.js Normal file
View File

10
config/docker.yaml Normal file
View File

@@ -0,0 +1,10 @@
---
# For configuration options and examples, please see:
# https://gethomepage.dev/latest/configs/docker/
# my-docker:
# host: 127.0.0.1
# port: 2375
# my-docker:
# socket: /var/run/docker.sock

2
config/kubernetes.yaml Normal file
View File

@@ -0,0 +1,2 @@
---
# sample kubernetes config

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

135
config/services.yaml Normal file
View File

@@ -0,0 +1,135 @@
- Media:
- Plex:
icon: plex.png
href: 'http://plex.nearfuture'
description: Plex Media Server
widget:
type: plex
url: 'http://plex.nearfuture'
key: {{HOMEPAGE_VAR_PLEX_SERVER_TOKEN}}
- Overseerr:
icon: overseerr.png
href: 'http://overseerr.nearfuture'
description: Request Plex Media
container: overseerr
widget:
type: overseerr
url: 'http://overseerr.nearfuture'
key: {{HOMEPAGE_VAR_OVERSEERR_TOKEN}}
- Piracy:
- qBittorrent:
icon: qbittorrent.png
href: 'http://qbit.nearfuture'
description: qBittorrent web-ui
container: qbittorrent
widget:
type: qbittorrent
url: 'http://qbit.nearfuture'
username: {{HOMEPAGE_VAR_QBIT_USER}}
password: {{HOMEPAGE_VAR_QBIT_PW}}
- qBittorrent2:
icon: qbittorrent.png
href: 'http://qbit2.nearfuture'
description: qBittorrent2 web-ui
container: qbittorrent2
widget:
type: qbittorrent
url: 'http://qbit2.nearfuture'
username: {{HOMEPAGE_VAR_QBIT2_USER}}
password: {{HOMEPAGE_VAR_QBIT2_PW}}
- qBittorrent3:
icon: qbittorrent.png
href: 'http://qbit-priv.nearfuture'
description: qBittorrent3 web-ui
container: qbittorrent_priv
widget:
type: qbittorrent
url: 'http://qbit-priv.nearfuture'
username: {{HOMEPAGE_VAR_QBIT3_USER}}
password: {{HOMEPAGE_VAR_QBIT3_PW}}
- Gluetun:
icon: gluetun.png
description: VPN status
container: gluetun
widget:
type: gluetun
fields: ["public_ip", "region", "country"]
url: http://192.168.1.97:8000
- Prowlarr:
icon: prowlarr.png
href: 'http://prowlarr.nearfuture'
description: Automated tracker management
container: prowlarr
widget:
type: prowlarr
url: 'http://prowlarr.nearfuture'
key: {{HOMEPAGE_VAR_PROWLARR_KEY}}
- Radarr:
icon: radarr.png
href: 'http://radarr.nearfuture'
description: Automated film downloads
container: radarr
widget:
type: radarr
url: 'http://radarr.nearfuture'
key: {{HOMEPAGE_VAR_RADARR_KEY}}
- Sonarr:
icon: sonarr.png
href: 'http://sonarr.nearfuture'
description: Automated TV show downloads
container: sonarr
widget:
type: sonarr
url: 'http://sonarr.nearfuture'
key: {{HOMEPAGE_VAR_SONARR_KEY}}
- Tools:
#- Wastebin:
# icon: trash-guides.png
# href: 'http://bin.nearfuture'
# description: Paste Bin
- PrivateBin:
icon: privatebin.png
href: 'https://privatebin.nearfuture'
description: Paste Bin
container: privatebin
- AI Chat:
icon: open-webui-light.png
href: 'http://ai.nearfuture'
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:
- Synology DSM:
icon: synology-dsm.png
href: 'https://nas.nearfuture'
description: Disk Station Manager
widget:
type: diskstation
url: 'https://192.168.1.101:5001'
username: {{HOMEPAGE_VAR_DSM_USER}}
password: {{HOMEPAGE_VAR_DSM_PASS}}
- Tautulli:
icon: tautulli.png
href: 'http://tautulli.nearfuture'
description: Plex Server Management
container: tautulli
- Portainer:
icon: portainer.png
href: 'http://portainer.nearfuture'
description: Manage docker containers
container: portainer
- Traefik:
icon: traefik.png
href: "http://traefik.nearfuture"
description: Reverse proxy
container: traefik

15
config/settings.yaml Normal file
View File

@@ -0,0 +1,15 @@
---
# For configuration options and examples, please see:
# https://gethomepage.dev/latest/configs/settings
title: nearfuture
layout:
Media:
style: row
columns: 3
Piracy:
style: row
columns: 4
providers:
openweathermap: openweathermapapikey
weatherapi: weatherapiapikey

12
config/widgets.yaml Normal file
View File

@@ -0,0 +1,12 @@
---
# For configuration options and examples, please see:
# https://gethomepage.dev/latest/configs/service-widgets
- resources:
cpu: true
memory: true
disk: /
- search:
provider: duckduckgo
target: _blank