remove "" in domains var

This commit is contained in:
2025-10-15 13:07:13 +05:30
parent 9573844bd4
commit e3ca8b67aa

View File

@@ -56,7 +56,7 @@ data:
services.yaml: | services.yaml: |
- Apps: - Apps:
- Sonarr: - Sonarr:
href: https://sonarr."${DOMAIN}" href: https://sonarr.${DOMAIN}
description: series description: series
icon: sonarr.png icon: sonarr.png
namespace: arr-stack namespace: arr-stack
@@ -67,7 +67,7 @@ data:
url: http://10.0.0.202:8989 url: http://10.0.0.202:8989
key: "${SONARR_API_KEY}" key: "${SONARR_API_KEY}"
- Radarr: - Radarr:
href: https://radarr."${DOMAIN}" href: https://radarr.${DOMAIN}
description: movies description: movies
icon: radarr.png icon: radarr.png
namespace: arr-stack namespace: arr-stack
@@ -78,7 +78,7 @@ data:
url: http://10.0.0.202:7878 url: http://10.0.0.202:7878
key: "${RADARR_API_KEY}" key: "${RADARR_API_KEY}"
- Bazarr: - Bazarr:
href: https://bazarr."${DOMAIN}" href: https://bazarr.${DOMAIN}
description: subtitles description: subtitles
icon: bazarr.png icon: bazarr.png
namespace: arr-stack namespace: arr-stack
@@ -89,7 +89,7 @@ data:
url: http://10.0.0.202:6767 url: http://10.0.0.202:6767
key: "${BAZARR_API_KEY}" key: "${BAZARR_API_KEY}"
- Jellyfin: - Jellyfin:
href: https://jellyfin."${DOMAIN}" href: https://jellyfin.${DOMAIN}
description: streaming description: streaming
icon: jellyfin.png icon: jellyfin.png
namespace: media namespace: media
@@ -100,7 +100,7 @@ data:
url: http://10.0.0.202:8096 url: http://10.0.0.202:8096
key: "${JELLYFIN_API_KEY}" key: "${JELLYFIN_API_KEY}"
- qBittorrent: - qBittorrent:
href: https://qbittorrent."${DOMAIN}" href: https://qbittorrent.${DOMAIN}
description: torrent client description: torrent client
icon: qbittorrent.png icon: qbittorrent.png
namespace: arr-stack namespace: arr-stack
@@ -112,7 +112,7 @@ data:
password: "${QBITTORRENT_PASSWORD}" password: "${QBITTORRENT_PASSWORD}"
url: http://10.0.0.202:8080 url: http://10.0.0.202:8080
- Jellyseerr: - Jellyseerr:
href: https://jellyseerr."${DOMAIN}" href: https://jellyseerr.${DOMAIN}
description: request movies and shows description: request movies and shows
icon: jellyseerr.png icon: jellyseerr.png
namespace: arr-stack namespace: arr-stack
@@ -123,7 +123,7 @@ data:
url: http://10.0.0.202:5055 url: http://10.0.0.202:5055
key: "${JELLYSEERR_API_KEY}" key: "${JELLYSEERR_API_KEY}"
- Prowlarr: - Prowlarr:
href: https://prowlarr."${DOMAIN}" href: https://prowlarr.${DOMAIN}
description: indexers description: indexers
icon: prowlarr.png icon: prowlarr.png
namespace: arr-stack namespace: arr-stack
@@ -134,7 +134,7 @@ data:
url: http://10.0.0.202:9696 url: http://10.0.0.202:9696
key: "${PROWLARR_API_KEY}" key: "${PROWLARR_API_KEY}"
- Speedtest: - Speedtest:
href: https://speedtest."${DOMAIN}" href: https://speedtest.${DOMAIN}
description: speedtest description: speedtest
icon: si-speedtest.svg icon: si-speedtest.svg
namespace: monitoring namespace: monitoring
@@ -144,7 +144,7 @@ data:
type: speedtest type: speedtest
url: http://10.0.0.202:8181 url: http://10.0.0.202:8181
- Immich: - Immich:
href: https://immich."${DOMAIN}" href: https://immich.${DOMAIN}
description: photos description: photos
icon: immich.png icon: immich.png
namespace: media namespace: media
@@ -156,7 +156,7 @@ data:
key: "${IMMICH_API_KEY}" key: "${IMMICH_API_KEY}"
version: 2 version: 2
- Gitea: - Gitea:
href: https://gitea."${DOMAIN}" href: https://gitea.${DOMAIN}
description: Git Server description: Git Server
icon: gitea.png icon: gitea.png
namespace: git-ops namespace: git-ops
@@ -168,7 +168,7 @@ data:
key: "${GITEA_API_KEY}" key: "${GITEA_API_KEY}"
fields: ["repositories", "issues", "pulls"] fields: ["repositories", "issues", "pulls"]
- Pihole: - Pihole:
href: https://pihole."${DOMAIN}"/admin href: https://pihole.${DOMAIN}/admin
description: ad blocker description: ad blocker
icon: pi-hole.png icon: pi-hole.png
namespace: tools namespace: tools
@@ -180,7 +180,7 @@ data:
version: 6 version: 6
key: "${PIHOLE_PASSWORD}" key: "${PIHOLE_PASSWORD}"
- Nextcloud: - Nextcloud:
href: https://nextcloud."${DOMAIN}" href: https://nextcloud.${DOMAIN}
description: files description: files
icon: nextcloud.png icon: nextcloud.png
namespace: media namespace: media
@@ -191,14 +191,14 @@ data:
url: https://10.0.0.202:9200 url: https://10.0.0.202:9200
key: "${NEXTCLOUD_PASSWORD}" key: "${NEXTCLOUD_PASSWORD}"
- Crafty: - Crafty:
href: https://crafty."${DOMAIN}" href: https://crafty.${DOMAIN}
description: minecraft server manager description: minecraft server manager
icon: crafty-controller.png icon: crafty-controller.png
widget: widget:
type: minecraft type: minecraft
url: udp://192.168.1.3:25565 url: udp://192.168.1.3:25565
- Proxmox: - Proxmox:
href: https://proxmox."${DOMAIN}" href: https://proxmox.${DOMAIN}
description: VMs description: VMs
icon: proxmox.png icon: proxmox.png
widget: widget:
@@ -207,7 +207,7 @@ data:
username: api@pam!homepage username: api@pam!homepage
password: "${PROXMOX_PASSWORD}" password: "${PROXMOX_PASSWORD}"
- Proxmox Backup Server: - Proxmox Backup Server:
href: https://pbs."${DOMAIN}" href: https://pbs.${DOMAIN}
description: backup server description: backup server
icon: proxmox.png icon: proxmox.png
widget: widget:
@@ -218,21 +218,21 @@ data:
datastore: backups datastore: backups
fields: ["datastore_usage", "cpu_usage", "memory_usage"] fields: ["datastore_usage", "cpu_usage", "memory_usage"]
- Invidious: - Invidious:
href: https://invidious."${DOMAIN}" href: https://invidious.${DOMAIN}
description: youtube frontend description: youtube frontend
namespace: media namespace: media
podSelector: app=invidious podSelector: app=invidious
app: invidious app: invidious
icon: invidious.png icon: invidious.png
- VS Code: - VS Code:
href: https://vs."${DOMAIN}" href: https://vs.${DOMAIN}
description: VS code server description: VS code server
icon: vscode.png icon: vscode.png
namespace: tools namespace: tools
podSelector: app=code-server podSelector: app=code-server
app: code-server app: code-server
- Semaphore: - Semaphore:
href: https://semaphore."${DOMAIN}" href: https://semaphore.${DOMAIN}
description: ansible gui description: ansible gui
icon: semaphore.png icon: semaphore.png
namespace: git-ops namespace: git-ops
@@ -241,35 +241,35 @@ data:
- Ersatztv: - Ersatztv:
icon: ersatztv.png icon: ersatztv.png
description: live tv for jellyfin description: live tv for jellyfin
href: https://ersatztv."${DOMAIN}" href: https://ersatztv.${DOMAIN}
namespace: media namespace: media
podSelector: app=ersatztv podSelector: app=ersatztv
app: ersatztv app: ersatztv
- Jellystat: - Jellystat:
icon: jellystat.png icon: jellystat.png
description: jellyfin stats description: jellyfin stats
href: https://jellystat."${DOMAIN}" href: https://jellystat.${DOMAIN}
namespace: monitoring namespace: monitoring
podSelector: app=jellystat podSelector: app=jellystat
app: jellystat app: jellystat
- Paperless NGX: - Paperless NGX:
icon: paperless.png icon: paperless.png
description: documents OCR description: documents OCR
href: https://ngx."${DOMAIN}" href: https://ngx.${DOMAIN}
namespace: media namespace: media
podSelector: app=paperless-ngx podSelector: app=paperless-ngx
app: paperless-ngx app: paperless-ngx
- Ghostfolio: - Ghostfolio:
icon: ghostfolio.png icon: ghostfolio.png
description: portfolio analyzer description: portfolio analyzer
href: https://ghost."${DOMAIN}" href: https://ghost.${DOMAIN}
namespace: monitoring namespace: monitoring
podSelector: app=ghostfolio podSelector: app=ghostfolio
app: ghostfolio app: ghostfolio
- Searxng: - Searxng:
icon: searxng.png icon: searxng.png
description: search engine description: search engine
href: https://sear."${DOMAIN}" href: https://sear.${DOMAIN}
namespace: tools namespace: tools
podSelector: app=searxng podSelector: app=searxng
app: searxng app: searxng