drewstopherlee

services.yaml

Apr 24th, 2024 (edited)
1,774
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 29.35 KB | Software | 0 0
  1. ---
  2. # For configuration options and examples, please see:
  3. # https://gethomepage.dev/latest/configs/services
  4. # https://gethomepage.dev/latest/widgets/
  5.  
  6. - Management:
  7.     - Guacamole:
  8.         icon: guacamole.png
  9.         href: https://URL.DOMAIN.TLD/
  10.         description: Cross-platform, Clientless Remote Desktop Gateway
  11.         ping: IP:PORT
  12.         siteMonitor: https://URL.DOMAIN.TLD
  13.         server: ds1520
  14.         container: guacamole
  15.     - Cockpit:
  16.         icon: cockpit.png
  17.         href: https://URL.DOMAIN.TLD/
  18.         description: Web-based Graphical Interface for Servers
  19.         ping: IP:PORT
  20.         siteMonitor: https://URL.DOMAIN.TLD
  21.     - Netbox:
  22.         icon: netbox.png
  23.         href: https://URL.DOMAIN.TLD/
  24.         description: '"Source of Truth" Network Documentation with Automation'
  25.         ping: IP:PORT
  26.         siteMonitor: https://URL.DOMAIN.TLD
  27.     - Code Server (Linux 1):
  28.         icon: code-server.png
  29.         href: https://URL.DOMAIN.TLD/
  30.         description: VS Code in a Browser
  31.         ping: IP:PORT
  32.         siteMonitor: https://URL.DOMAIN.TLD
  33.     - Code Server (DS1520+):
  34.         icon: code-server.png
  35.         href: https://URL.DOMAIN.TLD/
  36.         description: VS Code in a Browser
  37.         ping: IP:PORT
  38.         siteMonitor: https://URL.DOMAIN.TLD
  39.         server: ds1520
  40.         container: code-server
  41.     - FileBrowser:
  42.         icon: filebrowser.png
  43.         href: https://URL.DOMAIN.TLD/
  44.         description: Organizr Containing All FileBrowser Instances
  45.         ping: IP:PORT
  46.         siteMonitor: https://URL.DOMAIN.TLD
  47.         server: linuxserver1
  48.         container: organizr
  49.     - Proxmox1 IPMI:
  50.         icon: supermicro.png
  51.         href: https://URL.DOMAIN.TLD/
  52.         description: SuperMicro X9 SMT IPMI
  53.         ping: IP:PORT
  54.     - Proxmox2 IPMI:
  55.         icon: supermicro.png
  56.         href: https://URL.DOMAIN.TLD/
  57.         description: SuperMicro X9 SMT IPMI
  58.         ping: IP:PORT
  59.  
  60. - Virtualization:
  61.     - Proxmox 1:
  62.         icon: proxmox.png
  63.         href: https://URL.DOMAIN.TLD/
  64.         description: Open-Source Server Virtualization Management Solution
  65.         ping: IP:PORT
  66.         siteMonitor: https://URL.DOMAIN.TLD
  67.         widget:
  68.           type: proxmox
  69.           url: https://IP:PORT
  70.           username: USERNAME
  71.           password: {{HOMEPAGE_VAR_PROXMOX}}
  72.           node: proxmox1
  73.     - Proxmox 2:
  74.         icon: proxmox.png
  75.         href: https://URL.DOMAIN.TLD/
  76.         description: Open-Source Server Virtualization Management Solution
  77.         ping: IP:PORT
  78.         siteMonitor: https://URL.DOMAIN.TLD
  79.         widget:
  80.           type: proxmox
  81.           url: https://IP:PORT
  82.           username: USERNAME
  83.           password: {{HOMEPAGE_VAR_PROXMOX}}
  84.           node: proxmox2
  85.     - Proxmox Backup Server:
  86.         icon: proxmox-light.png
  87.         href: https://URL.DOMAIN.TLD/
  88.         description: Enterprise Backup Solution for VMs, Containers, and Physical Hosts
  89.         ping: IP:PORT
  90.         siteMonitor: https://URL.DOMAIN.TLD
  91.         widget:
  92.           type: proxmoxbackupserver
  93.           url: https://IP:PORT
  94.           username: USERNAME
  95.           password: {{HOMEPAGE_VAR_PBS}}
  96.     - Netdata:
  97.         icon: netdata.png
  98.         href: https://URL.DOMAIN.TLD/
  99.         description: Distributed, Real-time Health Monitoring Platform
  100.         ping: IP:PORT
  101.         widget:
  102.           type: netdata
  103.           url: https://IP:PORT
  104.     - iVentoy:
  105.         icon: https://www.iventoy.com/favicon.ico
  106.         href: https://URL.DOMAIN.TLD/
  107.         description: PXE-based Netboot Server Enhanced by Ventoy
  108.         ping: IP:PORT
  109.  
  110. - Containerization:
  111.     - Portainer (DS1520+):
  112.         icon: portainer.png
  113.         href: https://URL.DOMAIN.TLD/
  114.         description: Container Management GUI
  115.         ping: IP:PORT
  116.         siteMonitor: https://URL.DOMAIN.TLD
  117.         server: ds1520
  118.         container: portainer_server
  119.         widget:
  120.           type: portainer
  121.           url: https://IP:PORT
  122.           env: 3
  123.           key: {{HOMEPAGE_VAR_PORTAINER}}
  124.     - Portainer (Linux Server):
  125.         icon: portainer.png
  126.         href: https://URL.DOMAIN.TLD/
  127.         description: Container Management GUI
  128.         ping: IP:PORT
  129.         siteMonitor: https://URL.DOMAIN.TLD
  130.         server: ds1520
  131.         container: portainer_server
  132.         widget:
  133.           type: portainer
  134.           url: https://IP:PORT
  135.           env: 4
  136.           key: {{HOMEPAGE_VAR_PORTAINER}}
  137.     - Portainer (Raspberry Pi):
  138.         icon: portainer.png
  139.         href: https://URL.DOMAIN.TLD/
  140.         description: Container Management GUI
  141.         ping: IP:PORT
  142.         siteMonitor: https://URL.DOMAIN.TLD
  143.         server: raspberrypi
  144.         container: portainer
  145.         widget:
  146.           type: portainer
  147.           url: https://IP:PORT
  148.           env: 3
  149.           key: {{HOMEPAGE_VAR_PITAINER}}
  150.     - Portainer (Apple Pi):
  151.         icon: portainer.png
  152.         href: https://URL.DOMAIN.TLD/
  153.         description: Container Management GUI
  154.         ping: IP:PORT
  155.         siteMonitor: https://URL.DOMAIN.TLD
  156.         server: raspberrypi
  157.         container: portainer
  158.         widget:
  159.           type: portainer
  160.           url: https://IP:PORT
  161.           env: 5
  162.           key: {{HOMEPAGE_VAR_PITAINER}}
  163.     - Portainer (Pumpkin Pi):
  164.         icon: portainer.png
  165.         href: https://URL.DOMAIN.TLD/
  166.         description: Container Management GUI
  167.         ping: IP:PORT
  168.         siteMonitor: https://URL.DOMAIN.TLD
  169.         server: raspberrypi
  170.         container: portainer
  171.         widget:
  172.           type: portainer
  173.           url: https://IP:PORT
  174.           env: 6
  175.           key: {{HOMEPAGE_VAR_PITAINER}}
  176.  
  177. - Monitoring:
  178.     - Uptime Kuma (internal):
  179.         icon: uptime-kuma.png
  180.         href: https://URL.DOMAIN.TLD/
  181.         description: A Fancy Self-hosted Monitoring Tool
  182.         ping: IP:PORT
  183.         siteMonitor: https://URL.DOMAIN.TLD
  184.         widget:
  185.           type: uptimekuma
  186.           url: https://IP:PORT
  187.           slug: all
  188.     - Uptime Kuma (external):
  189.         icon: uptime-kuma.png
  190.         href: https://URL.DOMAIN.TLD/
  191.         description: A Fancy Self-hosted Monitoring Tool
  192.         ping: IP:PORT
  193.         siteMonitor: https://URL.DOMAIN.TLD
  194.         widget:
  195.           type: uptimekuma
  196.           url: https://IP:PORT
  197.           slug: all
  198.     - Scrutiny:
  199.         icon: scrutiny.png
  200.         href: https://URL.DOMAIN.TLD/
  201.         description: S.M.A.R.T. Monitoring Dashboard
  202.         ping: IP:PORT
  203.         siteMonitor: https://URL.DOMAIN.TLD
  204.         server: ds1520
  205.         container: scrutiny_web
  206.         widget:
  207.           type: scrutiny
  208.           url: https://IP:PORT
  209.     - ntfy.sh:
  210.         icon: ntfy.png
  211.         href: https://URL.DOMAIN.TLD/
  212.         description: Simple, HTTP-based Pub-sub Notification Service
  213.         ping: IP:PORT
  214.         siteMonitor: https://URL.DOMAIN.TLD
  215.         server: raspberrypi
  216.         container: ntfy
  217.     - Gotify:
  218.         icon: gotify.png
  219.         href: https://URL.DOMAIN.TLD/
  220.         description: Simple, HTTP-based Pub-sub Notification Service
  221.         ping: IP:PORT
  222.         siteMonitor: https://URL.DOMAIN.TLD
  223.         server: raspberrypi
  224.         container: gotify
  225.         widget:
  226.           type: gotify
  227.           url: https://IP:PORT
  228.           key: {{HOMEPAGE_VAR_GOTIFY}}
  229.     - What's Up Docker?:
  230.         icon: whats-up-docker-light.png
  231.         href: https://URL.DOMAIN.TLD/
  232.         description: Notifications for New Container Version Releases
  233.         ping: IP:PORT
  234.         siteMonitor: https://URL.DOMAIN.TLD
  235.         server: linuxserver1
  236.         container: wud
  237.         widget:
  238.           type: whatsupdocker
  239.           url: https://IP:PORT
  240.           username: {{HOMEPAGE_VAR_WUDUSER}}
  241.           password: {{HOMEPAGE_VAR_WUDPASS}}
  242.     - Dozzle:
  243.         icon: dozzle.png
  244.         href: https://URL.DOMAIN.TLD/
  245.         description: Lightweight, Web-based Docker Log Viewer
  246.         ping: IP:PORT
  247.         siteMonitor: https://URL.DOMAIN.TLD
  248.         server: linuxserver1
  249.         container: dozzle
  250.     - GoAccess:
  251.         icon: goaccess.png
  252.         href: https://URL.DOMAIN.TLD/
  253.         description: Visual Web Log Analyzer
  254.         ping: IP:PORT
  255.         siteMonitor: https://URL.DOMAIN.TLD
  256.         server: ds1520
  257.         container: goaccess_web
  258.  
  259. - Network [local links only]:
  260.     - TP-Link Archer AX6000:
  261.         icon: tp-link.png
  262.         href: https://URL.DOMAIN.TLD/
  263.         description: Router Admin Web Portal
  264.         ping: IP:PORT
  265.     - UniFi Cloud Key:
  266.         icon: unifi.png
  267.         href: https://URL.DOMAIN.TLD/
  268.         description: UniFi Controller Web Interface
  269.         ping: IP:PORT
  270.         widget:
  271.           type: unifi
  272.           url: https://IP:PORT
  273.           username: {{HOMEPAGE_VAR_UNIFIUSER}}
  274.           password: {{HOMEPAGE_VAR_UNIFIPASS}}
  275.           fields: ["uptime", "lan", "lan_users", "lan_devices"]
  276.     - Technitium (Primary):
  277.         icon: technitium.png
  278.         href: https://URL.DOMAIN.TLD/
  279.         description: Open-source Authoritative & Recursive DNS Server
  280.         ping: IP:PORT
  281.         siteMonitor: https://URL.DOMAIN.TLD
  282.     - Technitium (Secondary):
  283.         icon: technitium.png
  284.         href: https://URL.DOMAIN.TLD/
  285.         description: Open-source Authoritative & Recursive DNS Server
  286.         ping: IP:PORT
  287.         siteMonitor: https://URL.DOMAIN.TLD
  288.     - NetAlertĖ£:
  289.         icon: pi-alert.png
  290.         href: https://URL.DOMAIN.TLD/
  291.         description: WiFi / LAN Intruder Detector
  292.         ping: IP:PORT
  293.         siteMonitor: https://URL.DOMAIN.TLD
  294.         server: linuxserver1
  295.         container: netalertx
  296.         widget:
  297.           type: customapi
  298.           url: https://IP:PORT/api/app_state.json
  299.           mappings:
  300.             - field: lastUpdated
  301.               format: relativeDate
  302.               label: Last Scan
  303.     - Traefik:
  304.         icon: traefik.png
  305.         href: https://URL.DOMAIN.TLD/
  306.         description: Open-source Reverse Proxy and Load Balancer
  307.         ping: IP:PORT
  308.         siteMonitor: https://URL.DOMAIN.TLD
  309.         server: ds1520
  310.         container: traefik_proxy
  311.         widget:
  312.           type: traefik
  313.           url: https://IP:PORT
  314.     - DDNS Updater:
  315.         icon: ddns-updater.png
  316.         href: https://URL.DOMAIN.TLD/
  317.         description: Updates DNS Records Periodically with WebUI
  318.         ping: IP:PORT
  319.         siteMonitor: https://URL.DOMAIN.TLD
  320.         server: raspberrypi
  321.         container: ddns-updater
  322.     - WGDashboard:
  323.         icon: wireguard.png
  324.         href: https://URL.DOMAIN.TLD/
  325.         description: Web Interface for Wireguard VPN Server
  326.         ping: IP:PORT
  327.     - Gluetun:
  328.         icon: gluetun.png
  329.         href: https://URL.DOMAIN.TLD/
  330.         description: VPN Client in a Thin Docker Container
  331.         ping: IP:PORT
  332.         server: ds1520
  333.         container: gluetun
  334.         widget:
  335.           type: gluetun
  336.           url: https://IP:PORT
  337.  
  338. - Media:
  339.     - Plex:
  340.         icon: plex.png
  341.         href: https://URL.DOMAIN.TLD/
  342.         description: Plex Media Server on DS1520+
  343.         ping: IP:PORT
  344.         siteMonitor: https://URL.DOMAIN.TLD
  345.         widget:
  346.           type: plex
  347.           url: https://IP:PORT
  348.           key: {{HOMEPAGE_VAR_PLEX}}
  349.           fields: ["streams", "movies", "tv", "albums"]
  350.     - Organizr:
  351.         icon: organizr.png
  352.         href: https://URL.DOMAIN.TLD/
  353.         description: HTPC/Homelab services organizer
  354.         ping: IP:PORT
  355.         siteMonitor: https://URL.DOMAIN.TLD
  356.         server: ds1520
  357.         container: organizr
  358.     - qBittorrent:
  359.         icon: qbittorrent.png
  360.         href: https://URL.DOMAIN.TLD/
  361.         description: Bittorrent download client
  362.         ping: IP:PORT
  363.         siteMonitor: https://URL.DOMAIN.TLD
  364.         server: ds1520
  365.         container: qbittorrent
  366.         widget:
  367.           type: qbittorrent
  368.           url: https://IP:PORT
  369.           username: {{HOMEPAGE_VAR_QBITUSER}}
  370.           password: {{HOMEPAGE_VAR_QBITPASS}}
  371.           fields: ["download", "upload", "seed", "leech"]
  372.     - Overseerr:
  373.         icon: overseerr.png
  374.         href: https://URL.DOMAIN.TLD/
  375.         description: Plex Request Management
  376.         ping: IP:PORT
  377.         siteMonitor: https://URL.DOMAIN.TLD
  378.         server: ds1520
  379.         container: overseerr
  380.         widget:
  381.           type: overseerr
  382.           url: https://IP:PORT
  383.           key: {{HOMEPAGE_VAR_OVERSEERR}}
  384.     - Tautulli:
  385.         icon: tautulli.png
  386.         href: https://URL.DOMAIN.TLD/
  387.         description: Monitors Plex Activity and Tracks Statistics
  388.         ping: IP:PORT
  389.         siteMonitor: https://URL.DOMAIN.TLD
  390.         server: ds1520
  391.         container: tautulli
  392.         widget:
  393.           type: tautulli
  394.           url: https://IP:PORT
  395.           key: {{HOMEPAGE_VAR_TAUTULLI}}
  396.           enableUser: true
  397.     - Radarr (HD):
  398.         icon: radarr.png
  399.         href: https://URL.DOMAIN.TLD/
  400.         description: Movie Collection Manager
  401.         ping: IP:PORT
  402.         siteMonitor: https://URL.DOMAIN.TLD
  403.         widget:
  404.           type: radarr
  405.           url: https://IP:PORT
  406.           key: {{HOMEPAGE_VAR_RADARR}}
  407.           enableQueue: false # optional, defaults to false
  408.     - Radarr (4K):
  409.         icon: https://raw.githubusercontent.com/causefx/Organizr/v2-master/plugins/images/tabs/radarr4kNew.png
  410.         href: https://URL.DOMAIN.TLD/
  411.         description: 4K Movie Collection Manager
  412.         ping: IP:PORT
  413.         siteMonitor: https://URL.DOMAIN.TLD
  414.         widget:
  415.           type: radarr
  416.           url: https://IP:PORT
  417.           key: {{HOMEPAGE_VAR_RADARR}}
  418.           enableQueue: false # optional, defaults to false
  419.     - Sonarr (HD):
  420.         icon: sonarr.png
  421.         href: https://URL.DOMAIN.TLD/
  422.         description: TV Show Collection Manager
  423.         ping: IP:PORT
  424.         siteMonitor: https://URL.DOMAIN.TLD
  425.         widget:
  426.           type: sonarr
  427.           url: https://IP:PORT
  428.           key: {{HOMEPAGE_VAR_SONARR}}
  429.           enableQueue: false # optional, defaults to false
  430.     - Sonarr (4K):
  431.         icon: https://raw.githubusercontent.com/causefx/Organizr/v2-master/plugins/images/tabs/sonarr4k.png
  432.         href: https://URL.DOMAIN.TLD/
  433.         description: 4K TV Show Collection Manager
  434.         ping: IP:PORT
  435.         siteMonitor: https://URL.DOMAIN.TLD
  436.         widget:
  437.           type: sonarr
  438.           url: https://IP:PORT
  439.           key: {{HOMEPAGE_VAR_SONARR}}
  440.           enableQueue: false # optional, defaults to false
  441.     - Prowlarr:
  442.         icon: prowlarr.png
  443.         href: https://URL.DOMAIN.TLD/
  444.         description: "*arr-based Indexer Manager"
  445.         ping: IP:PORT
  446.         siteMonitor: https://URL.DOMAIN.TLD
  447.         widget:
  448.           type: prowlarr
  449.           url: https://IP:PORT
  450.           key: {{HOMEPAGE_VAR_PROWLARR}}
  451.     - Bazarr:
  452.         icon: bazarr.png
  453.         href: https://URL.DOMAIN.TLD/
  454.         description: Subtitle Downloader and Manager
  455.         ping: IP:PORT
  456.         siteMonitor: https://URL.DOMAIN.TLD
  457.         server: ds1520
  458.         container: bazarr
  459.         widget:
  460.           type: bazarr
  461.           url: https://IP:PORT
  462.           key: {{HOMEPAGE_VAR_BAZARR}}
  463.           fields: ["missingMovies", "missingEpisodes"]
  464.     - Wizarr:
  465.         icon: wizarr.png
  466.         href: https://URL.DOMAIN.TLD/
  467.         description: Advanced User Invitation and Management System for Plex
  468.         ping: IP:PORT
  469.         siteMonitor: https://URL.DOMAIN.TLD
  470.         server: ds1520
  471.         container: wizarr
  472.     - Lidarr:
  473.         icon: lidarr.png
  474.         href: https://URL.DOMAIN.TLD/
  475.         description: Music Collection Manager
  476.         ping: IP:PORT
  477.         siteMonitor: https://URL.DOMAIN.TLD
  478.         widget:
  479.           type: lidarr
  480.           url: https://IP:PORT
  481.           key: {{HOMEPAGE_VAR_LIDARR}}
  482.     - MovieMatch:
  483.         icon: github-light.png
  484.         href: https://URL.DOMAIN.TLD/
  485.         description: 'Think "Tinder" but for Plex...'
  486.         ping: IP:PORT
  487.         siteMonitor: https://URL.DOMAIN.TLD
  488.         server: ds1520
  489.         container: moviematch
  490.     - Jellyfin:
  491.         icon: jellyfin.png
  492.         href: https://URL.DOMAIN.TLD/
  493.         description: Free and Open-source Media Server
  494.         ping: IP:PORT
  495.         widget:
  496.           type: jellyfin
  497.           url: https://IP:PORT
  498.           key: {{HOMEPAGE_VAR_JELLYFIN}}
  499.           enableBlocks: true
  500.           enableNowPlaying: false
  501.     - Readarr:
  502.         icon: readarr.png
  503.         href: https://URL.DOMAIN.TLD/
  504.         description: eBook Collection Manager
  505.         ping: IP:PORT
  506.         siteMonitor: https://URL.DOMAIN.TLD
  507.         widget:
  508.           type: readarr
  509.           url: https://IP:PORT
  510.           key: {{HOMEPAGE_VAR_READARR}}
  511.           fields: ["books", "wanted", "queued"]
  512.           hideErrors: true
  513.     - Calibre:
  514.         icon: calibre.png
  515.         href: https://URL.DOMAIN.TLD/
  516.         description: Comprehensive eBook Management Software
  517.         ping: IP:PORT
  518.         siteMonitor: https://URL.DOMAIN.TLD
  519.         server: ds1520
  520.         container: calibre
  521.     - Calibre-Web:
  522.         icon: calibre-web.png
  523.         href: https://URL.DOMAIN.TLD/
  524.         description: Web App for eBooks in a Calibre Database
  525.         ping: IP:PORT
  526.         siteMonitor: https://URL.DOMAIN.TLD
  527.         server: ds1520
  528.         container: calibre-web
  529.         widget:
  530.           type: calibreweb
  531.           url: https://IP:PORT
  532.           username: {{HOMEPAGE_VAR_CALIBREUSER}}
  533.           password: {{HOMEPAGE_VAR_CALIBREPASS}}
  534.     - YouTubeDL-Material:
  535.         icon: youtubedl.png
  536.         href: https://URL.DOMAIN.TLD/
  537.         description: Self-hosted YouTube Downloader
  538.         ping: IP:PORT
  539.         siteMonitor: https://URL.DOMAIN.TLD
  540.         server: ds1520
  541.         container: youtubedl-material
  542.     - Pinchflat:
  543.         icon: https://raw.githubusercontent.com/kieraneglin/pinchflat/master/priv/static/images/icon.png
  544.         href: https://URL.DOMAIN.TLD/
  545.         description: YouTube Downloader and Media Manager
  546.         ping: IP:PORT
  547.         siteMonitor: https://URL.DOMAIN.TLD
  548.         server: ds1520
  549.         container: pinchflat
  550.  
  551. - Smart Home:
  552.     - Home Assistant:
  553.         icon: home-assistant.png
  554.         href: https://URL.DOMAIN.TLD/
  555.         description: Open-source Home Automation Management
  556.         ping: IP:PORT
  557.         siteMonitor: https://URL.DOMAIN.TLD
  558.         widget:
  559.           type: homeassistant
  560.           url: https://IP:PORT
  561.           key: {{HOMEPAGE_VAR_HOMEASSISTANT}}
  562.     - Grocy:
  563.         icon: grocy.png
  564.         href: https://URL.DOMAIN.TLD/
  565.         description: Web-based, Self-hosted Groceries & Household Management Solution
  566.         ping: IP:PORT
  567.         siteMonitor: https://URL.DOMAIN.TLD
  568.     - NextCloud:
  569.         icon: nextcloud.png
  570.         href: https://URL.DOMAIN.TLD/
  571.         description: On-premises Content Collaboration Platform
  572.         ping: IP:PORT
  573.         siteMonitor: https://URL.DOMAIN.TLD
  574.         widget:
  575.           type: nextcloud
  576.           url: https://IP:PORT
  577.           key: {{HOMEPAGE_VAR_NEXTCLOUD}}
  578.     - Immich:
  579.         icon: immich.png
  580.         href: https://URL.DOMAIN.TLD/
  581.         description: High Performance Self-hosted Photo and Video Management Solution
  582.         ping: IP:PORT
  583.         siteMonitor: https://URL.DOMAIN.TLD
  584.         server: ds1520
  585.         container: immich_server
  586.         widget:
  587.           type: immich
  588.           url: https://IP:PORT
  589.           key: {{HOMEPAGE_VAR_IMMICH}}
  590.     - Paperless-ngx:
  591.         icon: paperless-ngx.png
  592.         href: https://URL.DOMAIN.TLD/
  593.         description: Scan, Index and Archive All Your Physical Documents
  594.         ping: IP:PORT
  595.         siteMonitor: https://URL.DOMAIN.TLD
  596.         widget:
  597.           type: paperlessngx
  598.           url: https://IP:PORT
  599.           key: {{HOMEPAGE_VAR_PAPERLESS}}
  600.     - OctoPrint:
  601.         icon: octoprint.png
  602.         href: https://URL.DOMAIN.TLD/
  603.         description: High Performance Self-hosted Photo and Video Management Solution
  604.         ping: IP:PORT
  605.         siteMonitor: https://URL.DOMAIN.TLD
  606.         widget:
  607.           type: octoprint
  608.           url: https://IP:PORT
  609.           key: {{HOMEPAGE_VAR_OCTOPRINT}}
  610.  
  611. - Storage:
  612.     - DS1520+:
  613.         icon: synology-dsm.png
  614.         href: https://URL.DOMAIN.TLD/
  615.         description: Synology DiskStation Manager on DS1520+
  616.         ping: IP:PORT
  617.         widget:
  618.           type: diskstation
  619.           url: https://IP:PORT
  620.           username: {{HOMEPAGE_VAR_DSMUSER}}
  621.           password: {{HOMEPAGE_VAR_DSMPASS}}
  622.           volume: volume_1 # optional
  623.     - DS216play:
  624.         icon: synology-dsm.png
  625.         href: https://URL.DOMAIN.TLD/
  626.         description: Synology DiskStation Manager on DS216play
  627.         ping: IP:PORT
  628.         widget:
  629.           type: diskstation
  630.           url: https://IP:PORT
  631.           username: {{HOMEPAGE_VAR_DSMUSER}}
  632.           password: {{HOMEPAGE_VAR_DSMPASS}}
  633.           volume: volume_1 # optional
  634.     - FileBrowser (Linux1):
  635.         icon: filebrowser.png
  636.         href: https://URL.DOMAIN.TLD/
  637.         description: File Managing Web Interface
  638.         ping: IP:PORT
  639.         siteMonitor: https://URL.DOMAIN.TLD
  640.         server: linuxserver1
  641.         container: filebrowser
  642.     - FileBrowser (DS216play):
  643.         icon: filebrowser.png
  644.         href: https://URL.DOMAIN.TLD/
  645.         description: File Managing Web Interface
  646.         ping: IP:PORT
  647.         siteMonitor: https://URL.DOMAIN.TLD
  648.     - FileBrowser (DS1520+):
  649.         icon: filebrowser.png
  650.         href: https://URL.DOMAIN.TLD/
  651.         description: File Managing Web Interface
  652.         ping: IP:PORT
  653.         siteMonitor: https://URL.DOMAIN.TLD
  654.         server: ds1520
  655.         container: filebrowser
  656.     - FileBrowser (Raspberry Pi):
  657.         icon: filebrowser.png
  658.         href: https://URL.DOMAIN.TLD/
  659.         description: File Managing Web Interface
  660.         ping: IP:PORT
  661.         siteMonitor: https://URL.DOMAIN.TLD
  662.         server: raspi
  663.         container: filebrowser
  664.     - FileBrowser (Apple Pi):
  665.         icon: filebrowser.png
  666.         href: https://URL.DOMAIN.TLD/
  667.         description: File Managing Web Interface
  668.         ping: IP:PORT
  669.         siteMonitor: https://URL.DOMAIN.TLD
  670.         server: applepi
  671.         container: filebrowser
  672.     - FileBrowser (Pumpkin Pi):
  673.         icon: filebrowser.png
  674.         href: https://URL.DOMAIN.TLD/
  675.         description: File Managing Web Interface
  676.         ping: IP:PORT
  677.         siteMonitor: https://URL.DOMAIN.TLD
  678.         server: pumpkinpi
  679.         container: filebrowser
  680.  
  681. - Business:
  682.     - Crater:
  683.         icon: crater-invoice.png
  684.         href: https://URL.DOMAIN.TLD/
  685.         description: Embedded Invoicing & Bill Pay for Platforms
  686.         ping: IP:PORT
  687.         siteMonitor: https://URL.DOMAIN.TLD
  688.     - IT-Tools:
  689.         icon: it-tools-light.png
  690.         href: https://URL.DOMAIN.TLD/
  691.         description: Collection of Handy Online Tools for Developers
  692.         ping: IP:PORT
  693.         siteMonitor: https://URL.DOMAIN.TLD
  694.         server: pumpkinpi
  695.         container: it-tools
  696.  
  697. - Security:
  698. - Automation:
  699.     - Ansible Semaphore:
  700.         icon: semaphore.png
  701.         href: https://URL.DOMAIN.TLD/
  702.         description: Modern UI for Ansible
  703.         ping: IP:PORT
  704.         siteMonitor: https://URL.DOMAIN.TLD
  705.         server: linuxserver1
  706.         container: ansible_semaphore
  707.  
  708. - Other Devices & Miscellaneous:
  709.     - Bookstack:
  710.         icon: bookstack.png
  711.         href: https://URL.DOMAIN.TLD/
  712.         description: Self-hosted Platform for Storing and Organising Information and Documentation
  713.         ping: IP:PORT
  714.         siteMonitor: https://URL.DOMAIN.TLD
  715.         server: linuxserver1
  716.         container: bookstack
  717.     - PeaNUT:
  718.         icon: peanut.png
  719.         href: https://URL.DOMAIN.TLD/
  720.         description: A Tiny Dashboard for Network UPS Tools
  721.         ping: IP:PORT
  722.         siteMonitor: https://URL.DOMAIN.TLD
  723.         server: pumpkinpi
  724.         container: PeaNUT
  725.         widget:
  726.             hideErrors: true
  727.             type: customapi
  728.           url: https://IP:PORT/api/v1/devices/ups
  729.             mappings:
  730.             - field: battery.charge
  731.               label: Battery Charge
  732.               format: percent
  733.             - field: battery.runtime
  734.               label: Battery Runtime
  735.               format: text
  736.               scale: 1/60
  737.               suffix: "min"
  738.             - field: ups.load
  739.               label: UPS Load
  740.               format: percent
  741.             - field: ups.status
  742.               label: UPS Status
  743.               format: text
  744.               remap:
  745.                 - value: OL
  746.                   to: Online
  747.                 - value: OB
  748.                   to: On Battery
  749.                 - value: LB
  750.                   to: Low Battery
  751.                 - any: true
  752.                   to: Unknown
  753.  
  754.  
  755.  
  756.  
  757.  
  758.  
  759.  
  760. - Windows PC:
  761.     - System Info:
  762.         widget:
  763.           type: glances
  764.           url: https://IP:PORT
  765.           metric: info
  766.     - CPU Usage:
  767.         widget:
  768.           type: glances
  769.           url: https://IP:PORT
  770.           metric: cpu
  771.     - Memory:
  772.         widget:
  773.           type: glances
  774.           url: https://IP:PORT
  775.           metric: memory
  776.     - Network:
  777.         widget:
  778.           type: glances
  779.           url: https://IP:PORT
  780.           metric: network:2.5Gb Ethernet
  781.     - Disk Usage (C:):
  782.         widget:
  783.           type: glances
  784.           url: https://IP:PORT
  785.           metric: fs:C:\
  786.     - Disk I/O (C:):
  787.         widget:
  788.           type: glances
  789.           url: https://IP:PORT
  790.           metric: disk:PhysicalDrive2
  791.     - Disk Usage (A:):
  792.         widget:
  793.           type: glances
  794.           url: https://IP:PORT
  795.           metric: fs:A:\
  796.     - Disk I/O (A:):
  797.         widget:
  798.           type: glances
  799.           url: https://IP:PORT
  800.           metric: disk:PhysicalDrive1
  801.  
  802. - Linux Server 1:
  803.     - System Info:
  804.         widget:
  805.           type: glances
  806.           url: https://IP:PORT
  807.           metric: info
  808.     - CPU Usage:
  809.         widget:
  810.           type: glances
  811.           url: https://IP:PORT
  812.           metric: cpu
  813.     - CPU Temp:
  814.         widget:
  815.           type: glances
  816.           url: https://IP:PORT
  817.           metric: sensor:Package id 0
  818.     - Memory:
  819.         widget:
  820.           type: glances
  821.           url: https://IP:PORT
  822.           metric: memory
  823.     - Network:
  824.         widget:
  825.           type: glances
  826.           url: https://IP:PORT
  827.           metric: network:eth0
  828.     - Processes:
  829.         widget:
  830.           type: glances
  831.           url: https://IP:PORT
  832.           metric: process
  833.     - Disk Usage:
  834.         widget:
  835.           type: glances
  836.           url: https://IP:PORT
  837.           metric: fs:/etc/hostname
  838.     - Disk I/O:
  839.         widget:
  840.           type: glances
  841.           url: https://IP:PORT
  842.           metric: disk:sda
  843.  
  844. - Raspberry Pi:
  845.     - System Info:
  846.         widget:
  847.           type: glances
  848.           url: https://IP:PORT
  849.           metric: info
  850.     - CPU Usage:
  851.         widget:
  852.           type: glances
  853.           url: https://IP:PORT
  854.           metric: cpu
  855.     - CPU Temp:
  856.         widget:
  857.           type: glances
  858.           url: https://IP:PORT
  859.           metric: sensor:cpu_thermal 0
  860.     - Memory:
  861.         widget:
  862.           type: glances
  863.           url: https://IP:PORT
  864.           metric: memory
  865.     - Network:
  866.         widget:
  867.           type: glances
  868.           url: https://IP:PORT
  869.           metric: network:eth0
  870.     - Processes:
  871.         widget:
  872.           type: glances
  873.           url: https://IP:PORT
  874.           metric: process
  875.     - Disk Usage:
  876.         widget:
  877.           type: glances
  878.           url: https://IP:PORT
  879.           metric: fs:/etc/hostname
  880.     - Disk I/O:
  881.         widget:
  882.           type: glances
  883.           url: https://IP:PORT
  884.           metric: disk:mmcblk0
  885.  
  886. - Apple Pi:
  887.     - System Info:
  888.         widget:
  889.           type: glances
  890.           url: https://IP:PORT
  891.           metric: info
  892.     - CPU Usage:
  893.         widget:
  894.           type: glances
  895.           url: https://IP:PORT
  896.           metric: cpu
  897.     - CPU Temp:
  898.         widget:
  899.           type: glances
  900.           url: https://IP:PORT
  901.           metric: sensor:cpu_thermal 0
  902.     - Memory:
  903.         widget:
  904.           type: glances
  905.           url: https://IP:PORT
  906.           metric: memory
  907.     - Network:
  908.         widget:
  909.           type: glances
  910.           url: https://IP:PORT
  911.           metric: network:eth0
  912.     - Processes:
  913.         widget:
  914.           type: glances
  915.           url: https://IP:PORT
  916.           metric: process
  917.     - Disk Usage:
  918.         widget:
  919.           type: glances
  920.           url: https://IP:PORT
  921.           metric: fs:/etc/hostname
  922.     - Disk I/O:
  923.         widget:
  924.           type: glances
  925.           url: https://IP:PORT
  926.           metric: disk:mmcblk0
  927.  
  928. - Pumpkin Pi:
  929.     - System Info:
  930.         widget:
  931.           type: glances
  932.           url: https://IP:PORT
  933.           metric: info
  934.     - CPU Usage:
  935.         widget:
  936.           type: glances
  937.           url: https://IP:PORT
  938.           metric: cpu
  939.     - CPU Temp:
  940.         widget:
  941.           type: glances
  942.           url: https://IP:PORT
  943.           metric: sensor:cpu_thermal 0
  944.     - Memory:
  945.         widget:
  946.           type: glances
  947.           url: https://IP:PORT
  948.           metric: memory
  949.     - Network:
  950.         widget:
  951.           type: glances
  952.           url: https://IP:PORT
  953.           metric: network:eth0
  954.     - Processes:
  955.         widget:
  956.           type: glances
  957.           url: https://IP:PORT
  958.           metric: process
  959.     - Disk Usage:
  960.         widget:
  961.           type: glances
  962.           url: https://IP:PORT
  963.           metric: fs:/etc/hostname
  964.     - Disk I/O:
  965.         widget:
  966.           type: glances
  967.           url: https://IP:PORT
  968.           metric: disk:mmcblk0
  969.  
Add Comment
Please, Sign In to add comment