stage for rebuilt
This commit is contained in:
		@@ -1,21 +0,0 @@
 | 
			
		||||
apiVersion: v2
 | 
			
		||||
name: homepage
 | 
			
		||||
version: 1.0.0
 | 
			
		||||
description: Homepage
 | 
			
		||||
keywords:
 | 
			
		||||
  - homepage
 | 
			
		||||
  - dashboard
 | 
			
		||||
home: https://wiki.alexlebens.dev/doc/homepage-s2clWoI5EC
 | 
			
		||||
sources:
 | 
			
		||||
  - https://github.com/gethomepage/homepage
 | 
			
		||||
  - https://github.com/gethomepage/homepage/pkgs/container/homepage
 | 
			
		||||
  - https://github.com/bjw-s/helm-charts/tree/main/charts/other/app-template
 | 
			
		||||
maintainers:
 | 
			
		||||
  - name: alexlebens
 | 
			
		||||
dependencies:
 | 
			
		||||
  - name: app-template
 | 
			
		||||
    alias: homepage
 | 
			
		||||
    repository: https://bjw-s.github.io/helm-charts/
 | 
			
		||||
    version: 3.6.1
 | 
			
		||||
icon: https://raw.githubusercontent.com/walkxcode/dashboard-icons/main/png/homepage.png
 | 
			
		||||
appVersion: v0.10.0
 | 
			
		||||
@@ -1,19 +0,0 @@
 | 
			
		||||
apiVersion: rbac.authorization.k8s.io/v1
 | 
			
		||||
kind: ClusterRoleBinding
 | 
			
		||||
metadata:
 | 
			
		||||
  name: homepage
 | 
			
		||||
  namespace: {{ .Release.Namespace }}
 | 
			
		||||
  labels:
 | 
			
		||||
    app.kubernetes.io/name: homepage
 | 
			
		||||
    app.kubernetes.io/instance: {{ .Release.Name }}
 | 
			
		||||
    app.kubernetes.io/version: {{ .Chart.AppVersion }}
 | 
			
		||||
    app.kubernetes.io/component: web
 | 
			
		||||
    app.kubernetes.io/part-of: {{ .Release.Name }}
 | 
			
		||||
roleRef:
 | 
			
		||||
  apiGroup: rbac.authorization.k8s.io
 | 
			
		||||
  kind: ClusterRole
 | 
			
		||||
  name: homepage
 | 
			
		||||
subjects:
 | 
			
		||||
  - kind: ServiceAccount
 | 
			
		||||
    name: homepage
 | 
			
		||||
    namespace: {{ .Release.Namespace }}
 | 
			
		||||
@@ -1,51 +0,0 @@
 | 
			
		||||
apiVersion: rbac.authorization.k8s.io/v1
 | 
			
		||||
kind: ClusterRole
 | 
			
		||||
metadata:
 | 
			
		||||
  name: homepage
 | 
			
		||||
  namespace: {{ .Release.Namespace }}
 | 
			
		||||
  labels:
 | 
			
		||||
    app.kubernetes.io/name: homepage
 | 
			
		||||
    app.kubernetes.io/instance: {{ .Release.Name }}
 | 
			
		||||
    app.kubernetes.io/version: {{ .Chart.AppVersion }}
 | 
			
		||||
    app.kubernetes.io/component: web
 | 
			
		||||
    app.kubernetes.io/part-of: {{ .Release.Name }}
 | 
			
		||||
rules:
 | 
			
		||||
  - apiGroups:
 | 
			
		||||
      - ""
 | 
			
		||||
    resources:
 | 
			
		||||
      - namespaces
 | 
			
		||||
      - pods
 | 
			
		||||
      - nodes
 | 
			
		||||
    verbs:
 | 
			
		||||
      - get
 | 
			
		||||
      - list
 | 
			
		||||
  - apiGroups:
 | 
			
		||||
      - extensions
 | 
			
		||||
      - networking.k8s.io
 | 
			
		||||
    resources:
 | 
			
		||||
      - ingresses
 | 
			
		||||
    verbs:
 | 
			
		||||
      - get
 | 
			
		||||
      - list
 | 
			
		||||
  - apiGroups:
 | 
			
		||||
      - traefik.containo.us
 | 
			
		||||
      - traefik.io
 | 
			
		||||
    resources:
 | 
			
		||||
      - ingressroutes
 | 
			
		||||
    verbs:
 | 
			
		||||
      - get
 | 
			
		||||
      - list
 | 
			
		||||
  - apiGroups:
 | 
			
		||||
      - metrics.k8s.io
 | 
			
		||||
    resources:
 | 
			
		||||
      - nodes
 | 
			
		||||
      - pods
 | 
			
		||||
    verbs:
 | 
			
		||||
      - get
 | 
			
		||||
      - list
 | 
			
		||||
  - apiGroups:
 | 
			
		||||
      - apiextensions.k8s.io
 | 
			
		||||
    resources:
 | 
			
		||||
      - customresourcedefinitions/status
 | 
			
		||||
    verbs:
 | 
			
		||||
      - get
 | 
			
		||||
@@ -1,107 +0,0 @@
 | 
			
		||||
apiVersion: external-secrets.io/v1beta1
 | 
			
		||||
kind: ExternalSecret
 | 
			
		||||
metadata:
 | 
			
		||||
  name: homepage-keys-secret
 | 
			
		||||
  namespace: {{ .Release.Namespace }}
 | 
			
		||||
  labels:
 | 
			
		||||
    app.kubernetes.io/name: homepage-keys-secret
 | 
			
		||||
    app.kubernetes.io/instance: {{ .Release.Name }}
 | 
			
		||||
    app.kubernetes.io/version: {{ .Chart.AppVersion }}
 | 
			
		||||
    app.kubernetes.io/component: web
 | 
			
		||||
    app.kubernetes.io/part-of: {{ .Release.Name }}
 | 
			
		||||
spec:
 | 
			
		||||
  secretStoreRef:
 | 
			
		||||
    kind: ClusterSecretStore
 | 
			
		||||
    name: vault
 | 
			
		||||
  data:
 | 
			
		||||
    - secretKey: HOMEPAGE_VAR_SYNOLOGY_USER
 | 
			
		||||
      remoteRef:
 | 
			
		||||
        conversionStrategy: Default
 | 
			
		||||
        decodingStrategy: None
 | 
			
		||||
        key: /synology/auth
 | 
			
		||||
        metadataPolicy: None
 | 
			
		||||
        property: user
 | 
			
		||||
    - secretKey: HOMEPAGE_VAR_SYNOLOGY_PASSWORD
 | 
			
		||||
      remoteRef:
 | 
			
		||||
        conversionStrategy: Default
 | 
			
		||||
        decodingStrategy: None
 | 
			
		||||
        key: /synology/auth
 | 
			
		||||
        metadataPolicy: None
 | 
			
		||||
        property: password
 | 
			
		||||
    - secretKey: HOMEPAGE_VAR_UNIFI_USER
 | 
			
		||||
      remoteRef:
 | 
			
		||||
        conversionStrategy: Default
 | 
			
		||||
        decodingStrategy: None
 | 
			
		||||
        key: /unifi/auth
 | 
			
		||||
        metadataPolicy: None
 | 
			
		||||
        property: user
 | 
			
		||||
    - secretKey: HOMEPAGE_VAR_UNIFI_PASSWORD
 | 
			
		||||
      remoteRef:
 | 
			
		||||
        conversionStrategy: Default
 | 
			
		||||
        decodingStrategy: None
 | 
			
		||||
        key: /unifi/auth
 | 
			
		||||
        metadataPolicy: None
 | 
			
		||||
        property: password
 | 
			
		||||
    - secretKey: HOMEPAGE_VAR_SONARR_KEY
 | 
			
		||||
      remoteRef:
 | 
			
		||||
        conversionStrategy: Default
 | 
			
		||||
        decodingStrategy: None
 | 
			
		||||
        key: /cl01tl/sonarr4/key
 | 
			
		||||
        metadataPolicy: None
 | 
			
		||||
        property: key
 | 
			
		||||
    - secretKey: HOMEPAGE_VAR_SONARR4K_KEY
 | 
			
		||||
      remoteRef:
 | 
			
		||||
        conversionStrategy: Default
 | 
			
		||||
        decodingStrategy: None
 | 
			
		||||
        key: /cl01tl/sonarr4-4k/key
 | 
			
		||||
        metadataPolicy: None
 | 
			
		||||
        property: key
 | 
			
		||||
    - secretKey: HOMEPAGE_VAR_SONARRANIME_KEY
 | 
			
		||||
      remoteRef:
 | 
			
		||||
        conversionStrategy: Default
 | 
			
		||||
        decodingStrategy: None
 | 
			
		||||
        key: /cl01tl/sonarr4-anime/key
 | 
			
		||||
        metadataPolicy: None
 | 
			
		||||
        property: key
 | 
			
		||||
    - secretKey: HOMEPAGE_VAR_RADARR_KEY
 | 
			
		||||
      remoteRef:
 | 
			
		||||
        conversionStrategy: Default
 | 
			
		||||
        decodingStrategy: None
 | 
			
		||||
        key: /cl01tl/radarr5/key
 | 
			
		||||
        metadataPolicy: None
 | 
			
		||||
        property: key
 | 
			
		||||
    - secretKey: HOMEPAGE_VAR_RADARR4K_KEY
 | 
			
		||||
      remoteRef:
 | 
			
		||||
        conversionStrategy: Default
 | 
			
		||||
        decodingStrategy: None
 | 
			
		||||
        key: /cl01tl/radarr5-4k/key
 | 
			
		||||
        metadataPolicy: None
 | 
			
		||||
        property: key
 | 
			
		||||
    - secretKey: HOMEPAGE_VAR_RADARRANIME_KEY
 | 
			
		||||
      remoteRef:
 | 
			
		||||
        conversionStrategy: Default
 | 
			
		||||
        decodingStrategy: None
 | 
			
		||||
        key: /cl01tl/radarr5-anime/key
 | 
			
		||||
        metadataPolicy: None
 | 
			
		||||
        property: key
 | 
			
		||||
    - secretKey: HOMEPAGE_VAR_RADARRSTANDUP_KEY
 | 
			
		||||
      remoteRef:
 | 
			
		||||
        conversionStrategy: Default
 | 
			
		||||
        decodingStrategy: None
 | 
			
		||||
        key: /cl01tl/radarr5-standup/key
 | 
			
		||||
        metadataPolicy: None
 | 
			
		||||
        property: key
 | 
			
		||||
    - secretKey: HOMEPAGE_VAR_LIDARR2_KEY
 | 
			
		||||
      remoteRef:
 | 
			
		||||
        conversionStrategy: Default
 | 
			
		||||
        decodingStrategy: None
 | 
			
		||||
        key: /cl01tl/lidarr2/key
 | 
			
		||||
        metadataPolicy: None
 | 
			
		||||
        property: key
 | 
			
		||||
    - secretKey: HOMEPAGE_VAR_PROWLARR_KEY
 | 
			
		||||
      remoteRef:
 | 
			
		||||
        conversionStrategy: Default
 | 
			
		||||
        decodingStrategy: None
 | 
			
		||||
        key: /cl01tl/prowlarr/key
 | 
			
		||||
        metadataPolicy: None
 | 
			
		||||
        property: key
 | 
			
		||||
@@ -1,52 +0,0 @@
 | 
			
		||||
apiVersion: v1
 | 
			
		||||
kind: Service
 | 
			
		||||
metadata:
 | 
			
		||||
  name: gitea-ps10rp
 | 
			
		||||
  namespace: {{ .Release.Namespace }}
 | 
			
		||||
  labels:
 | 
			
		||||
    app.kubernetes.io/name: gitea-ps10rp
 | 
			
		||||
    app.kubernetes.io/instance: {{ .Release.Name }}
 | 
			
		||||
    app.kubernetes.io/version: {{ .Chart.AppVersion }}
 | 
			
		||||
    app.kubernetes.io/component: tailscale
 | 
			
		||||
    app.kubernetes.io/part-of: {{ .Release.Name }}
 | 
			
		||||
  annotations:
 | 
			
		||||
    tailscale.com/tailnet-fqdn: gitea-ps10rp.boreal-beaufort.ts.net
 | 
			
		||||
spec:
 | 
			
		||||
  externalName: placeholder
 | 
			
		||||
  type: ExternalName
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
apiVersion: v1
 | 
			
		||||
kind: Service
 | 
			
		||||
metadata:
 | 
			
		||||
  name: home-ps10rp
 | 
			
		||||
  namespace: {{ .Release.Namespace }}
 | 
			
		||||
  labels:
 | 
			
		||||
    app.kubernetes.io/name: home-ps10rp
 | 
			
		||||
    app.kubernetes.io/instance: {{ .Release.Name }}
 | 
			
		||||
    app.kubernetes.io/version: {{ .Chart.AppVersion }}
 | 
			
		||||
    app.kubernetes.io/component: tailscale
 | 
			
		||||
    app.kubernetes.io/part-of: {{ .Release.Name }}
 | 
			
		||||
  annotations:
 | 
			
		||||
    tailscale.com/tailnet-fqdn: home-ps10rp.boreal-beaufort.ts.net
 | 
			
		||||
spec:
 | 
			
		||||
  externalName: placeholder
 | 
			
		||||
  type: ExternalName
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
apiVersion: v1
 | 
			
		||||
kind: Service
 | 
			
		||||
metadata:
 | 
			
		||||
  name: traefik-ps10rp
 | 
			
		||||
  namespace: {{ .Release.Namespace }}
 | 
			
		||||
  labels:
 | 
			
		||||
    app.kubernetes.io/name: traefik-ps10rp
 | 
			
		||||
    app.kubernetes.io/instance: {{ .Release.Name }}
 | 
			
		||||
    app.kubernetes.io/version: {{ .Chart.AppVersion }}
 | 
			
		||||
    app.kubernetes.io/component: tailscale
 | 
			
		||||
    app.kubernetes.io/part-of: {{ .Release.Name }}
 | 
			
		||||
  annotations:
 | 
			
		||||
    tailscale.com/tailnet-fqdn: traefik-ps10rp.boreal-beaufort.ts.net
 | 
			
		||||
spec:
 | 
			
		||||
  externalName: placeholder
 | 
			
		||||
  type: ExternalName
 | 
			
		||||
@@ -1,715 +0,0 @@
 | 
			
		||||
homepage:
 | 
			
		||||
  global:
 | 
			
		||||
    nameOverride: homepage
 | 
			
		||||
  controllers:
 | 
			
		||||
    main:
 | 
			
		||||
      type: deployment
 | 
			
		||||
      annotations:
 | 
			
		||||
        reloader.stakater.com/auto: "true"
 | 
			
		||||
      strategy: Recreate
 | 
			
		||||
      containers:
 | 
			
		||||
        main:
 | 
			
		||||
          image:
 | 
			
		||||
            repository: ghcr.io/gethomepage/homepage
 | 
			
		||||
            tag: v0.10.9
 | 
			
		||||
            pullPolicy: IfNotPresent
 | 
			
		||||
          envFrom:
 | 
			
		||||
            - secretRef:
 | 
			
		||||
                name: homepage-keys-secret
 | 
			
		||||
          resources:
 | 
			
		||||
            requests:
 | 
			
		||||
              cpu: 10m
 | 
			
		||||
              memory: 256Mi
 | 
			
		||||
  serviceAccount:
 | 
			
		||||
    create: true
 | 
			
		||||
    name: homepage
 | 
			
		||||
  configMaps:
 | 
			
		||||
    config:
 | 
			
		||||
      enabled: true
 | 
			
		||||
      data:
 | 
			
		||||
        docker.yaml: ""
 | 
			
		||||
        kubernetes.yaml: |
 | 
			
		||||
          mode: cluster
 | 
			
		||||
        settings.yaml: |
 | 
			
		||||
          favicon: https://web-assets-3bfcb5585cbd63dc365d32a3.nyc3.cdn.digitaloceanspaces.com/alexlebens-net/icon_white.png
 | 
			
		||||
          headerStyle: clean
 | 
			
		||||
          hideVersion: true
 | 
			
		||||
          color: zinc
 | 
			
		||||
          background:
 | 
			
		||||
            image: https://web-assets-3bfcb5585cbd63dc365d32a3.nyc3.cdn.digitaloceanspaces.com/alexlebens-net/background-2.jpg
 | 
			
		||||
            brightness: 50
 | 
			
		||||
          theme: dark
 | 
			
		||||
          disableCollapse: true
 | 
			
		||||
          layout:
 | 
			
		||||
            - Media:
 | 
			
		||||
                tab: Applications
 | 
			
		||||
                icon: mdi-multimedia-#ffffff
 | 
			
		||||
            - Public:
 | 
			
		||||
                tab: Applications
 | 
			
		||||
                icon: mdi-earth-#ffffff
 | 
			
		||||
            - Internal:
 | 
			
		||||
                tab: Applications
 | 
			
		||||
                icon: mdi-security-network-#ffffff
 | 
			
		||||
            - Code:
 | 
			
		||||
                tab: Tools
 | 
			
		||||
                icon: mdi-code-block-braces-#ffffff
 | 
			
		||||
            - Monitoring:
 | 
			
		||||
                tab: Tools
 | 
			
		||||
                icon: mdi-chart-line-#ffffff
 | 
			
		||||
            - Services:
 | 
			
		||||
                tab: Services
 | 
			
		||||
                icon: mdi-toolbox-outline-#ffffff
 | 
			
		||||
            - Hardware:
 | 
			
		||||
                tab: Services
 | 
			
		||||
                icon: mdi-server-network-#ffffff
 | 
			
		||||
            - Storage:
 | 
			
		||||
                tab: Services
 | 
			
		||||
                icon: mdi-database-#ffffff
 | 
			
		||||
            - TV Shows:
 | 
			
		||||
                tab: Servarr
 | 
			
		||||
                icon: mdi-television-#ffffff
 | 
			
		||||
            - Movies:
 | 
			
		||||
                tab: Servarr
 | 
			
		||||
                icon: mdi-filmstrip-#ffffff
 | 
			
		||||
            - Music:
 | 
			
		||||
                tab: Servarr
 | 
			
		||||
                icon: mdi-music-box-multiple-#ffffff
 | 
			
		||||
            - Services (Servarr):
 | 
			
		||||
                tab: Servarr
 | 
			
		||||
                icon: mdi-radar-#ffffff
 | 
			
		||||
            - External Services:
 | 
			
		||||
                tab: Bookmarks
 | 
			
		||||
                icon: mdi-cloud-#ffffff
 | 
			
		||||
            - Other Homes:
 | 
			
		||||
                tab: Bookmarks
 | 
			
		||||
                icon: mdi-cloud-#ffffff
 | 
			
		||||
            - Trackers:
 | 
			
		||||
                tab: Bookmarks
 | 
			
		||||
                icon: mdi-cloud-#ffffff
 | 
			
		||||
        widgets.yaml: |
 | 
			
		||||
          - logo:
 | 
			
		||||
              icon: https://web-assets-3bfcb5585cbd63dc365d32a3.nyc3.cdn.digitaloceanspaces.com/alexlebens-net/icon_white.png
 | 
			
		||||
          - kubernetes:
 | 
			
		||||
              cluster:
 | 
			
		||||
                show: true
 | 
			
		||||
                cpu: true
 | 
			
		||||
                memory: true
 | 
			
		||||
                showLabel: true
 | 
			
		||||
                label: "Cluster"
 | 
			
		||||
              nodes:
 | 
			
		||||
                show: false
 | 
			
		||||
          - datetime:
 | 
			
		||||
              text_size: xl
 | 
			
		||||
              format:
 | 
			
		||||
                dateStyle: long
 | 
			
		||||
                timeStyle: short
 | 
			
		||||
                hour12: false
 | 
			
		||||
          - openmeteo:
 | 
			
		||||
              label: St. Paul
 | 
			
		||||
              latitude: 44.95
 | 
			
		||||
              longitude: 93.09
 | 
			
		||||
              units: metric
 | 
			
		||||
              cache: 5
 | 
			
		||||
        services.yaml: |
 | 
			
		||||
          - Media:
 | 
			
		||||
              - Plex:
 | 
			
		||||
                  icon: sh-plex.svg
 | 
			
		||||
                  description: Media server
 | 
			
		||||
                  href: https://plex-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://plex.plex:32400
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Media Requests:
 | 
			
		||||
                  icon: sh-overseerr.svg
 | 
			
		||||
                  description: Overseer
 | 
			
		||||
                  href: https://overseerr-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://overseerr.overseerr:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Jellyfin:
 | 
			
		||||
                  icon: sh-jellyfin.svg
 | 
			
		||||
                  description: Media server
 | 
			
		||||
                  href: https://jellyfin-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://jellyfin-main.jellyfin:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Jellyfin Vue:
 | 
			
		||||
                  icon: sh-jellyfin.svg
 | 
			
		||||
                  description: Media server ( alternative interface )
 | 
			
		||||
                  href: https://jellyfin-vue-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://jellyfin-vue.jellyfin:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Youtube Archive:
 | 
			
		||||
                  icon: sh-tube-archivist-light.png
 | 
			
		||||
                  description: TubeAchivist
 | 
			
		||||
                  href: https://tubearchivist-cl01tl.boreal-beaufort.ts.net/login
 | 
			
		||||
                  siteMonitor: http://tubearchivist.tubearchivist:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Photos:
 | 
			
		||||
                  icon: sh-immich.svg
 | 
			
		||||
                  description: Immich
 | 
			
		||||
                  href: https://immich-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://immich-main.immich:2283
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Podcasts and Audiobooks:
 | 
			
		||||
                  icon: sh-audiobookshelf.svg
 | 
			
		||||
                  description: Audiobookshelf
 | 
			
		||||
                  href: https://audiobookshelf-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://audiobookshelf.audiobookshelf:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Books:
 | 
			
		||||
                  icon: sh-calibre-web-light.svg
 | 
			
		||||
                  description: Calibre Web Automated
 | 
			
		||||
                  href: https://calibre-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://calibre-web-automated-main.calibre-web-automated:8083
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
          - Public:
 | 
			
		||||
              - Site:
 | 
			
		||||
                  icon: https://web-assets-3bfcb5585cbd63dc365d32a3.nyc3.cdn.digitaloceanspaces.com/alexlebens-net/icon_white.png
 | 
			
		||||
                  description: Profile Website
 | 
			
		||||
                  href: https://www.alexlebens.dev
 | 
			
		||||
                  siteMonitor: https://www.alexlebens.dev
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Content Management:
 | 
			
		||||
                  icon: directus.png
 | 
			
		||||
                  description: Directus
 | 
			
		||||
                  href: https://directus.alexlebens.dev
 | 
			
		||||
                  siteMonitor: https://directus.alexlebens.dev
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Chat:
 | 
			
		||||
                  icon: sh-element.svg
 | 
			
		||||
                  description: Matrix
 | 
			
		||||
                  href: https://chat.alexlebens.dev
 | 
			
		||||
                  siteMonitor: https://chat.alexlebens.dev
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Wiki:
 | 
			
		||||
                  icon: sh-outline.svg
 | 
			
		||||
                  description: Outline
 | 
			
		||||
                  href: https://wiki.alexlebens.dev
 | 
			
		||||
                  siteMonitor: https://wiki.alexlebens.dev
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Passwords:
 | 
			
		||||
                  icon: sh-vaultwarden-light.svg
 | 
			
		||||
                  description: Vaultwarden
 | 
			
		||||
                  href: https://passwords.alexlebens.dev
 | 
			
		||||
                  siteMonitor: https://passwords.alexlebens.dev
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Bookmarks:
 | 
			
		||||
                  icon: sh-hoarder-light.svg
 | 
			
		||||
                  description: Hoader
 | 
			
		||||
                  href: https://hoarder.alexlebens.dev
 | 
			
		||||
                  siteMonitor: https://hoarder.alexlebens.dev
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - RSS:
 | 
			
		||||
                  icon: sh-freshrss.svg
 | 
			
		||||
                  description: FreshRSS
 | 
			
		||||
                  href: https://rss.alexlebens.dev
 | 
			
		||||
                  siteMonitor: https://rss.alexlebens.dev
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
          - Internal:
 | 
			
		||||
              - Home Automation:
 | 
			
		||||
                  icon: sh-home-assistant.svg
 | 
			
		||||
                  description: Home Assistant
 | 
			
		||||
                  href: https://home-assistant-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://home-assistant.home-assistant:8123
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - AI:
 | 
			
		||||
                  icon: sh-ollama-light.svg
 | 
			
		||||
                  description: Ollama
 | 
			
		||||
                  href: https://ollama-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://ollama-web.ollama:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - AI Image:
 | 
			
		||||
                  icon: https://user-images.githubusercontent.com/36368048/196280761-1535f413-a91e-4b6a-af6a-b890f8ae204c.png
 | 
			
		||||
                  description: Stable Diffusion
 | 
			
		||||
                  href: https://stable-diffusion-pd05wd.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: https://stable-diffusion-pd05wd.boreal-beaufort.ts.net
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Search:
 | 
			
		||||
                  icon: sh-searxng.svg
 | 
			
		||||
                  description: Searxng
 | 
			
		||||
                  href: https://searxng-cl01tl.boreal-beaufort.ts.net/
 | 
			
		||||
                  siteMonitor: http://searxng-browser.searxng:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Email:
 | 
			
		||||
                  icon: sh-roundcube.svg
 | 
			
		||||
                  description: Roundcube
 | 
			
		||||
                  href: https://mail-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://roundcube.roundcube:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Wiki:
 | 
			
		||||
                  icon: sh-kiwix-light.svg
 | 
			
		||||
                  description: Kiwix
 | 
			
		||||
                  href: https://kiwix-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://kiwix.kiwix:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Pictures:
 | 
			
		||||
                  icon: sh-photoview.svg
 | 
			
		||||
                  description: Photoview
 | 
			
		||||
                  href: https://photoview-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://photoview.photoview:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
          - Code:
 | 
			
		||||
              - Code (Public):
 | 
			
		||||
                  icon: sh-gitea.svg
 | 
			
		||||
                  description: Gitea
 | 
			
		||||
                  href: https://gitea.alexlebens.dev
 | 
			
		||||
                  siteMonitor: https://gitea.alexlebens.dev
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Code (Tailnet):
 | 
			
		||||
                  icon: sh-gitea.svg
 | 
			
		||||
                  description: Gitea
 | 
			
		||||
                  href: https://gitea-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: https://gitea-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Code (ps10rp):
 | 
			
		||||
                  icon: sh-gitea.svg
 | 
			
		||||
                  description: Gitea
 | 
			
		||||
                  href: https://gitea-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: https://gitea-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - IDE (Public):
 | 
			
		||||
                  icon: sh-visual-studio-code.svg
 | 
			
		||||
                  description: VS Code
 | 
			
		||||
                  href: https://codeserver.alexlebens.dev
 | 
			
		||||
                  siteMonitor: https://codeserver.alexlebens.dev
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - IDE (Home Assistant):
 | 
			
		||||
                  icon: sh-visual-studio-code.svg
 | 
			
		||||
                  description: Edit config for Home Assistant
 | 
			
		||||
                  href: https://home-assistant-codeserver-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://home-assistant.home-assistant:8443
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Continuous Deployment:
 | 
			
		||||
                  icon: sh-argo-cd.svg
 | 
			
		||||
                  description: ArgoCD
 | 
			
		||||
                  href: https://argocd-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://argocd-server.argocd:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  namespace: argocd
 | 
			
		||||
              - Workflows:
 | 
			
		||||
                  icon: sh-argo-cd.svg
 | 
			
		||||
                  description: Argo Workflows
 | 
			
		||||
                  href: https://argo-workflows-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://argo-workflows-server.argo-workflows:2746
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  namespace: argocd
 | 
			
		||||
              - Deployment:
 | 
			
		||||
                  icon: https://raw.githubusercontent.com/mbecker20/komodo/refs/heads/main/frontend/public/logo192.png
 | 
			
		||||
                  description: Komodo
 | 
			
		||||
                  href: https://komodo-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://komodo.komodo:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  namespace: komodo
 | 
			
		||||
          - Monitoring:
 | 
			
		||||
              - Kubernetes:
 | 
			
		||||
                  icon: kubernetes.png
 | 
			
		||||
                  description: Headlamp
 | 
			
		||||
                  href: https://headlamp-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://headlamp.headlamp:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Network Monitoring:
 | 
			
		||||
                  icon: cilium.png
 | 
			
		||||
                  description: Hubble for Cilium
 | 
			
		||||
                  href: https://hubble-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://hubble-ui.kube-system:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Dashboard:
 | 
			
		||||
                  icon: sh-grafana.svg
 | 
			
		||||
                  description: Grafana
 | 
			
		||||
                  href: https://grafana-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://grafana.grafana:80/api/health
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Metrics:
 | 
			
		||||
                  icon: sh-prometheus.svg
 | 
			
		||||
                  description: Prometheus
 | 
			
		||||
                  href: https://prometheus-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://kube-prometheus-stack-prometheus.kube-prometheus-stack:9090
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  widget:
 | 
			
		||||
                    type: prometheus
 | 
			
		||||
                    url: http://kube-prometheus-stack-prometheus.kube-prometheus-stack:9090
 | 
			
		||||
              - Alerts:
 | 
			
		||||
                  icon: sh-prometheus.svg
 | 
			
		||||
                  description: Alertmanager
 | 
			
		||||
                  href: https://alertmanager-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://kube-prometheus-stack-alertmanager.kube-prometheus-stack:9093
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Tautulli:
 | 
			
		||||
                  icon: sh-tautulli.svg
 | 
			
		||||
                  description: Plex Monitoring
 | 
			
		||||
                  href: https://tautulli-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://tautulli.tautulli:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Jellystat:
 | 
			
		||||
                  icon: sh-jellystat.png
 | 
			
		||||
                  description: Jellyfin Monitoring
 | 
			
		||||
                  href: https://jellystat-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://jellystat.jellystat:3000
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
          - Services:
 | 
			
		||||
              - Auth (Public):
 | 
			
		||||
                  icon: sh-authentik.svg
 | 
			
		||||
                  description: Authentik
 | 
			
		||||
                  href: https://auth.alexlebens.dev
 | 
			
		||||
                  siteMonitor: https://auth.alexlebens.dev
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Auth (Tailnet):
 | 
			
		||||
                  icon: sh-authentik.svg
 | 
			
		||||
                  description: Authentik
 | 
			
		||||
                  href: https://auth-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://authentik-server.authentik:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Email:
 | 
			
		||||
                  icon: sh-stalwart-mail-server.svg
 | 
			
		||||
                  description: Stalwart
 | 
			
		||||
                  href: https://stalwart-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://stalwart.stalwart:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Reverse Proxy (cl01tl):
 | 
			
		||||
                  icon: sh-traefik.svg
 | 
			
		||||
                  description: Traefik
 | 
			
		||||
                  href: https://traefik-cl01tl.alexlebens.net/dashboard/#/
 | 
			
		||||
                  siteMonitor: https://traefik-cl01tl.alexlebens.net/dashboard/#/
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  widget:
 | 
			
		||||
                    type: traefik
 | 
			
		||||
                    url: https://traefik-cl01tl.alexlebens.net
 | 
			
		||||
              - Reverse Proxy (ps10rp):
 | 
			
		||||
                  icon: sh-traefik.svg
 | 
			
		||||
                  description: Traefik
 | 
			
		||||
                  href: https://traefik-ps10rp.boreal-beaufort.ts.net/dashboard/#/
 | 
			
		||||
                  siteMonitor: https://traefik-ps10rp.boreal-beaufort.ts.net/dashboard/#/
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Image Cache:
 | 
			
		||||
                  icon: sh-harbor.svg
 | 
			
		||||
                  description: Harbor
 | 
			
		||||
                  href: https://harbor-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://harbor-portal.harbor:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
          - Hardware:
 | 
			
		||||
              - Network Management (alexlebens.net):
 | 
			
		||||
                  icon: sh-ubiquiti-unifi.svg
 | 
			
		||||
                  description: Unifi
 | 
			
		||||
                  href: https://unifi.alexlebens.net
 | 
			
		||||
                  siteMonitor: https://unifi.alexlebens.net
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Network Attached Storage:
 | 
			
		||||
                  icon: sh-synology-light.svg
 | 
			
		||||
                  description: Synology
 | 
			
		||||
                  href: https://synology.alexlebens.net
 | 
			
		||||
                  siteMonitor: https://synology.alexlebens.net
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  widget:
 | 
			
		||||
                    type: diskstation
 | 
			
		||||
                    url: https://synology.alexlebens.net
 | 
			
		||||
                    username: {{ "{{HOMEPAGE_VAR_SYNOLOGY_USER}}" }}
 | 
			
		||||
                    password: {{ "{{HOMEPAGE_VAR_SYNOLOGY_PASSWORD}}" }}
 | 
			
		||||
                    volume: volume_2
 | 
			
		||||
              - TV Tuner:
 | 
			
		||||
                  icon: sh-hdhomerun.svg
 | 
			
		||||
                  description: HD Homerun
 | 
			
		||||
                  href: http://hdhr.alexlebens.net
 | 
			
		||||
                  siteMonitor: http://hdhr.alexlebens.net
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - KVM:
 | 
			
		||||
                  icon: sh-pikvm-light.svg
 | 
			
		||||
                  description: Pi KVM
 | 
			
		||||
                  href: https://pikvm.alexlebens.net
 | 
			
		||||
                  siteMonitor: https://pikvm.alexlebens.net
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
          - Storage:
 | 
			
		||||
              - Cluster Storage:
 | 
			
		||||
                  icon: ceph.png
 | 
			
		||||
                  description: Ceph
 | 
			
		||||
                  href: https://ceph-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://rook-ceph-mgr-dashboard.rook-ceph:7000
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Database:
 | 
			
		||||
                  icon: sh-pgadmin-light.svg
 | 
			
		||||
                  description: PGAdmin
 | 
			
		||||
                  href: https://pgadmin-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://pgadmin.pgadmin:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Secrets:
 | 
			
		||||
                  icon: sh-hashicorp-vault.svg
 | 
			
		||||
                  description: Vault
 | 
			
		||||
                  href: https://vault-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://vault.vault:8200
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Object Storage (Outline):
 | 
			
		||||
                  icon: sh-minio.svg
 | 
			
		||||
                  description: Minio Tenant
 | 
			
		||||
                  href: https://minio-outline-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://minio-outline-console.outline:9090
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Object Storage (Directus):
 | 
			
		||||
                  icon: sh-minio.svg
 | 
			
		||||
                  description: Minio Tenant
 | 
			
		||||
                  href: https://minio-directus-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://minio-directus-console.directus:9090
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
          - TV Shows:
 | 
			
		||||
              - Sonarr:
 | 
			
		||||
                  icon: sh-sonarr.svg
 | 
			
		||||
                  description: TV Shows
 | 
			
		||||
                  href: https://sonarr-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://sonarr4.sonarr4:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  widget:
 | 
			
		||||
                    type: sonarr
 | 
			
		||||
                    url: http://sonarr4.sonarr4:80
 | 
			
		||||
                    key: {{ "{{HOMEPAGE_VAR_SONARR_KEY}}" }}
 | 
			
		||||
                    fields: ["wanted", "queued", "series"]
 | 
			
		||||
                    enableQueue: false
 | 
			
		||||
              - Sonarr 4K:
 | 
			
		||||
                  icon: sh-sonarr.svg
 | 
			
		||||
                  description: TV Shows 4K
 | 
			
		||||
                  href: https://sonarr-4k-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://sonarr4-4k.sonarr4-4k:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  widget:
 | 
			
		||||
                    type: sonarr
 | 
			
		||||
                    url: http://sonarr4-4k.sonarr4-4k:80
 | 
			
		||||
                    key: {{ "{{HOMEPAGE_VAR_SONARR4K_KEY}}" }}
 | 
			
		||||
                    fields: ["wanted", "queued", "series"]
 | 
			
		||||
                    enableQueue: false
 | 
			
		||||
              - Sonarr Anime:
 | 
			
		||||
                  icon: sh-sonarr.svg
 | 
			
		||||
                  description: Anime Shows
 | 
			
		||||
                  href: https://sonarr-anime-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://sonarr4-anime.sonarr4-anime:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  widget:
 | 
			
		||||
                    type: sonarr
 | 
			
		||||
                    url: http://sonarr4-anime.sonarr4-anime:80
 | 
			
		||||
                    key: {{ "{{HOMEPAGE_VAR_SONARRANIME_KEY}}" }}
 | 
			
		||||
                    fields: ["wanted", "queued", "series"]
 | 
			
		||||
                    enableQueue: false
 | 
			
		||||
          - Movies:
 | 
			
		||||
              - Radarr:
 | 
			
		||||
                  icon: sh-radarr.svg
 | 
			
		||||
                  description: Movies
 | 
			
		||||
                  href: https://radarr-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://radarr5.radarr5:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  widget:
 | 
			
		||||
                    type: radarr
 | 
			
		||||
                    url: http://radarr5.radarr5:80
 | 
			
		||||
                    key: {{ "{{HOMEPAGE_VAR_RADARR_KEY}}" }}
 | 
			
		||||
                    fields: ["wanted", "queued", "movies"]
 | 
			
		||||
                    enableQueue: false
 | 
			
		||||
              - Radarr 4K:
 | 
			
		||||
                  icon: sh-radarr.svg
 | 
			
		||||
                  description: Movies 4K
 | 
			
		||||
                  href: https://radarr-4k-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://radarr5-4k.radarr5-4k:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  widget:
 | 
			
		||||
                    type: radarr
 | 
			
		||||
                    url: http://radarr5-4k.radarr5-4k:80
 | 
			
		||||
                    key: {{ "{{HOMEPAGE_VAR_RADARR4K_KEY}}" }}
 | 
			
		||||
                    fields: ["wanted", "queued", "movies"]
 | 
			
		||||
                    enableQueue: false
 | 
			
		||||
              - Radarr Anime:
 | 
			
		||||
                  icon: sh-radarr.svg
 | 
			
		||||
                  description: Anime Movies
 | 
			
		||||
                  href: https://radarr-anime-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://radarr5-anime.radarr5-anime:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  widget:
 | 
			
		||||
                    type: radarr
 | 
			
		||||
                    url: http://radarr5-anime.radarr5-anime:80
 | 
			
		||||
                    key: {{ "{{HOMEPAGE_VAR_RADARRANIME_KEY}}" }}
 | 
			
		||||
                    fields: ["wanted", "queued", "movies"]
 | 
			
		||||
                    enableQueue: false
 | 
			
		||||
              - Radarr Stand Up:
 | 
			
		||||
                  icon: sh-radarr.svg
 | 
			
		||||
                  description: Stand Up
 | 
			
		||||
                  href: https://radarr-standup-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://radarr5-standup.radarr5-standup:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  widget:
 | 
			
		||||
                    type: radarr
 | 
			
		||||
                    url: http://radarr5-standup.radarr5-standup:80
 | 
			
		||||
                    key: {{ "{{HOMEPAGE_VAR_RADARRSTANDUP_KEY}}" }}
 | 
			
		||||
                    fields: ["wanted", "queued", "movies"]
 | 
			
		||||
                    enableQueue: false
 | 
			
		||||
          - Music:
 | 
			
		||||
              - Lidarr:
 | 
			
		||||
                  icon: sh-lidarr.svg
 | 
			
		||||
                  description: Music
 | 
			
		||||
                  href: https://lidarr-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://lidarr2.lidarr2:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  widget:
 | 
			
		||||
                    type: lidarr
 | 
			
		||||
                    url: http://lidarr2.lidarr2:80
 | 
			
		||||
                    key: {{ "{{HOMEPAGE_VAR_LIDARR2_KEY}}" }}
 | 
			
		||||
                    fields: ["wanted", "queued", "artists"]
 | 
			
		||||
              - LidaTube:
 | 
			
		||||
                  icon: sh-lidatube.png
 | 
			
		||||
                  description: Searches for Music
 | 
			
		||||
                  href: https://lidatube-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://lidatube.lidatube:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
          - Services (Servarr):
 | 
			
		||||
              - qBittorrent:
 | 
			
		||||
                  icon: sh-qbittorrent.svg
 | 
			
		||||
                  description: P2P Downloads
 | 
			
		||||
                  href: https://qbittorrent-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://qbittorrent.qbittorrent:8080
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  widget:
 | 
			
		||||
                    type: qbittorrent
 | 
			
		||||
                    url: http://qbittorrent.qbittorrent:8080
 | 
			
		||||
                    enableLeechProgress: true
 | 
			
		||||
              - Prowlarr:
 | 
			
		||||
                  icon: sh-prowlarr.svg
 | 
			
		||||
                  description: Indexers
 | 
			
		||||
                  href: https://prowlarr-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://prowlarr.prowlarr:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Soulseek:
 | 
			
		||||
                  icon: sh-slskd.png
 | 
			
		||||
                  description: slskd
 | 
			
		||||
                  href: https://slskd-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://slskd.slskd:5030
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - CWA Downloader:
 | 
			
		||||
                  icon: sh-calibre.png
 | 
			
		||||
                  description: Calibre Web Automated Book Downloader
 | 
			
		||||
                  href: https://calibre-downloader-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://calibre-web-automated-downloader.calibre-web-automated:8084
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Tdarr:
 | 
			
		||||
                  icon: sh-tdarr.png
 | 
			
		||||
                  description: Media transcoding and health checks
 | 
			
		||||
                  href: https://tdarr-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://tdarr-web.tdarr:8265
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
                  widget:
 | 
			
		||||
                    type: tdarr
 | 
			
		||||
                    url: http://tdarr-web.tdarr:8265
 | 
			
		||||
              - Checkrr:
 | 
			
		||||
                  icon: sh-healthchecks.png
 | 
			
		||||
                  description: Media healthchecks
 | 
			
		||||
                  href: https://checkrr-cl01tl.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: http://checkrr.checkrr:80
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
          - Other Homes:
 | 
			
		||||
              - Dev:
 | 
			
		||||
                  icon: sh-homepage.png
 | 
			
		||||
                  description: Public Homepage
 | 
			
		||||
                  href: https://home.alexlebens.dev
 | 
			
		||||
                  siteMonitor: https://home.alexlebens.dev
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
              - Lebens Home:
 | 
			
		||||
                  icon: sh-homepage.png
 | 
			
		||||
                  description: Lebens Homepage
 | 
			
		||||
                  href: https://home-ps10rp.boreal-beaufort.ts.net
 | 
			
		||||
                  siteMonitor: https://home-ps10rp.boreal-beaufort.ts.net
 | 
			
		||||
                  statusStyle: dot
 | 
			
		||||
        bookmarks.yaml: |
 | 
			
		||||
          - External Services:
 | 
			
		||||
              - Github:
 | 
			
		||||
                  - abbr: GH
 | 
			
		||||
                    href: https://github.com/alexlebens/infrastructure
 | 
			
		||||
              - Renovate:
 | 
			
		||||
                  - abbr: RN
 | 
			
		||||
                    href: https://developer.mend.io/[platform]/alexlebens/infrastructure
 | 
			
		||||
              - Digital Ocean:
 | 
			
		||||
                  - abbr: DO
 | 
			
		||||
                    href: https://www.digitalocean.com/
 | 
			
		||||
              - AWS:
 | 
			
		||||
                  - abbr: AW
 | 
			
		||||
                    href: https://aws.amazon.com/console/
 | 
			
		||||
              - Cloudflare:
 | 
			
		||||
                  - abbr: CF
 | 
			
		||||
                    href: https://dash.cloudflare.com/b76e303258b84076ee01fd0f515c0768
 | 
			
		||||
              - Tailscale:
 | 
			
		||||
                  - abbr: TS
 | 
			
		||||
                    href: https://login.tailscale.com/admin/machines
 | 
			
		||||
              - ProtonVPN:
 | 
			
		||||
                  - abbr: PV
 | 
			
		||||
                    href: https://account.protonvpn.com/
 | 
			
		||||
              - Unifi:
 | 
			
		||||
                  - abbr: UF
 | 
			
		||||
                    href: https://unifi.ui.com/
 | 
			
		||||
              - Pushover:
 | 
			
		||||
                  - abbr: PO
 | 
			
		||||
                    href: https://pushover.net
 | 
			
		||||
              - ReCaptcha:
 | 
			
		||||
                  - abbr: RC
 | 
			
		||||
                    href: https://www.google.com/recaptcha/admin/site/698983587
 | 
			
		||||
          - Trackers:
 | 
			
		||||
              - Torrentleech:
 | 
			
		||||
                  - abbr: TL
 | 
			
		||||
                    href: https://www.torrentleech.org
 | 
			
		||||
              - Avistaz:
 | 
			
		||||
                  - abbr: AV
 | 
			
		||||
                    href: https://avistaz.to
 | 
			
		||||
              - Cinemaz:
 | 
			
		||||
                  - abbr: CM
 | 
			
		||||
                    href: https://cinemaz.to
 | 
			
		||||
              - Cathode Ray Tube:
 | 
			
		||||
                  - abbr: CRT
 | 
			
		||||
                    href: https://www.cathode-ray.tube
 | 
			
		||||
              - Alpha Ratio:
 | 
			
		||||
                  - abbr: AL
 | 
			
		||||
                    href: https://alpharatio.cc/
 | 
			
		||||
              - MV Group:
 | 
			
		||||
                  - abbr: MV
 | 
			
		||||
                    href: https://forums.mvgroup.org
 | 
			
		||||
  service:
 | 
			
		||||
    http:
 | 
			
		||||
      controller: main
 | 
			
		||||
      ports:
 | 
			
		||||
        http:
 | 
			
		||||
          port: 80
 | 
			
		||||
          targetPort: 3000
 | 
			
		||||
          protocol: HTTP
 | 
			
		||||
  ingress:
 | 
			
		||||
    tailscale:
 | 
			
		||||
      enabled: true
 | 
			
		||||
      className: tailscale
 | 
			
		||||
      hosts:
 | 
			
		||||
        - host: home-cl01tl
 | 
			
		||||
          paths:
 | 
			
		||||
            - path: /
 | 
			
		||||
              pathType: Prefix
 | 
			
		||||
              service:
 | 
			
		||||
                name: homepage
 | 
			
		||||
                port: 80
 | 
			
		||||
      tls:
 | 
			
		||||
        - hosts:
 | 
			
		||||
            - home-cl01tl
 | 
			
		||||
  persistence:
 | 
			
		||||
    config:
 | 
			
		||||
      enabled: true
 | 
			
		||||
      type: configMap
 | 
			
		||||
      name: homepage-config
 | 
			
		||||
      advancedMounts:
 | 
			
		||||
        main:
 | 
			
		||||
          main:
 | 
			
		||||
            - path: /app/config/bookmarks.yaml
 | 
			
		||||
              readOnly: true
 | 
			
		||||
              mountPropagation: None
 | 
			
		||||
              subPath: bookmarks.yaml
 | 
			
		||||
            - path: /app/config/docker.yaml
 | 
			
		||||
              readOnly: true
 | 
			
		||||
              mountPropagation: None
 | 
			
		||||
              subPath: docker.yaml
 | 
			
		||||
            - path: /app/config/kubernetes.yaml
 | 
			
		||||
              readOnly: true
 | 
			
		||||
              mountPropagation: None
 | 
			
		||||
              subPath: kubernetes.yaml
 | 
			
		||||
            - path: /app/config/services.yaml
 | 
			
		||||
              readOnly: true
 | 
			
		||||
              mountPropagation: None
 | 
			
		||||
              subPath: services.yaml
 | 
			
		||||
            - path: /app/config/settings.yaml
 | 
			
		||||
              readOnly: true
 | 
			
		||||
              mountPropagation: None
 | 
			
		||||
              subPath: settings.yaml
 | 
			
		||||
            - path: /app/config/widgets.yaml
 | 
			
		||||
              readOnly: true
 | 
			
		||||
              mountPropagation: None
 | 
			
		||||
              subPath: widgets.yaml
 | 
			
		||||
		Reference in New Issue
	
	Block a user