Guest User

Untitled

a guest
Dec 15th, 2022
3,194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.67 KB | None | 0 0
  1. ---
  2. # For configuration options and examples, please see:
  3. # https://github.com/benphelps/homepage/wiki/Services
  4.  
  5. - Media:
  6.     - Plex:
  7.         icon: plex.png
  8.         href: http://IP
  9.         description: Media Server
  10.         server: my-docker
  11.         container: plex
  12.         widget:
  13.           type: plex
  14.           url: http://IP
  15.           key: KEY
  16.  
  17.     - Tautulli:
  18.         icon: tautulli.png
  19.         href: https://IP
  20.         description: Plex Stats
  21.         server: my-docker
  22.         container: tautulli
  23.         widget:
  24.           type: tautulli
  25.           url: http://IP
  26.           key: KEY
  27.  
  28.     - Overseerr:
  29.         icon: overseerr.png
  30.         href: https://IP
  31.         description: Media Requests
  32.         server: my-docker
  33.         container: overseerr
  34.         widget:
  35.           type: overseerr
  36.           url: http://IP
  37.           key: KEY=
  38.  
  39. - Media Management:
  40.     - Sonarr:
  41.         icon: sonarr.png
  42.         href: https://IP
  43.         description: TV Shows
  44.         server: my-docker
  45.         container: sonarr
  46.         widget:
  47.           type: sonarr
  48.           url: http://IP
  49.           key: KEY
  50.  
  51.     - Sonarr4K:
  52.         icon: sonarr.png
  53.         href: https://IP
  54.         description: 4K TV Shows
  55.         server: my-docker
  56.         container: sonarr4k
  57.         widget:
  58.           type: sonarr
  59.           url: http://IP
  60.           key: KEY
  61.  
  62.     - Radarr:
  63.         icon: radarr.png
  64.         href: https://IP
  65.         description: Movies
  66.         server: my-docker
  67.         container: radarr
  68.         widget:
  69.           type: radarr
  70.           url: http://IP
  71.           key: KEY
  72.  
  73.     - Radarr4K:
  74.         icon: radarr.png
  75.         href: https://IP
  76.         description: 4K Movies
  77.         server: my-docker
  78.         container: radarr4k
  79.         widget:
  80.           type: radarr
  81.           url: http://IP
  82.           key: KEY
  83.     - Lidarr:
  84.         icon: lidarr.png
  85.         href: https://IP
  86.         description: Music
  87.         server: my-docker
  88.         container: lidarr
  89.         widget:
  90.           type: lidarr
  91.           url: http://IP
  92.           key: KEY
  93.  
  94.     - Readarr:
  95.         icon: readarr.png
  96.         href: https://IP
  97.         description: Audiobooks
  98.         server: my-docker
  99.         container: readarr
  100.         widget:
  101.           type: readarr
  102.           url: http://IP
  103.           key: KEY
  104.  
  105. - File Management:
  106.     - SABNZBD:
  107.         icon: sabnzbd-text.png
  108.         href: https://IP
  109.         description: Usenet Downloader
  110.         server: my-docker
  111.         container: sabnzbd
  112.         widget:
  113.           type: sabnzbd
  114.           url: http://IP
  115.           key: KEY
  116.  
  117.     - Transmission:
  118.         icon: transmission.png
  119.         href: https://IP
  120.         description: Torrents Downloader
  121.         server: my-docker
  122.         container: transmission
  123.         widget:
  124.           type: transmission
  125.           url: http://IP
  126.           username: USERNAME
  127.           password: PASSWORD
  128.  
  129.     - Jackett:
  130.         icon: jackett.png
  131.         href: https://IP
  132.         description: Indexers
  133.         server: my-docker
  134.         container: jackett
  135.         widget:
  136.           type: jackett
  137.           url: http://IP
  138.           key: KEY
  139.  
  140. - Network Management:
  141.     - Portainer (Homelab):
  142.         icon: portainer.png
  143.         href: https://IP
  144.         description: Docker Container Management
  145.         server: my-docker
  146.         container: portainer
  147.         widget:
  148.           type: portainer
  149.           url: https://IP
  150.           env: 1
  151.           key: KEY
  152.  
  153.     - TrueNAS Scale:
  154.         icon: truenas-scale.png
  155.         href: http://IP
  156.         description: Network Attached Storage
  157.         widget:
  158.           type: truenas
  159.           url: http://IP
  160.           username: USERNAME
  161.           password: PASSWORD
  162.  
  163.     - Portainer (Oracle Toronto):
  164.         icon: portainer.png
  165.         href: http://IP
  166.         description: Docker Container Management
  167.         widget:
  168.           type: portainer
  169.           url: https://IP
  170.           env: 2
  171.           key: KEY
  172.  
  173.     - NGINX Proxy Manager:
  174.         icon: nginxproxymanager.png
  175.         href: http://IP
  176.         description: Reverse Proxy Management
  177.         server: my-docker
  178.         container: nginx-proxy-manager
  179.         widget:
  180.           type: npm
  181.           url: http://IP
  182.           username: USERNAME
  183.           password: PASSWORD
  184.  
  185.     - Portainer (Oracle Montreal):
  186.         icon: portainer.png
  187.         href: http://1IP
  188.         description: Docker Container Management
  189.         widget:
  190.           type: portainer
  191.           url: https://IP
  192.           env: 2
  193.           key: KEY
  194.  
  195.     - Pi Hole:
  196.         icon: pihole.png
  197.         href: http://IP
  198.         description: Network Protection
  199.         widget:
  200.           type: pihole
  201.           url: http://IP
  202.  
Add Comment
Please, Sign In to add comment