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