docker-host

Log | Files | Refs

services.yaml (2091B)


      1 ---
      2 # For configuration options and examples, please see:
      3 # https://gethomepage.dev/latest/configs/services
      4   
      5   
      6   - Media:
      7     #   - SABNzbd:
      8     #    href: http://192.168.0.186:8080
      9     #    description:  Media
     10     #    icon: sabnzbd.png
     11     #    widget:
     12     #      type: sabnzbd
     13     #      url: http://192.168.0.186:8080
     14     #      key: be46b1e60ff4481eb4d6c26ebc5ba92a
     15     #- Radarr:
     16     #    href: http://192.168.0.186:7878
     17     #    description: Movies
     18     #    icon: radarr.png
     19     #    widget:
     20     #      type: radarr
     21     #      url: http://192.168.0.186:7878
     22     #      key: 315a5cdb6dd74e07859cd6047e76c1ff 
     23     #      enableQueue: false 
     24             #    - Sonarr:
     25             #href: http://192.168.0.242:8989
     26             #description: TV
     27             #icon: sonarr.png
     28             #widget:
     29             #type: sonarr
     30             #url: http://192.168.0.242:8989
     31             #key: d1863299765c48f0a4bba046f4e35f8b
     32             #enableQueue: false
     33     - Jellyfin:
     34         href: http://192.168.0.241:8096
     35         description: watch media
     36         icon: jellyfin.png
     37     - FreshRSS:
     38         href: http://192.168.0.249
     39         description: Local News Service
     40         icon: freshrss.png
     41     - HDHomerun:
     42         href: http://192.168.0.40
     43         description: Network tuner
     44         icon: hdhomerun.png
     45 
     46     - Services:
     47         href: https://192.168.0.240:8006
     48         description: Virtual Machine Host
     49         icon: proxmox.png
     50     - Homelab:
     51         href: https://192.168.0.117:8006
     52         description: Homelab virtual host
     53         icon: proxmox.png
     54 
     55     - Immich:
     56         href: http://192.168.0.249:2283
     57         Description: Picture backups
     58         icon: immich.png
     59   - Tailscale:
     60       - Services:
     61           href: https://100.108.222.50:8006
     62           description: Virtual Machine Host (remote connection)
     63           icon: proxmox.png
     64       - Immich:
     65          href: http://100.76.149.108:2283
     66          description: Picture backups
     67          icon: immich.png
     68       - FreshRSS:
     69          href: http://100.76.149.108
     70          description: Local News Service
     71          icon: freshrss.png
     72 
     73 
     74 
     75 
     76 
     77 
     78