denogginizer

services

Feb 29th, 2024
611
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 22.17 KB | None | 0 0
  1. - Home:
  2.     - Calendar:
  3.         icon: mdi-calendar-month-outline
  4.         widget:
  5.           type: calendar
  6.           view: monthly # or 'agenda' if you prefer a list view
  7.           firstDayInWeek: sunday # or 'monday', depending on your preference
  8.           showTime: true # to show event times
  9.           integrations:
  10.             - type: sonarr
  11.               service_group: Media # This should match the group name where Sonarr is configured
  12.               service_name: Sonarr # This should match the service name used for Sonarr
  13.               color: teal # You can choose a color for the events from Sonarr
  14.               params:
  15.                 unmonitored: true # Optional parameter for Sonarr
  16.             - type: ical # Show calendar events from another service
  17.               url: https://calendar.google.com/calendar/ical/your-info/basic.ics #downloads ICS
  18.               name: Birthdays # required - name for these calendar events
  19.               color: blue # optional - defaults to pre-defined color for the service (zinc for ical)
  20.               params: # optional - additional params for the service
  21.                 showName: true # optional - show name before event title in event line - defaults to fals
  22.             - type: ical # Show calendar events from another service
  23.               url: https://calendar.google.com/calendar/ical/your-info/basic.ics #downloads ICS
  24.               name: Mine # required - name for these calendar events
  25.               color: red # optional - defaults to pre-defined color for the service (zinc for ical)
  26.               params: # optional - additional params for the service
  27.                 showName: true # optional - show name before event title in event line - defaults to fals
  28.     - Calendar:
  29.         icon: mdi-calendar-month-outline
  30.         widget:
  31.           type: calendar
  32.           view: agenda # or 'agenda' if you prefer a list view
  33.           firstDayInWeek: sunday # or 'monday', depending on your preference
  34.           showTime: true # to show event times
  35.           integrations:
  36.             - type: ical # Show calendar events from another service
  37.               url: https://calendar.google.com/calendar/ical/your-info/basic.ics #downloads ICS
  38.               name: Birthdays # required - name for these calendar events
  39.               color: blue # optional - defaults to pre-defined color for the service (zinc for ical)
  40.               params: # optional - additional params for the service
  41.                 showName: true # optional - show name before event title in event line - defaults to false
  42.             - type: ical # Show calendar events from another service
  43.               url: https://calendar.google.com/calendar/ical/your-info/basic.ics #downloads ICS
  44.               name: Mine # required - name for these calendar events
  45.               color: red # optional - defaults to pre-defined color for the service (zinc for ical)
  46.               params: # optional - additional params for the service
  47.                 showName: true # optional - show name before event title in event line - defaults to fals
  48.  
  49.     - Portainer - OMV:
  50.         icon: mdi-docker
  51.         ping: http://192.168.50.223:9000
  52.         href: http://192.168.50.223:9000
  53.         # description: Docker Management
  54.         widget:
  55.            type: portainer
  56.            url: http://192.168.50.223:9000
  57.            env: 2
  58.            key: your-info
  59.            
  60.     - Portainer - Dagobah:
  61.         icon: mdi-docker
  62.         ping: http://192.168.50.105:9000
  63.         href: http://192.168.50.105:9000
  64.         # description: Docker Management
  65.         widget:
  66.            type: portainer
  67.            url: http://192.168.50.105:9000
  68.            env: 2
  69.            key: your-info
  70.            
  71.     - FreshRSS:
  72.         icon: mdi-rss
  73.         ping: https://192.168.50.223:467
  74.         href: https://192.168.50.223:467/i/
  75.         # description: Read all the things
  76.         widget:
  77.            type: freshrss
  78.            url: https://192.168.50.223:467
  79.            username: your-info
  80.            password: your-info
  81.          
  82.  
  83.                
  84.          
  85. - Server Monitor:
  86.     - CPU Usage - OMV:
  87.         icon: mdi-cpu-64-bit
  88.         widget:
  89.           type: glances
  90.           url: http://192.168.50.223:61208
  91.           metric: cpu
  92.     - Network Usage - OMV:
  93.         icon: mdi-network-outline
  94.         widget:
  95.           type: glances
  96.           url: http://192.168.50.223:61208
  97.           metric: network:eth0
  98.     - Memory Usage - OMV:
  99.         icon: mdi-memory
  100.         widget:
  101.           type: glances
  102.           url: http://192.168.50.223:61208
  103.           metric: memory
  104.     - CPU Usage - Dagobah:
  105.         icon: mdi-cpu-64-bit
  106.         widget:
  107.           type: glances
  108.           url: http://192.168.50.105:61208
  109.           metric: cpu
  110.     - Network Usage - Dagobah:
  111.         icon: mdi-network-outline
  112.         widget:
  113.           type: glances
  114.           url: http://192.168.50.105:61208
  115.           metric: network:enp0s31f6
  116.     - Memory Usage - Dagobah:
  117.         icon: mdi-memory
  118.         widget:
  119.           type: glances
  120.           url: http://192.168.50.105:61208
  121.           metric: memory
  122.     - Nginx Proxy Manager:
  123.         icon: mdi-web
  124.         href: http://192.168.50.223:8765
  125.         description:  
  126.         widget:
  127.           type: npm
  128.           url: http://192.168.50.223:81
  129.           username: your-info
  130.           password: your-info
  131.     - What's Up Docker?:
  132.         icon: mdi-docker
  133.         href: http://192.168.50.223:8999
  134.         description:
  135.         widget:
  136.           type: whatsupdocker
  137.           url: http://192.168.50.223:8999
  138.     - Monitor xFinity:
  139.         icon: mdi-speedometer
  140.         href: http://192.168.50.223:8765
  141.         #description: Monitor xFinity
  142.         widget:
  143.           type: speedtest
  144.           url: http://192.168.50.223:8765
  145.     - CyberPower UPS:
  146.         icon: mdi-battery
  147.         href: http://192.168.50.223:8008
  148.         #description: Battery Backup Monitor
  149.         widget:
  150.           type: peanut
  151.           url: http://192.168.50.223:8008
  152.           key: cyberpower
  153.     - VPN:
  154.         icon: mdi-key
  155.         ping: http://192.168.50.223:8100
  156.         #href: https://192.168.50.223:467/i/
  157.         # description: Read all the things
  158.         widget:
  159.            type: gluetun
  160.            url: http://192.168.50.223:8100
  161.     - Drive Health:
  162.         icon: mdi-medical-bag
  163.         widget:
  164.           type: scrutiny
  165.           url: http://192.168.50.223:8016
  166.  
  167. - Disk Usage:
  168.     - Disk Usage SDA - WD8TBMediaPool:
  169.        #icon: mdi-harddisk
  170.         widget:
  171.           type: glances
  172.           url: http://192.168.50.223:61208
  173.           metric: fs:/sda-(WD8TBMediaPool)
  174.           chart: false
  175.     - Disk Usage SDB - BackupMedia3:
  176.         widget:
  177.           type: glances
  178.           url: http://192.168.50.223:61208
  179.           metric: fs:/sdb-(BackupMedia3)
  180.           chart: false
  181.     - Disk Usage SDC - BackupMedia1:
  182.         widget:
  183.           type: glances
  184.           url: http://192.168.50.223:61208
  185.           metric: fs:/sdc-(BackupMedia1)
  186.           chart: false
  187.     - Disk Usage SDD - BackupMedia2:
  188.         widget:
  189.           type: glances
  190.           url: http://192.168.50.223:61208
  191.           metric: fs:/sdd-(BackupMedia2)
  192.           chart: false
  193.     - Disk Usage SDE - WD10tb:
  194.         widget:
  195.           type: glances
  196.           url: http://192.168.50.223:61208
  197.           metric: fs:/sde-(WD10tb)
  198.           chart: false
  199.     - Disk Usage SDF - WD8TB:
  200.         widget:
  201.           type: glances
  202.           url: http://192.168.50.223:61208
  203.           metric: fs:/sdf-(WD8TB)
  204.           chart: false
  205.     - Disk Usage SDG - WD4tbA:
  206.         widget:
  207.           type: glances
  208.           url: http://192.168.50.223:61208
  209.           metric: fs:/sdg-(WD4tbA)
  210.           chart: false
  211.     - Disk Usage SDH - WD14tbA:
  212.         widget:
  213.           type: glances
  214.           url: http://192.168.50.223:61208
  215.           metric: fs:/sdh-(WD14tbA)
  216.           chart: false
  217.     - Disk Usage SDI - Boot:
  218.         widget:
  219.           type: glances
  220.           url: http://192.168.50.223:61208
  221.           metric: fs:/sdi-(boot)
  222.           chart: false
  223.     - Disk Usage SDJ - WD10tb:
  224.         widget:
  225.           type: glances
  226.           url: http://192.168.50.223:61208
  227.           metric: fs:/sdj-(WD10tb)
  228.           chart: false
  229.     - Disk Usage SDK - DockerData:
  230.         widget:
  231.           type: glances
  232.           url: http://192.168.50.223:61208
  233.           metric: fs:/sdk-(docker_data)
  234.           chart: false
  235.     - Disk Usage SDL - WD14tb:
  236.         widget:
  237.           type: glances
  238.           url: http://192.168.50.223:61208
  239.           metric: fs:/sdl-(WD14tb)
  240.           chart: false
  241.     # - Disk Usage MergerFS Media_Pool:
  242.         # widget:
  243.           # type: glances
  244.           # url: http://192.168.50.223:61208
  245.           # metric: fs:/mergerfs-media_pool
  246.           # chart: false
  247.     # - Disk Usage MergerFS Media_Backup:
  248.         # widget:
  249.           # type: glances
  250.           # url: http://192.168.50.223:61208
  251.           # metric: fs:/mergerfs-media_backup
  252.           # chart: false
  253.    
  254.          
  255. - Containers:
  256.     - Portainer:
  257.         icon: portainer.png
  258.         href: http://192.168.50.223:9000
  259.         description: Docker Management
  260.         widget:
  261.            type: portainer
  262.            url: http://192.168.50.223:9000
  263.            env: 2
  264.            key: your-info
  265.        
  266.     - Gluetun-Wireguard:
  267.         icon: wireguard.png
  268.         href: "http://192.168.50.223:9000"
  269.         description: VPN Management
  270.         server: my-docker # The docker server that was configured
  271.         container: dl-gluetun_wireguard # The name of the container you'd like to connect
  272.        
  273.     - Plex:
  274.         icon: plex.png
  275.         href: "http://192.168.50.223:32400/web/index.html#!/"
  276.         description: Media Server
  277.         server: my-docker # The docker server that was configured
  278.         container: plex # The name of the container you'd like to connect
  279.        
  280.     - Tautulli:
  281.         icon: tautulli.png
  282.         href: "http://192.168.50.223:32400/web/index.html#!/"
  283.         description: Plex Monitoring
  284.         server: my-docker # The docker server that was configured
  285.         container: tautulli # The name of the container you'd like to connect
  286.  
  287.     - Kodi-Headless:
  288.         icon: kodi.png
  289.         href: "http://192.168.50.223:8060/"
  290.         description: Media Server
  291.         server: my-docker # The docker server that was configured
  292.         container: kodi-headless # The name of the container you'd like to connect
  293.        
  294.     - Jellyfin (Dagobah):
  295.         icon: jellyfin.png
  296.         href: "http://192.168.50.105:8096/web/index.html#!/home.html"
  297.         description: Media Server
  298.         server: my-docker-dagobah # The docker server that was configured
  299.         container: jellyfin # The name of the container you'd like to connect
  300.  
  301.     - Komga:
  302.         icon: komga.png
  303.         href: "http://192.168.50.223:8082/dashboard"
  304.         description: Comics Management
  305.         server: my-docker # The docker server that was configured
  306.         container: komga # The name of the container you'd like to connect
  307.        
  308.     - Logitech Media Server:
  309.         icon: logitech-legacy.png
  310.         href: "http://192.168.50.223:9123/"
  311.         description: The Mighty LMS
  312.         server: my-docker # The docker server that was configured
  313.         container: logitechmediaserver # The name of the container you'd like to connect
  314.        
  315.     - Mini DLNA:
  316.         icon: headphones.png
  317.         href: "http://192.168.50.223:8205/"
  318.         description: minidlna-minidlna-1
  319.         server: my-docker # The docker server that was configured
  320.         container: joplin-server-app-1 # The name of the container you'd like to connect
  321.        
  322.     - Radarr:
  323.         icon: radarr.png
  324.         href: "http://192.168.50.223:7878/"
  325.         description: Movie Management
  326.         server: my-docker # The docker server that was configured
  327.         container: dl-radarr # The name of the container you'd like to connect
  328.        
  329.     - Sonarr:
  330.         icon: sonarr.png
  331.         href: "http://192.168.50.223:8989/"
  332.         description: TV Shows Management
  333.         server: my-docker # The docker server that was configured
  334.         container: dl-sonarr # The name of the container you'd like to connect  
  335.  
  336.     - Mylar:
  337.         icon: mylar.png
  338.         href: "http://192.168.50.223:8090/home"
  339.         description: Comics Management
  340.         server: my-docker # The docker server that was configured
  341.         container: dl-mylar3 # The name of the container you'd like to connect
  342.  
  343.     - Bazarr:
  344.         icon: bazarr.png
  345.         href: "http://192.168.50.223:6767/series"
  346.         description: Subtitles Management
  347.         server: my-docker # The docker server that was configured
  348.         container: dl-bazarr # The name of the container you'd like to connect
  349.  
  350.     - Overseerr:
  351.         icon: overseerr.png
  352.         href: "http://192.168.50.223:5055/"
  353.         description: Media Request Management
  354.         server: my-docker # The docker server that was configured
  355.         container: dl-overseerr # The name of the container you'd like to connect
  356.  
  357.     - Prowlarr:
  358.         icon: prowlarr.png
  359.         href: "http://192.168.50.223:9696/"
  360.         description: Usenet/Torrent Indexer Manager
  361.         server: my-docker # The docker server that was configured
  362.         container: dl-prowlarr # The name of the container you'd like to connect
  363.  
  364.     - NZBHydra:
  365.         icon: nzbhydra.png
  366.         href: "http://192.168.50.223:5076/"
  367.         description: Usenet/Torrent Indexer Manager
  368.         server: my-docker # The docker server that was configured
  369.         container: dl-nzbhydra # The name of the container you'd like to connect
  370.  
  371.     - SABnzbd:
  372.         icon: sabnzbd.png
  373.         href: "http://192.168.50.223:8080/"
  374.         description: Usenet Download Management
  375.         server: my-docker # The docker server that was configured
  376.         container: dl-sabnzbd-gluetun # The name of the container you'd like to connect
  377.  
  378.     - qBittorrent:
  379.         icon: qbittorrent.png
  380.         href: "http://192.168.50.223:7979/"
  381.         description: Torrent Download Management
  382.         server: my-docker # The docker server that was configured
  383.         container: dl-qbittorrent-gluetun # The name of the container you'd like to connect  
  384.  
  385.     - FreshRSS:
  386.         icon: freshrss.png
  387.         href: "https://192.168.50.223:467/i/"
  388.         description: RSS Feeds and Management
  389.         server: my-docker # The docker server that was configured
  390.         container: freshrss # The name of the container you'd like to connect
  391.        
  392.     - Mealie:
  393.         icon: mealie.png
  394.         href: "http://192.168.50.223:8787/"
  395.         description: Recipe Management
  396.         server: my-docker # The docker server that was configured
  397.         container: mealie # The name of the container you'd like to connect
  398.                
  399.     - Glances:
  400.         icon: glances.png
  401.         href: "http://192.168.50.223:32400/web/index.html#!/"
  402.         description: Glances
  403.         server: my-docker # The docker server that was configured
  404.         container: glances # The name of the container you'd like to connect
  405.        
  406.     - Nginx Proxy Manager:
  407.         icon: nginx.png
  408.         href: "http://192.168.50.223:81/nginx/proxy"
  409.         description: Proxy Host Management
  410.         server: my-docker # The docker server that was configured
  411.         container: nginx-proxy # The name of the container you'd like to connect
  412.        
  413.     - Scrutiny:
  414.         icon: scrutiny.png
  415.         href: "http://192.168.50.223:8015/web/dashboard"
  416.         description: Hard Drive Monitoring
  417.         server: my-docker # The docker server that was configured
  418.         container: scrutiny # The name of the container you'd like to connect
  419.        
  420.     - SpeedTest:
  421.         icon: speedtest-tracker.png
  422.         href: "http://192.168.50.223:8765/"
  423.         description: xFinity Speed monitor
  424.         server: my-docker # The docker server that was configured
  425.         container: speedtest # The name of the container you'd like to connect
  426.        
  427.     - Syncthing:
  428.         icon: syncthing.png
  429.         href: "http://192.168.50.223:8384/"
  430.         description: Sync All The Things
  431.         server: my-docker # The docker server that was configured
  432.         container: syncthing # The name of the container you'd like to connect
  433.        
  434.     - Vaultwarden:
  435.         icon: vaultwarden.png
  436.         href: "https://vw.denogg.info/#/login"
  437.         description: Credentials Management
  438.         server: my-docker # The docker server that was configured
  439.         container: vaultwarden # The name of the container you'd like to connect
  440.        
  441.     - Whoogle:
  442.         icon: google.png
  443.         href: "http://192.168.50.223:5050/"
  444.         description: Search
  445.         server: my-docker # The docker server that was configured
  446.         container: whoogle # The name of the container you'd like to connect
  447.        
  448.  
  449.     - Portainer:
  450.         icon: portainer.png
  451.         href: "http://192.168.50.223:9000"
  452.         description: Docker Stacks Management
  453.         server: my-docker # The docker server that was configured
  454.         container: portainer # The name of the container you'd like to connect
  455.        
  456.     - Portainer Backup:
  457.         icon: portainer.png
  458. #        href: "\\192.168.50.223\Media\Misc\Operating_Systems\Portainer_Backup"
  459.         description: Portainer Backup Management
  460.         server: my-docker # The docker server that was configured
  461.         container: portainer-backup # The name of the container you'd like to connect
  462.  
  463.        
  464. - Media:
  465.     - Sonarr:
  466.         icon: sonarr.png
  467.         href: http://192.168.50.223:8989
  468.         description: Series management
  469.         widget:
  470.           type: sonarr
  471.           url: http://192.168.50.223:8989
  472.           key: your-info
  473.     - Radarr:
  474.         icon: radarr.png
  475.         href: http://192.168.50.223:7878
  476.         description: Movie management
  477.         widget:
  478.           type: radarr
  479.           url: http://192.168.50.223:7878
  480.           key: your-info
  481.     - Mylar:
  482.         icon: mylar.png
  483.         href: http://192.168.50.223:8090
  484.         description: Comics management
  485.         widget:
  486.           type: mylar
  487.           url: http://192.168.50.223:8090
  488.           key: your-info
  489.     - Komga:
  490.          icon: komga.png
  491.          href: http://192.168.50.223:8082/dashboard
  492.          description: Komga - OMV
  493.          widget:
  494.            type: komga
  495.            url: http://192.168.50.223:8082
  496.            username: your-info
  497.            password: your-info
  498.     - Prowlarr:
  499.         icon: prowlarr.png
  500.         href: http://192.168.50.223:9696
  501.         description: Download management
  502.         widget:
  503.           type: prowlarr
  504.           url: http://192.168.50.223:9696
  505.           key: your-info
  506.     - Overseerr:
  507.         icon: overseerr.png
  508.         href: http://192.168.50.223:5055
  509.         description: Request management
  510.         widget:
  511.           type: overseerr
  512.           url: http://192.168.50.223:5055
  513.           key: your-info
  514.     - SABnzbd:
  515.         icon: sabnzbd.png
  516.         href: http://192.168.50.223:8080
  517.         description: Usenet management
  518.         widget:
  519.           type: sabnzbd
  520.           url: http://192.168.50.223:8080
  521.           key: your-info
  522.     - qBittorrent:
  523.         icon: qbittorrent.png
  524.         href: http://192.168.50.223:7979
  525.         description: Torrent management
  526.         widget:
  527.           type: qbittorrent
  528.           url: http://192.168.50.223:7979
  529.           username: your-info
  530.           password: your-info
  531.     - Calendar:
  532.         icon: mdi-calendar-export-outline
  533.         widget:
  534.           type: calendar
  535.           view: monthly # or 'agenda' if you prefer a list view
  536.           firstDayInWeek: sunday # or 'monday', depending on your preference
  537.           showTime: true # to show event times
  538.           integrations:
  539.             - type: sonarr
  540.               service_group: Media # This should match the group name where Sonarr is configured
  541.               service_name: Sonarr # This should match the service name used for Sonarr
  542.               color: teal # You can choose a color for the events from Sonarr
  543.               params:
  544.                 unmonitored: true # Optional parameter for Sonarr
  545.  
  546.  
  547. - Streaming Now:
  548.     - Plex:
  549.         href: http://192.168.50.223:32400/web/index.html#!/
  550.         description: OMV
  551.         icon: plex.png
  552.         ping: http://192.168.50.223:32400
  553.         widget:
  554.           type: plex
  555.           url: http://192.168.50.223:32400
  556.           key: your-info
  557.     - Tautulli:
  558.         href: http://192.168.50.223:8181/home
  559.         description: OMV
  560.         widget:
  561.           type: tautulli
  562.           url: http://192.168.50.223:8181
  563.           key: your-info
  564.     - Plex:
  565.         href: http://192.168.50.105:32400/web/index.html#!/
  566.         description: Dagobah
  567.         icon: plex.png
  568.         ping: http://192.168.50.105:32400
  569.         widget:
  570.           type: plex
  571.           url: http://192.168.50.105:32400
  572.           key: your-info
  573.     - Tautulli:
  574.         href: http://192.168.50.105:8181/home
  575.         description: Dagobah
  576.         widget:
  577.           type: tautulli
  578.           url: http://192.168.50.105:8181
  579.           key: your-info
  580.     - Jellyfin:
  581.         href: http://192.168.50.105:8096
  582.         description: Jellyfin - Dagobah
  583.         widget:
  584.           type: jellyfin
  585.           url: http://192.168.50.105:8096
  586.           key: your-info
  587.           enableBlocks: true # optional, defaults to false
  588.           enableNowPlaying: true # optional, defaults to true
  589.    
  590.        
  591. - Feeds:
  592.     - FreshRSS:
  593.         href: https://192.168.50.223:467/i/
  594.         description: Read all the things
  595.         widget:
  596.           type: freshrss
  597.           url: https://192.168.50.223:467
  598.           username: your-info
  599.           password: your-info
  600.     - Fresh2:
  601.         widget:
  602.           type: iframe
  603.           name: myIframe
  604.           src: https://192.168.50.223:467
  605.           classes: h-60 sm:h-60 md:h-300 lg:h-300 xl:h-60 2xl:h-300 # optional, use tailwind height classes, see https://tailwindcss.com/docs/height
  606.           referrerPolicy: same-origin # optional, no default
  607.           allowPolicy: autoplay; fullscreen; gamepad # optional, no default
  608.           allowFullscreen: true # optional, default: true
  609.           loadingStrategy: eager # optional, default: eager
  610.           allowScrolling: yes # optional, default: yes
  611.           refreshInterval: 60000 # optional, no default
Tags: homepage
Add Comment
Please, Sign In to add comment