From ffb1372897e7b5f0ff3ee34e7fcb306e6f5c05c1 Mon Sep 17 00:00:00 2001 From: Dominik Date: Sat, 3 Aug 2024 21:26:02 +0200 Subject: [PATCH] added missing links to homepage --- README.md | 34 +- glances/glances.conf | 131 +- homepage/homepage-config/logs/homepage.log | 2466 ++++++++++++++++++++ homepage/homepage-config/services.yaml | 319 ++- moodle/compose.yml | 10 +- netalertx/compose.yml | 9 +- netdata/compose.yml | 5 +- pihole/compose.yml | 1 - webtrees/compose.yml | 2 +- 9 files changed, 2798 insertions(+), 179 deletions(-) diff --git a/README.md b/README.md index 71af165..94c3893 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ Run first: docker network create --driver bridge proxy ``` +### For container using host networking: +The host networking driver only works on Linux hosts, but is availabe as a beta feature on Docker Desktop version 4.29 and later for Mac, Windows, and Linux. To enable this feature, navigate to the Features in development tab in Settings, and then select Enable host networking. + ## Services | Service | Port | @@ -85,30 +88,9 @@ docker network create --driver bridge proxy ### Add to Homepage -- glances 61208 test on windows -- moodle 8089 -- kavita 5003 -- mealie 9925 -- metube 8088 -- pinchflat 8945 -- netalertx 20211 test on windows -- netdata 19999 test on windows -- stirlingpdf 8092 -- redis 6379 -- tinyfilemanager 8091 -- jupytherlab 8888 -- vaultwarden 8093 -- cyberchef 8094 -- https://it-tools.tech/ 8095 -- cadvisor 8096 -- heimdall 8097 -- homer 8099 -- pihole 9002 test on windows -- https://github.com/claabs/epicgames-freegames-node 3003 -- https://github.com/vogler/free-games-claimer 6080 -- https://about.gitea.com/ 3004 -- https://www.navidrome.org/ 4533 -- https://github.com/linuxserver/docker-webtop 3008 +- immich +- esphome +- organizr ### Übung @@ -123,7 +105,3 @@ docker network create --driver bridge proxy - [Composerize](https://www.composerize.com/) - [Kasmweb](https://www.kasmweb.com/) - [ChristianLempa/boilerplates](https://github.com/ChristianLempa/boilerplates/tree/main/docker-compose) - -## Issues - -Web UI of container running in host networking mode on macOS do not seem to be reachable. diff --git a/glances/glances.conf b/glances/glances.conf index ff9c615..25fa8c2 100644 --- a/glances/glances.conf +++ b/glances/glances.conf @@ -8,7 +8,7 @@ # It is also possible to overwrite it in each plugin sections refresh=2 # Does Glances should check if a newer version is available on PyPI ? -check_update=False +check_update=true # History size (maximum number of values) # Default is 1200 values (~1h with the default refresh rate) history_size=1200 @@ -23,44 +23,20 @@ history_size=1200 ############################################################################## [outputs] -# Options for all UIs -#-------------------- # Separator in the Curses and WebUI interface (between top and others plugins) -#separator=True +separator=True # Set the the Curses and WebUI interface left menu plugin list (comma-separated) #left_menu=network,wifi,connections,ports,diskio,fs,irq,folders,raid,smart,sensors,now -# Limit the number of processes to display (in the WebUI) +# Limit the number of processes to display (for the WebUI) max_processes_display=25 -# Options for WebUI -#------------------ -# Set URL prefix for the WebUI and the API +# Set the URL prefix (for the WebUI and the API) # Example: url_prefix=/glances/ => http://localhost/glances/ -# Note: The final / is mandatory +# The final / is mandatory # Default is no prefix (/) #url_prefix=/glances/ -# Set root path for WebUI statics files -# Why ? On Debian system, WebUI statics files are not provided. -# You can download it in a specific folder -# thanks to https://github.com/nicolargo/glances/issues/2021 -# then configure this folder with the webui_root_path key -# Default is folder where glances_restfull_api.py is hosted -#webui_root_path= -# CORS options -# Comma separated list of origins that should be permitted to make cross-origin requests. -# Default is * -#cors_origins=* -# Indicate that cookies should be supported for cross-origin requests. -# Default is True -#cors_credentials=True -# Comma separated list of HTTP methods that should be allowed for cross-origin requests. -# Default is * -#cors_methods=* -# Comma separated list of HTTP request headers that should be supported for cross-origin requests. -# Default is * -#cors_headers=* ############################################################################## -# Plugins +# plugins ############################################################################## [quicklook] @@ -134,18 +110,13 @@ steal_critical=90 #steal_log=True # # Context switch limit (core / second) -# Leave commented to just use the default config critical is 50000*(Logical CPU cores) +# Leave commented to just use the default config (critical is 50000*# (Logical CPU cores) #ctx_switches_careful=10000 #ctx_switches_warning=12000 #ctx_switches_critical=14000 [percpu] disable=False -# Define the maximum number of CPU displayed at a time -# If the number of CPU is higher than the one configured in max_cpu_display then: -# - display top 'max_cpu_display' (sorted by CPU consumption) -# - a last line will be added with the mean of all other CPUs -max_cpu_display=4 # Define CPU thresholds in % # Default values if not defined: 50/70/90 user_careful=50 @@ -213,13 +184,9 @@ tx_careful=70 tx_warning=80 tx_critical=90 # Define the list of hidden network interfaces (comma-separated regexp) -#hide=docker.*,lo +hide=docker.*,lo # Define the list of wireless network interfaces to be show (comma-separated) #show=docker.* -# Automatically hide interface not up (default is False) -hide_no_up=True -# Automatically hide interface with no IP address (default is False) -hide_no_ip=True # It is possible to overwrite the bitrate thresholds per interface # WLAN 0 Default limits (in bits per second aka bps) for interface bitrate #wlan0_rx_careful=4000000 @@ -234,33 +201,22 @@ hide_no_ip=True #alias=wlp2s0:WIFI [ip] -# Disable display of private IP address disable=False -# Configure the online service where public IP address information will be downloaded -# - public_disabled: Disable public IP address information (set to True for offline platform) -# - public_refresh_interval: Refresh interval between to calls to the online service -# - public_api: URL of the API (the API should return an JSON object) -# - public_username: Login for the online service (if needed) -# - public_password: Password for the online service (if needed) -# - public_field: Field name of the public IP address in onlibe service JSON message -# - public_template: Template to build the public message -# -# Example for IPLeak service: -# public_api=https://ipv4.ipleak.net/json/ -# public_field=ip -# public_template={ip} {continent_name}/{country_name}/{city_name} -# -public_disabled=True public_refresh_interval=300 -public_api=https://ipv4.ipleak.net/json/ -#public_username= -#public_password= -public_field=ip -public_template={continent_name}/{country_name}/{city_name} +public_ip_disabled=False +# Configuration for the Censys online service +# Need to create an aacount: https://censys.io/login +censys_url=https://search.censys.io/api +# Get your own credential here: https://search.censys.io/account/api +# Enter your credential and uncomment the following lines +#censys_username= +#censys_password= +# List of fields to be displayed in user interface (comma separated) +censys_fields=location:continent,location:country,autonomous_system:name [connections] # Display additional information about TCP connections -# This plugin is disabled by default because it consumes lots of CPU +# This plugin is disabled by default disable=True # nf_conntrack thresholds in % nf_conntrack_percent_careful=70 @@ -269,7 +225,7 @@ nf_conntrack_percent_critical=90 [wifi] disable=False -# Define SIGNAL thresholds in dBm (lower is better...) +# Define SIGNAL thresholds in db (lower is better...) # Based on: http://serverfault.com/questions/501025/industry-standard-for-minimum-wifi-signal-strength careful=-65 warning=-75 @@ -288,7 +244,7 @@ hide=loop.*,/dev/loop.* [fs] disable=False # Define the list of file system to hide (comma-separated regexp) -hide=/boot.*,.*/snap.* +hide=/boot.*,/snap.* # Define the list of file system to show (comma-separated regexp) #show=/,/srv # Define filesystem space thresholds in % @@ -319,16 +275,14 @@ disable=False # * warning: optional warning threshold (in MB) # * critical: optional critical threshold (in MB) # * refresh: interval in second between two refreshes -#folder_1_path=/tmp -#folder_1_careful=2500 -#folder_1_warning=3000 -#folder_1_critical=3500 -#folder_1_refresh=60 -#folder_2_path=/home/nicolargo/Videos -#folder_2_warning=17000 -#folder_2_critical=20000 -#folder_3_path=/nonexisting -#folder_4_path=/root +folder_1_path=/rootfs/mnt/disk1 +folder_1_careful=1600000 +folder_1_warning=1700000 +folder_1_critical=1800000 +folder_1_refresh=60 +folder_2_path=/rootfs/mnt/cache +folder_2_warning=300000 +folder_2_critical=400000 [cloud] # Documentation: https://glances.readthedocs.io/en/latest/aoa/cloud.html @@ -338,7 +292,7 @@ disable=True [raid] # Documentation: https://glances.readthedocs.io/en/latest/aoa/raid.html # This plugin is disabled by default -disable=True +disable=False [smart] # Documentation: https://glances.readthedocs.io/en/latest/aoa/smart.html @@ -354,13 +308,10 @@ port=7634 [sensors] # Documentation: https://glances.readthedocs.io/en/latest/aoa/sensors.html disable=False -# Set the refresh multiplicator for the sensors -# By default refresh every Glances refresh * 3 (increase to reduce CPU consumption) -#refresh=3 -# Hide some sensors (comma separated list of regexp) -hide=unknown.* -# Show only the following sensors (comma separated list of regexp) -#show=CPU.* +# By default refresh every refresh time * 2 +#refresh=6 +# Hide some sensors +#hide=ambient # Sensors core thresholds (in Celsius...) # Default values are grabbed from the system #temperature_core_careful=45 @@ -375,8 +326,6 @@ temperature_hdd_critical=60 battery_careful=80 battery_warning=90 battery_critical=95 -# Fan speed threshold in RPM -#fan_speed_careful=100 # Sensors alias #alias=core 0:CPU Core 0,core 1:CPU Core 1 @@ -423,7 +372,7 @@ refresh=30 # Set the default timeout (in second) for a scan (can be overwritten in the scan list) timeout=3 # If port_default_gateway is True, add the default gateway on top of the scan list -port_default_gateway=False +port_default_gateway=True # # Define the scan list (1 < x < 255) # port_x_host (name or IP) is mandatory @@ -574,7 +523,7 @@ db=glances #prefix=foo # Following tags will be added for all measurements # You can also use dynamic values. -# Note: hostname and name (for process) are always added as a tag +# Note: hostname is always added as a tag #tags=foo:bar,spam:eggs,domain:`domainname` [influxdb2] @@ -597,7 +546,7 @@ token=EjFUTWe8U-MIseEAkaVIgVnej_TrnbdvEcRkaB1imstW7gapSqy6_6-8XD-yd51V0zUUpDy-kA #prefix=foo # Following tags will be added for all measurements # You can also use dynamic values. -# Note: hostname and name (for process) are always added as a tag +# Note: hostname is always added as a tag #tags=foo:bar,spam:eggs,domain:`domainname` [cassandra] @@ -786,13 +735,13 @@ refresh=3 countmax=20 [amp_conntrack] -# Use && separator for multiple commands +# Use comma separated for multiple commands (no space around the comma) # If the regex key is not defined, the AMP will be executed every refresh second # and the process count will not be displayed (countmin and countmax will be ignore) enable=false refresh=30 one_line=false -command=sysctl net.netfilter.nf_conntrack_count && sysctl net.netfilter.nf_conntrack_max +command=sysctl net.netfilter.nf_conntrack_count;sysctl net.netfilter.nf_conntrack_max [amp_nginx] # Use the NGinx AMP @@ -817,4 +766,4 @@ enable=false regex=\/sbin\/init refresh=30 one_line=true -service_cmd=/usr/bin/service --status-all \ No newline at end of file +service_cmd=/usr/bin/service --status-all diff --git a/homepage/homepage-config/logs/homepage.log b/homepage/homepage-config/logs/homepage.log index 2e03f7b..81b859e 100644 --- a/homepage/homepage-config/logs/homepage.log +++ b/homepage/homepage-config/logs/homepage.log @@ -1131,3 +1131,2469 @@ [errors]: [ [Error] ] } ] +[2024-08-03T15:36:56.273Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:36:56.276Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:36:59.566Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:36:59.567Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:37:12.688Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:37:12.688Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:37:15.983Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:37:15.984Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:38:11.974Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:38:11.977Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:38:15.293Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:38:15.294Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:38:30.433Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:38:30.434Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:38:33.729Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:38:33.730Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:38:55.347Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:38:55.348Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:38:58.649Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:38:58.649Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:39:14.513Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:39:14.514Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:39:17.814Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:39:17.815Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:46:18.102Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:46:18.104Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:46:21.408Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:46:21.408Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:46:52.868Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:46:52.870Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:46:56.162Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:46:56.162Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:47:10.944Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:47:10.945Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:47:14.239Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:47:14.239Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:47:26.864Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:47:26.865Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:47:30.160Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:47:30.160Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:48:02.727Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:48:02.727Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:48:06.034Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:48:06.034Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:48:20.243Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:48:20.244Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:48:23.546Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:48:23.546Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:48:36.495Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:48:36.496Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:48:39.807Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:48:39.807Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:48:54.494Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:48:54.495Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:48:57.807Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:48:57.807Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:49:15.072Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:49:15.074Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:49:18.395Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:49:18.395Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:49:26.704Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:49:26.704Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:49:30.005Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:49:30.005Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:50:11.241Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:50:11.241Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:50:14.540Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:50:14.540Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:50:56.941Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:50:56.941Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:51:00.255Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:51:00.255Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:51:12.089Z] error: Error calling http://glances:61208/... +[2024-08-03T15:51:12.089Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:51:12.255Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:51:12.256Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:51:15.381Z] error: Error calling http://glances:61208/... +[2024-08-03T15:51:15.382Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:51:15.549Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:51:15.549Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:52:08.733Z] error: Error calling http://glances:61208/... +[2024-08-03T15:52:08.733Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:52:08.902Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:52:08.903Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:52:12.034Z] error: Error calling http://glances:61208/... +[2024-08-03T15:52:12.035Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:52:12.202Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:52:12.202Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:52:26.650Z] error: Error calling http://glances:61208/... +[2024-08-03T15:52:26.652Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:52:26.694Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T15:52:26.694Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:52:26.694Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T15:52:29.955Z] error: Error calling http://glances:61208/api/4/quicklook... +[2024-08-03T15:52:29.956Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:52:29.956Z] error: HTTP Error 500 calling http://glances:61208/api/4/quicklook +[2024-08-03T15:52:30.003Z] error: Error calling http://glances:61208/... +[2024-08-03T15:52:30.004Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:52:33.293Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:52:33.293Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:52:36.599Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:52:36.599Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:53:07.619Z] error: Error calling http://glances:61208/... +[2024-08-03T15:53:07.620Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:53:07.666Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T15:53:07.666Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:53:07.667Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T15:53:10.911Z] error: Error calling http://glances:61208/api/4/quicklook... +[2024-08-03T15:53:10.911Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:53:10.911Z] error: HTTP Error 500 calling http://glances:61208/api/4/quicklook +[2024-08-03T15:53:10.971Z] error: Error calling http://glances:61208/... +[2024-08-03T15:53:10.972Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:53:14.251Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:53:14.251Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:53:17.564Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:53:17.564Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:53:28.053Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T15:53:28.054Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:53:28.054Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T15:53:29.890Z] error: Error calling http://glances:61208/... +[2024-08-03T15:53:29.891Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:53:31.354Z] error: Error calling http://glances:61208/api/4/quicklook... +[2024-08-03T15:53:31.354Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:53:31.354Z] error: HTTP Error 500 calling http://glances:61208/api/4/quicklook +[2024-08-03T15:53:33.194Z] error: Error calling http://glances:61208/... +[2024-08-03T15:53:33.194Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:53:37.184Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:53:37.184Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:53:40.494Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:53:40.494Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:53:57.190Z] error: Error calling http://glances:61208/... +[2024-08-03T15:53:57.190Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:53:57.221Z] error: Error calling http://glances:61208/api/4/quicklook... +[2024-08-03T15:53:57.221Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:53:57.221Z] error: HTTP Error 500 calling http://glances:61208/api/4/quicklook +[2024-08-03T15:54:00.503Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:54:00.503Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:54:00.534Z] error: Error calling http://glances:61208/... +[2024-08-03T15:54:00.535Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:54:03.801Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:54:03.802Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:54:08.183Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T15:54:08.183Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:54:08.183Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T15:54:18.954Z] error: Error calling http://glances:61208/... +[2024-08-03T15:54:18.954Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:54:18.969Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T15:54:18.970Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:54:18.970Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T15:54:22.246Z] error: Error calling http://glances:61208/api/4/quicklook... +[2024-08-03T15:54:22.247Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:54:22.247Z] error: HTTP Error 500 calling http://glances:61208/api/4/quicklook +[2024-08-03T15:54:22.277Z] error: Error calling http://glances:61208/... +[2024-08-03T15:54:22.278Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:54:25.582Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:54:25.582Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:54:28.889Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:54:28.890Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:58:21.172Z] error: Error calling http://glances:61208/... +[2024-08-03T15:58:21.173Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:58:21.188Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T15:58:21.188Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:58:21.188Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T15:58:24.477Z] error: Error calling http://glances:61208/api/4/quicklook... +[2024-08-03T15:58:24.477Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:58:24.477Z] error: HTTP Error 500 calling http://glances:61208/api/4/quicklook +[2024-08-03T15:58:24.503Z] error: Error calling http://glances:61208/... +[2024-08-03T15:58:24.503Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:58:27.829Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:58:27.830Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:58:31.140Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T15:58:31.140Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T15:58:43.358Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T15:58:43.359Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T15:58:43.359Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T16:00:35.842Z] error: Error calling http://glances:61208/... +[2024-08-03T16:00:35.843Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:00:35.874Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T16:00:35.874Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:00:35.874Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T16:00:39.134Z] error: Error calling http://glances:61208/api/4/quicklook... +[2024-08-03T16:00:39.135Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:00:39.135Z] error: HTTP Error 500 calling http://glances:61208/api/4/quicklook +[2024-08-03T16:00:39.179Z] error: Error calling http://glances:61208/... +[2024-08-03T16:00:39.180Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:00:42.435Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:00:42.435Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:00:45.744Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:00:45.745Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:00:52.925Z] error: Error calling http://kavita:3000/... +[2024-08-03T16:00:52.926Z] error: [ + 500, + AggregateError + at internalConnectMultiple (node:net:1114:18) + at afterConnectMultiple (node:net:1601:5) { + code: 'ECONNREFUSED', + [errors]: [ [Error] ] + } +] +[2024-08-03T16:00:52.930Z] error: Error calling http://kavita:3000/... +[2024-08-03T16:00:52.931Z] error: [ + 500, + AggregateError + at internalConnectMultiple (node:net:1114:18) + at afterConnectMultiple (node:net:1601:5) { + code: 'ECONNREFUSED', + [errors]: [ [Error] ] + } +] +[2024-08-03T16:00:56.224Z] error: Error calling http://moodle/... +[2024-08-03T16:00:56.224Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND moodle + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'moodle' + } +] +[2024-08-03T16:00:56.808Z] error: Error calling http://glances:61208/... +[2024-08-03T16:00:56.808Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:00:59.510Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T16:00:59.510Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:00:59.511Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T16:01:00.097Z] error: Error calling http://glances:61208/api/4/quicklook... +[2024-08-03T16:01:00.098Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:01:00.098Z] error: HTTP Error 500 calling http://glances:61208/api/4/quicklook +[2024-08-03T16:01:02.816Z] error: Error calling http://moodle/... +[2024-08-03T16:01:02.816Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND moodle + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'moodle' + } +] +[2024-08-03T16:01:03.391Z] error: Error calling http://glances:61208/... +[2024-08-03T16:01:03.391Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:01:06.165Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:01:06.166Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:01:09.473Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:01:09.474Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:01:20.942Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T16:01:20.943Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:01:20.943Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T16:01:24.671Z] error: Error calling http://moodle/... +[2024-08-03T16:01:24.672Z] error: [ + 500, + AggregateError + at internalConnectMultiple (node:net:1114:18) + at afterConnectMultiple (node:net:1601:5) { + code: 'ECONNREFUSED', + [errors]: [ [Error] ] + } +] +[2024-08-03T16:01:24.681Z] error: Error calling http://moodle/... +[2024-08-03T16:01:24.682Z] error: [ + 500, + AggregateError + at internalConnectMultiple (node:net:1114:18) + at afterConnectMultiple (node:net:1601:5) { + code: 'ECONNREFUSED', + [errors]: [ [Error] ] + } +] +[2024-08-03T16:01:28.018Z] error: Error calling http://glances:61208/... +[2024-08-03T16:01:28.019Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:01:28.034Z] error: Error calling http://glances:61208/api/4/quicklook... +[2024-08-03T16:01:28.035Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:01:28.035Z] error: HTTP Error 500 calling http://glances:61208/api/4/quicklook +[2024-08-03T16:01:29.901Z] error: Error calling http://glances:61208/... +[2024-08-03T16:01:29.901Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:01:31.314Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T16:01:31.314Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:01:31.314Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T16:01:33.252Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:01:33.253Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:01:36.544Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:01:36.544Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:01:45.858Z] error: Error calling http://kavita:3000/... +[2024-08-03T16:01:45.858Z] error: [ + 500, + AggregateError + at internalConnectMultiple (node:net:1114:18) + at afterConnectMultiple (node:net:1601:5) { + code: 'ECONNREFUSED', + [errors]: [ [Error] ] + } +] +[2024-08-03T16:01:45.862Z] error: Error calling http://kavita:3000/... +[2024-08-03T16:01:45.863Z] error: [ + 500, + AggregateError + at internalConnectMultiple (node:net:1114:18) + at afterConnectMultiple (node:net:1601:5) { + code: 'ECONNREFUSED', + [errors]: [ [Error] ] + } +] +[2024-08-03T16:02:28.810Z] error: Error calling http://kavita:3000/... +[2024-08-03T16:02:28.811Z] error: [ + 500, + AggregateError + at internalConnectMultiple (node:net:1114:18) + at afterConnectMultiple (node:net:1601:5) { + code: 'ECONNREFUSED', + [errors]: [ [Error] ] + } +] +[2024-08-03T16:02:28.818Z] error: Error calling http://kavita:3000/... +[2024-08-03T16:02:28.818Z] error: [ + 500, + AggregateError + at internalConnectMultiple (node:net:1114:18) + at afterConnectMultiple (node:net:1601:5) { + code: 'ECONNREFUSED', + [errors]: [ [Error] ] + } +] +[2024-08-03T16:02:28.997Z] error: Error calling http://moodle/... +[2024-08-03T16:02:28.997Z] error: [ + 500, + AggregateError + at internalConnectMultiple (node:net:1114:18) + at afterConnectMultiple (node:net:1601:5) { + code: 'ECONNREFUSED', + [errors]: [ [Error] ] + } +] +[2024-08-03T16:02:29.011Z] error: Error calling http://moodle/... +[2024-08-03T16:02:29.012Z] error: [ + 500, + AggregateError + at internalConnectMultiple (node:net:1114:18) + at afterConnectMultiple (node:net:1601:5) { + code: 'ECONNREFUSED', + [errors]: [ [Error] ] + } +] +[2024-08-03T16:02:32.839Z] error: Error calling http://glances:61208/... +[2024-08-03T16:02:32.840Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:02:32.869Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T16:02:32.869Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:02:32.869Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T16:02:36.131Z] error: Error calling http://glances:61208/api/4/quicklook... +[2024-08-03T16:02:36.132Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:02:36.132Z] error: HTTP Error 500 calling http://glances:61208/api/4/quicklook +[2024-08-03T16:02:36.165Z] error: Error calling http://glances:61208/... +[2024-08-03T16:02:36.166Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:02:39.486Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:02:39.486Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:02:42.781Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:02:42.781Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:02:52.285Z] error: Error calling http://kavita:3000/... +[2024-08-03T16:02:52.285Z] error: [ + 500, + AggregateError + at internalConnectMultiple (node:net:1114:18) + at afterConnectMultiple (node:net:1601:5) { + code: 'ECONNREFUSED', + [errors]: [ [Error] ] + } +] +[2024-08-03T16:02:52.289Z] error: Error calling http://kavita:3000/... +[2024-08-03T16:02:52.289Z] error: [ + 500, + AggregateError + at internalConnectMultiple (node:net:1114:18) + at afterConnectMultiple (node:net:1601:5) { + code: 'ECONNREFUSED', + [errors]: [ [Error] ] + } +] +[2024-08-03T16:02:55.049Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T16:02:55.050Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:02:55.050Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T16:02:55.748Z] error: Error calling http://moodle/... +[2024-08-03T16:02:55.749Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND moodle + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'moodle' + } +] +[2024-08-03T16:02:58.743Z] error: Error calling http://glances:61208/... +[2024-08-03T16:02:58.744Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:02:59.035Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T16:02:59.035Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:02:59.036Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T16:03:02.040Z] error: Error calling http://glances:61208/api/4/quicklook... +[2024-08-03T16:03:02.041Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:03:02.041Z] error: HTTP Error 500 calling http://glances:61208/api/4/quicklook +[2024-08-03T16:03:02.316Z] error: Error calling http://moodle/... +[2024-08-03T16:03:02.316Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND moodle + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'moodle' + } +] +[2024-08-03T16:03:05.341Z] error: Error calling http://glances:61208/... +[2024-08-03T16:03:05.341Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:03:05.632Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:03:05.632Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:03:08.933Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:03:08.933Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:03:21.900Z] error: Error calling http://moodle:8080/... +[2024-08-03T16:03:21.900Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND moodle + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'moodle' + } +] +[2024-08-03T16:03:21.902Z] error: Error calling http://glances:61208/... +[2024-08-03T16:03:21.903Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:03:25.205Z] error: Error calling http://moodle:8080/... +[2024-08-03T16:03:25.205Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND moodle + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'moodle' + } +] +[2024-08-03T16:03:25.206Z] error: Error calling http://glances:61208/api/4/quicklook... +[2024-08-03T16:03:25.206Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:03:25.207Z] error: HTTP Error 500 calling http://glances:61208/api/4/quicklook +[2024-08-03T16:03:28.511Z] error: Error calling http://glances:61208/... +[2024-08-03T16:03:28.512Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:03:28.542Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:03:28.542Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:03:31.856Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:03:31.857Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:03:37.232Z] error: Error calling http://kavita:3000/... +[2024-08-03T16:03:37.234Z] error: [ + 500, + AggregateError + at internalConnectMultiple (node:net:1114:18) + at afterConnectMultiple (node:net:1601:5) { + code: 'ECONNREFUSED', + [errors]: [ [Error] ] + } +] +[2024-08-03T16:03:37.244Z] error: Error calling http://kavita:3000/... +[2024-08-03T16:03:37.244Z] error: [ + 500, + AggregateError + at internalConnectMultiple (node:net:1114:18) + at afterConnectMultiple (node:net:1601:5) { + code: 'ECONNREFUSED', + [errors]: [ [Error] ] + } +] +[2024-08-03T16:03:41.365Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T16:03:41.365Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:03:41.365Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T16:03:43.500Z] error: Error calling http://kavita:3000/... +[2024-08-03T16:03:43.500Z] error: [ + 500, + AggregateError + at internalConnectMultiple (node:net:1114:18) + at afterConnectMultiple (node:net:1601:5) { + code: 'ECONNREFUSED', + [errors]: [ [Error] ] + } +] +[2024-08-03T16:03:43.504Z] error: Error calling http://kavita:3000/... +[2024-08-03T16:03:43.504Z] error: [ + 500, + AggregateError + at internalConnectMultiple (node:net:1114:18) + at afterConnectMultiple (node:net:1601:5) { + code: 'ECONNREFUSED', + [errors]: [ [Error] ] + } +] +[2024-08-03T16:03:46.961Z] error: Error calling http://moodle:8080/... +[2024-08-03T16:03:46.962Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND moodle + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'moodle' + } +] +[2024-08-03T16:03:47.578Z] error: Error calling http://glances:61208/... +[2024-08-03T16:03:47.579Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:03:50.258Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T16:03:50.258Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:03:50.259Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T16:03:50.856Z] error: Error calling http://glances:61208/api/4/quicklook... +[2024-08-03T16:03:50.856Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:03:50.856Z] error: HTTP Error 500 calling http://glances:61208/api/4/quicklook +[2024-08-03T16:03:53.543Z] error: Error calling http://moodle:8080/... +[2024-08-03T16:03:53.543Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND moodle + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'moodle' + } +] +[2024-08-03T16:03:54.150Z] error: Error calling http://glances:61208/... +[2024-08-03T16:03:54.151Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:03:56.885Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:03:56.886Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:04:00.193Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:04:00.193Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:04:12.726Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T16:04:12.727Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:04:12.727Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T16:04:14.343Z] error: Error calling http://moodle:8080/... +[2024-08-03T16:04:14.344Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND moodle + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'moodle' + } +] +[2024-08-03T16:04:16.018Z] error: Error calling http://glances:61208/... +[2024-08-03T16:04:16.019Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:04:17.644Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T16:04:17.645Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:04:17.645Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T16:04:19.318Z] error: Error calling http://glances:61208/api/4/quicklook... +[2024-08-03T16:04:19.319Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:04:19.319Z] error: HTTP Error 500 calling http://glances:61208/api/4/quicklook +[2024-08-03T16:04:20.931Z] error: Error calling http://moodle:8080/... +[2024-08-03T16:04:20.932Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND moodle + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'moodle' + } +] +[2024-08-03T16:04:22.607Z] error: Error calling http://glances:61208/... +[2024-08-03T16:04:22.607Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:04:24.474Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:04:24.474Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:04:27.756Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:04:27.756Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:07:58.800Z] error: Error calling http://moodle:8080/... +[2024-08-03T16:07:58.800Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND moodle + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'moodle' + } +] +[2024-08-03T16:07:59.455Z] error: Error calling http://glances:61208/... +[2024-08-03T16:07:59.456Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:08:02.117Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T16:08:02.118Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:08:02.118Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T16:08:02.745Z] error: Error calling http://glances:61208/api/4/quicklook... +[2024-08-03T16:08:02.745Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:08:02.745Z] error: HTTP Error 500 calling http://glances:61208/api/4/quicklook +[2024-08-03T16:08:05.401Z] error: Error calling http://moodle:8080/... +[2024-08-03T16:08:05.401Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND moodle + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'moodle' + } +] +[2024-08-03T16:08:06.033Z] error: Error calling http://glances:61208/... +[2024-08-03T16:08:06.034Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:08:08.771Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:08:08.772Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:08:12.068Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:08:12.068Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:08:55.864Z] error: Error calling http://glances:61208/... +[2024-08-03T16:08:55.865Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:08:55.962Z] error: Error calling http://glances:61208/api/4/quicklook... +[2024-08-03T16:08:55.962Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:08:55.963Z] error: HTTP Error 500 calling http://glances:61208/api/4/quicklook +[2024-08-03T16:08:59.150Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T16:08:59.151Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:08:59.151Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T16:08:59.257Z] error: Error calling http://glances:61208/... +[2024-08-03T16:08:59.258Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:09:02.537Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:09:02.537Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:09:05.839Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:09:05.839Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:09:19.982Z] error: Error calling http://moodle:8080/... +[2024-08-03T16:09:19.982Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND moodle + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'moodle' + } +] +[2024-08-03T16:09:23.292Z] error: Error calling http://moodle:8080/... +[2024-08-03T16:09:23.293Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND moodle + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'moodle' + } +] +[2024-08-03T16:11:52.779Z] error: Error calling http://moodle:8080/... +[2024-08-03T16:11:52.779Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND moodle + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'moodle' + } +] +[2024-08-03T16:11:53.480Z] error: Error calling http://glances:61208/... +[2024-08-03T16:11:53.480Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:11:56.075Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T16:11:56.076Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:11:56.076Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T16:11:56.780Z] error: Error calling http://glances:61208/api/4/quicklook... +[2024-08-03T16:11:56.780Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:11:56.780Z] error: HTTP Error 500 calling http://glances:61208/api/4/quicklook +[2024-08-03T16:11:59.391Z] error: Error calling http://moodle:8080/... +[2024-08-03T16:11:59.391Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND moodle + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'moodle' + } +] +[2024-08-03T16:12:00.084Z] error: Error calling http://glances:61208/... +[2024-08-03T16:12:00.084Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:12:02.734Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:12:02.734Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:12:06.039Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:12:06.039Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:13:27.873Z] error: Error calling http://moodle:8080/... +[2024-08-03T16:13:27.874Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND moodle + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'moodle' + } +] +[2024-08-03T16:13:28.650Z] error: Error calling http://glances:61208/... +[2024-08-03T16:13:28.651Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:13:31.168Z] error: Error calling http://glances:61208/api/4/cpu... +[2024-08-03T16:13:31.168Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:13:31.168Z] error: HTTP Error 500 calling http://glances:61208/api/4/cpu +[2024-08-03T16:13:31.958Z] error: Error calling http://glances:61208/api/4/quicklook... +[2024-08-03T16:13:31.958Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:13:31.958Z] error: HTTP Error 500 calling http://glances:61208/api/4/quicklook +[2024-08-03T16:13:34.461Z] error: Error calling http://moodle:8080/... +[2024-08-03T16:13:34.462Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND moodle + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'moodle' + } +] +[2024-08-03T16:13:35.243Z] error: Error calling http://glances:61208/... +[2024-08-03T16:13:35.243Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:13:37.815Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:13:37.815Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:13:41.112Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:13:41.112Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:18:15.457Z] error: Error calling http://glances:61208/... +[2024-08-03T16:18:15.458Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:18:15.675Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:18:15.676Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:18:18.770Z] error: Error calling http://glances:61208/... +[2024-08-03T16:18:18.770Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND glances + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'glances' + } +] +[2024-08-03T16:18:18.959Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:18:18.959Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:18:39.780Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:18:39.781Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:18:42.438Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:18:42.439Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:18:43.086Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:18:43.086Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:18:45.743Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:18:45.744Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:19:22.963Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:19:22.963Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:19:26.270Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:19:26.271Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:19:40.255Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:19:40.255Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:19:43.547Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:19:43.547Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:20:56.110Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:20:56.110Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:20:59.424Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:20:59.424Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:21:12.548Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:21:12.549Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:21:15.848Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:21:15.848Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:24:35.352Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:24:35.352Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:24:38.655Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:24:38.655Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:24:52.389Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:24:52.389Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:24:55.686Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:24:55.687Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:25:52.495Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:25:52.495Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:25:55.781Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:25:55.782Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:26:06.141Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:26:06.141Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:26:09.444Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:26:09.445Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:26:22.208Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:26:22.208Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:26:25.498Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:26:25.498Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:27:13.706Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:27:13.707Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:27:17.019Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:27:17.020Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:27:55.864Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:27:55.864Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:27:59.175Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:27:59.175Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:47:47.389Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:47:47.390Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] +[2024-08-03T16:47:50.694Z] error: Error calling http://adguard-home:3000/... +[2024-08-03T16:47:50.695Z] error: [ + 500, + Error: getaddrinfo ENOTFOUND adguard-home + at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:118:26) { + errno: -3008, + code: 'ENOTFOUND', + syscall: 'getaddrinfo', + hostname: 'adguard-home' + } +] diff --git a/homepage/homepage-config/services.yaml b/homepage/homepage-config/services.yaml index 5507b5c..14dbcfe 100644 --- a/homepage/homepage-config/services.yaml +++ b/homepage/homepage-config/services.yaml @@ -3,6 +3,77 @@ # https://gethomepage.dev/latest/configs/services - Media: + - Epic Games Freegames Node: + icon: si-epicgames-#313131 + href: http://localhost:3003 + description: Epic Games free games claimer + #siteMonitor: http://epicgames-freegames-node:3000 + server: my-docker + container: epicgames-freegames-node + + - Free Games Claimer: + icon: si-stackhawk-#00CBC6 + href: http://localhost:6080 + description: Claims free games periodically on Epic Games Store Amazon Prime Gaming GOG Unreal Engine (Assets) + siteMonitor: http://free-games-claimer:6080 + server: my-docker + container: free-games-claimer + + - Heimdall: + icon: heimdall.png + href: http://localhost:8097 + description: dashboard for all your web applications + siteMonitor: http://heimdall:80 + server: my-docker + container: heimdall + + - Homer: + icon: homer.png + href: http://localhost:8099 + description: dashboard for all your web applications + siteMonitor: http://homer:8080 + server: my-docker + container: homer + + - Kavita: + icon: kavita.png + href: http://localhost:5003 + description: rocket fueled self-hosted digital library + siteMonitor: http://kavita:5000 + server: my-docker + container: kavita + # widget: + # type: kavita + # url: + # username: + # password: + + - Navidrome: + icon: navidrome.png + href: http://localhost:4533 + description: web-based music collection server and streamer + siteMonitor: http://navidrome:4533 + server: my-docker + container: navidrome + # widget: + # type: navidrome + # url: http://navidrome.host.or.ip:port + # user: username + # token: token #md5(password + salt) + # salt: randomsalt + + - Nextcloud: + icon: nextcloud.png + href: http://localhost:8080 + description: self-hosted cloud storage and collaboration software that offers file access, talk, groupware and office integration + siteMonitor: http://nextcloud:80 + server: my-docker + container: nextcloud + # widget: + # type: nextcloud + # url: + # username: + # password: - Plex: icon: plex.png href: http://localhost:32400 @@ -49,6 +120,18 @@ server: my-docker container: dawarich + - Gitea: + icon: gitea.png + href: http://localhost:3004 + description: self-hosted Git service + siteMonitor: http://gitea:3000 + server: my-docker + container: gitea + # widget: + # type: gitea + # url: + # key: + - Gramps-Web: icon: mdi-family-tree href: http://localhost:81 @@ -85,19 +168,33 @@ # - state: weather.forecast_home # label: wind speed # value: "{attributes.wind_speed} {attributes.wind_speed_unit}" - - - Nextcloud: - icon: nextcloud.png - href: http://localhost:8080 - description: self-hosted cloud storage and collaboration software that offers file access, talk, groupware and office integration - siteMonitor: http://nextcloud:80 + + - Mealie: + icon: mealie.png + href: http://localhost:9925 + description: self-hosted recipe manager and meal planner + siteMonitor: http://mealie:9000 server: my-docker - container: nextcloud + container: mealie # widget: - # type: nextcloud - # url: - # username: - # password: + # type: mealie + # url: http://mealie-frontend.host.or.ip + # key: mealieapitoken + - Moodle: + icon: moodle.png + href: http://localhost:8089 + description: open-source learning platform designed to provide educators, administrators, and learners with a single robust, secure, and integrated system to create personalized learning environments + siteMonitor: http://moodle:8080 + server: my-docker + container: moodle + + - Vaultwarden: + icon: vaultwarden.png + href: http://localhost:8093 + description: unofficial Bitwarden compatible server written in Rust + siteMonitor: http://vaultwarden:80 + server: my-docker + container: vaultwarden - Webtrees: icon: webtrees.png @@ -108,6 +205,15 @@ container: webtrees - Tools: + + - CyberChef: + icon: cyberchef.png + href: http://localhost:8094 + description: web app for analyzing and decoding data + siteMonitor: http://cyberchef:80 + server: my-docker + container: cyberchef + - JDownloader: icon: jdownloader.png href: http://localhost:5800/ @@ -119,15 +225,36 @@ # type: jdownloader # username: "" # password: "" - # client: + # client: - - MySpeed: - icon: mdi-speedometer-#232835 - href: http://localhost:5216 - description: internet speed test - siteMonitor: http://myspeed:5216 + - Jupyter: + icon: jupyter.png + href: http://localhost:8888 + description: open-source web application that allows you to create and share documents that contain live code, equations, visualizations, and narrative text + siteMonitor: http://jupyter:8888 server: my-docker - container: myspeed + container: jupyter + + - IT-Tools: + icon: it-tools.png + href: http://localhost:8095 + description: collection of IT tools + siteMonitor: http://it-tools:80 + server: my-docker + container: it-tools + + - MeTube: + icon: metube.png + href: http://localhost:8088 + description: Web GUI for youtube-dl (using the yt-dlp fork) with playlist support + siteMonitor: http://metube:8081 + server: my-docker + container: metube + # widget: + # type: metube + # url: + # username: + # password: - OliveTin: icon: olivetin.png @@ -137,32 +264,36 @@ server: my-docker container: olivetin - - Uptime Kuma: - icon: uptime-kuma.png - href: http://localhost:3001 - description: easy-to-use self-hosted monitoring tool - siteMonitor: http://uptime-kuma:3001 + - Pinchflat: + icon: pinchflat.png + href: http://localhost:8945 + description: app for downloading YouTube content built using yt-dlp + siteMonitor: http://pinchflat:8945 server: my-docker - container: uptime-kuma - # widget: - # type: uptimekuma - # url: - # slug: + container: pinchflat - - Whoami: - icon: mdi-hat-fedora-#000000 - href: http://localhost:84 - description: simple HTTP server that shows its hostname and IP address - siteMonitor: http://whoami:80 + - StirlingPDF: + icon: stirling-pdf.png + href: http://localhost:8092 + description: self-hosted PDF tools + siteMonitor: http://stirlingpdf:8080 server: my-docker - container: whoami + container: stirlingpdf + + - Webtop: + icon: webtop.png + href: http://localhost:3008 + description: web-based desktop environment + siteMonitor: http://webtop:3000 + server: my-docker + container: webtop + + - Databases: - CockroachDB: icon: si-cockroachlabs - #href: http://localhost:26257 description: Port 26257 distributed SQL database built on a transactional and strongly-consistent key-value store - #siteMonitor: http://cockroachdb:26257 server: my-docker container: cockroachdb - CouchDB Obsidian LiveSync: @@ -174,39 +305,34 @@ container: obsidian-livesync - Firebird: icon: si-thunderbird-#0A84FF - #href: http://localhost:3050 description: Port 3050 relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platforms - #siteMonitor: http://firebird:3050 server: my-docker container: firebird - LibSQL: icon: si-ardour-#C61C3E - #href: http://localhost:5001 description: Port 5001 SQL Server database that runs on Windows and Linux - #siteMonitor: http://libsql:5001 server: my-docker container: libsql - MariaDB: icon: mariadb.png - #href: http://localhost:3306 description: Port 3306 relational database management system that runs on Linux, Windows, and a variety of Unix platforms - #siteMonitor: http://mariadb:3306 server: my-docker container: mariadb - MySQL 8: icon: si-mysql-#4479A1 - #href: http://localhost:3308 description: Port 3308 relational database management system that runs on Linux, Windows, and a variety of Unix platforms - #siteMonitor: http://mysql8:3308 server: my-docker container: mysql8 - PostgreSQL 15: icon: si-postgresql-#336791 - #href: http://localhost:5432 description: Port 5432 object-relational database system that runs on Linux, Windows, and a variety of Unix platforms - #siteMonitor: http://postgres:5432 server: my-docker container: postgres15 + - Redis: + icon: redis.png + description: Port 6379 in-memory data structure store, used as a database, cache, and message broker + server: my-docker + container: redis - Database Clients: - Adminer: @@ -263,6 +389,7 @@ description: lightweight Linux distribution "docker exec -it alpine /bin/sh" server: my-docker container: alpine + - Authentik: icon: authentik.png href: http://localhost:9001 @@ -274,6 +401,7 @@ # type: authentik # url: # key: + - CloudCMD: icon: cloudcmd.png href: http://localhost:8000 @@ -281,6 +409,22 @@ siteMonitor: http://cloudcmd:8000 server: my-docker container: cloudcmd + + - Glances: + icon: glances.png + href: http://localhost:61208 + description: cross-platform monitoring tool that aims to present a large amount of monitoring information through a curses or Web-based interface + siteMonitor: http://host.docker.internal:61208 + server: my-docker + container: glances + widget: + type: glances + url: http://host.docker.internal:61208 + version: 4 # required only if running glances v4 or higher, defaults to 3 + metric: cpu + diskUnits: bytes # optional, bytes (default) or bbytes. Only applies to disk + pointsLimit: 15 # optional, defaults to 15 + - Grafana-Loki: icon: grafana.png href: http://localhost:3000 @@ -294,6 +438,24 @@ # username: # password: + - Netdata: + icon: netdata.png + href: http://localhost:19999 + description: real-time performance monitoring, done right + siteMonitor: http://host.docker.internal:19999 + server: my-docker + container: netdata + widget: + type: netdata + url: http://host.docker.internal:19999 + + - Tiny File Manager: + icon: si-files-#4285F4 + href: http://localhost:8091 + description: web-based file manager that allows you to create, edit, copy, move, download and compress files easily and quickly + siteMonitor: http://tinyfilemanager:80 + server: my-docker + - VS Code: icon: code.png href: http://localhost:8443 @@ -303,6 +465,15 @@ container: code-server - Docker Management: + + - cAdvisor: + icon: cadvisor.png + href: http://localhost:8096 + description: provides container users an understanding of the resource usage and performance characteristics of their running containers + siteMonitor: http://cadvisor:8080 + server: my-docker + container: cadvisor + - Dockge: icon: dockge.png href: http://localhost:5002 @@ -352,6 +523,29 @@ # user: # password: + - MySpeed: + icon: mdi-speedometer-#232835 + href: http://localhost:5216 + description: internet speed test + siteMonitor: http://myspeed:5216 + server: my-docker + container: myspeed + widget: + type: myspeed + url: http://myspeed:5216 + #password: password # only required if password is set + + - NetAlertX: + icon: netalertx.png + href: http://localhost:20211 + description: network monitoring tool + siteMonitor: http://host.docker.internal:20211 + server: my-docker + container: netalertx + widget: + type: netalertx + url: http://host.docker.internal:20211 + - nginx: icon: nginx.png href: http://localhost:82 @@ -360,6 +554,19 @@ server: my-docker container: nginx + - Pi-hole: + icon: pi-hole.png + href: http://localhost:9002/admin + description: network-wide ad blocking + siteMonitor: http://pihole:80 + server: my-docker + container: pihole + # widget: + # type: pihole + # url: http://pi.hole.or.ip + # version: 6 # required if running v6 or higher, defaults to 5 + # key: yourpiholeapikey # optional + - Traefik: icon: traefik.png href: http://localhost:8085 @@ -370,3 +577,23 @@ widget: type: traefik url: http://traefik:8080 + + - Uptime Kuma: + icon: uptime-kuma.png + href: http://localhost:3001 + description: easy-to-use self-hosted monitoring tool + siteMonitor: http://uptime-kuma:3001 + server: my-docker + container: uptime-kuma + # widget: + # type: uptimekuma + # url: + # slug: + + - Whoami: + icon: mdi-hat-fedora-#000000 + href: http://localhost:84 + description: simple HTTP server that shows its hostname and IP address + siteMonitor: http://whoami:80 + server: my-docker + container: whoami diff --git a/moodle/compose.yml b/moodle/compose.yml index 1d5b7f7..baec6c7 100644 --- a/moodle/compose.yml +++ b/moodle/compose.yml @@ -6,8 +6,8 @@ name: moodle services: - mariadb-moodle: - container_name: mariadb-moodle + mariadb_moodle: + container_name: mariadb_moodle image: docker.io/bitnami/mariadb:11.4 environment: # ALLOW_EMPTY_PASSWORD is recommended only for development. @@ -27,7 +27,7 @@ services: - '8089:8080' #- '443:8443' environment: - - MOODLE_DATABASE_HOST=mariadb-moodle + - MOODLE_DATABASE_HOST=mariadb_moodle - MOODLE_DATABASE_PORT_NUMBER=3306 - MOODLE_DATABASE_USER=bn_moodle - MOODLE_DATABASE_NAME=bitnami_moodle @@ -37,7 +37,7 @@ services: - 'moodle_data:/bitnami/moodle' - 'moodledata_data:/bitnami/moodledata' depends_on: - - mariadb-moodle + - mariadb_moodle networks: - proxy @@ -51,4 +51,4 @@ volumes: moodle_data: driver: local moodledata_data: - driver: local \ No newline at end of file + driver: local diff --git a/netalertx/compose.yml b/netalertx/compose.yml index 0287f17..e3e3db7 100644 --- a/netalertx/compose.yml +++ b/netalertx/compose.yml @@ -8,15 +8,14 @@ services: container_name: netalertx # use the below line if you want to test the latest dev image # image: "jokobsk/netalertx-dev:latest" - image: "jokobsk/netalertx:latest" - network_mode: "host" + image: "jokobsk/netalertx:latest" + network_mode: "host" restart: unless-stopped volumes: - ./config:/app/config - - ./db:/app/db + - ./db:/app/db # (optional) useful for debugging if you have issues setting up the container - ./logs:/app/front/log environment: - - TZ=Europe/Vienna + - TZ=Europe/Vienna #- PORT=20211 - \ No newline at end of file diff --git a/netdata/compose.yml b/netdata/compose.yml index 77d64b9..6d52521 100644 --- a/netdata/compose.yml +++ b/netdata/compose.yml @@ -2,6 +2,8 @@ # https://app.netdata.cloud/spaces/netdata-demo/rooms/all-nodes # Netdata provides high-fidelity data, real-time visualizations, reliable alerts, anomaly detection for every metric and a monitoring experience that is affordable and works out of the box +# Windows Installation: https://www.netdata.cloud/windows-monitoring/ + name: netdata services: netdata: @@ -19,7 +21,7 @@ services: - netdataconfig:/etc/netdata - netdatalib:/var/lib/netdata - netdatacache:/var/cache/netdata - - /:/host/root:ro,rslave + #- /:/host/root:ro,rslave - /etc/passwd:/host/etc/passwd:ro - /etc/group:/host/etc/group:ro - /etc/localtime:/etc/localtime:ro @@ -33,4 +35,3 @@ volumes: netdataconfig: netdatalib: netdatacache: - \ No newline at end of file diff --git a/pihole/compose.yml b/pihole/compose.yml index 233df17..c07a776 100644 --- a/pihole/compose.yml +++ b/pihole/compose.yml @@ -34,4 +34,3 @@ volumes: driver: local etcd: driver: local - \ No newline at end of file diff --git a/webtrees/compose.yml b/webtrees/compose.yml index fa66c81..69c5644 100644 --- a/webtrees/compose.yml +++ b/webtrees/compose.yml @@ -16,7 +16,7 @@ services: HTTPS: "0" HTTPS_REDIRECT: "0" LANG: "en-US" - BASE_URL: "http://localhost:82" + BASE_URL: "http://localhost:86" DB_TYPE: "sqlite" DB_NAME: "webtrees" DB_PREFIX: "wt_"