diff --git a/bookmarks.yaml b/config/bookmarks.yaml similarity index 100% rename from bookmarks.yaml rename to config/bookmarks.yaml diff --git a/custom.css b/config/custom.css similarity index 100% rename from custom.css rename to config/custom.css diff --git a/custom.js b/config/custom.js similarity index 100% rename from custom.js rename to config/custom.js diff --git a/docker.yaml b/config/docker.yaml similarity index 100% rename from docker.yaml rename to config/docker.yaml diff --git a/kubernetes.yaml b/config/kubernetes.yaml similarity index 100% rename from kubernetes.yaml rename to config/kubernetes.yaml diff --git a/config/proxmox.yaml b/config/proxmox.yaml new file mode 100644 index 0000000..90aacd7 --- /dev/null +++ b/config/proxmox.yaml @@ -0,0 +1,5 @@ +--- +# pve: +# url: https://proxmox.host.or.ip:8006 +# token: username@pam!Token ID +# secret: secret diff --git a/services.yaml b/config/services.yaml similarity index 76% rename from services.yaml rename to config/services.yaml index 0c76cff..cab5f68 100644 --- a/services.yaml +++ b/config/services.yaml @@ -11,6 +11,7 @@ icon: overseerr.png href: 'http://overseerr.nearfuture' description: Request Plex Media + container: overseerr widget: type: overseerr url: 'http://overseerr.nearfuture' @@ -20,6 +21,7 @@ icon: qbittorrent.png href: 'http://qbit.nearfuture' description: qBittorrent web-ui + container: qbittorrent widget: type: qbittorrent url: 'http://qbit.nearfuture' @@ -29,6 +31,7 @@ icon: qbittorrent.png href: 'http://qbit2.nearfuture' description: qBittorrent2 web-ui + container: qbittorrent2 widget: type: qbittorrent url: 'http://qbit2.nearfuture' @@ -38,6 +41,7 @@ icon: qbittorrent.png href: 'http://qbit-priv.nearfuture' description: qBittorrent3 web-ui + container: qbittorrent_priv widget: type: qbittorrent url: 'http://qbit-priv.nearfuture' @@ -45,8 +49,8 @@ password: {{HOMEPAGE_VAR_QBIT3_PW}} - Gluetun: icon: gluetun.png - ping: http://invidia:8000 description: VPN status + container: gluetun widget: type: gluetun fields: ["public_ip", "region", "country"] @@ -55,6 +59,7 @@ icon: prowlarr.png href: 'http://prowlarr.nearfuture' description: Automated tracker management + container: prowlarr widget: type: prowlarr url: 'http://prowlarr.nearfuture' @@ -63,6 +68,7 @@ icon: radarr.png href: 'http://radarr.nearfuture' description: Automated film downloads + container: radarr widget: type: radarr url: 'http://radarr.nearfuture' @@ -71,38 +77,59 @@ 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' + #- Wastebin: + # icon: trash-guides.png + # href: 'http://bin.nearfuture' + # description: Paste Bin + - PrivateBin: + icon: privatebin.png + href: 'https://privatebin.nearfuture' description: Paste Bin - - AI Chat: + 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}} - - Gitea: - icon: gitea.png - href: 'http://gitea.nearfuture' + - 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 diff --git a/settings.yaml b/config/settings.yaml similarity index 100% rename from settings.yaml rename to config/settings.yaml diff --git a/widgets.yaml b/config/widgets.yaml similarity index 100% rename from widgets.yaml rename to config/widgets.yaml diff --git a/icons/excalidraw.png b/icons/excalidraw.png new file mode 100644 index 0000000..90ee011 Binary files /dev/null and b/icons/excalidraw.png differ