Skip to content

SWAG auto-uptime-kuma Timeout/Infinite Boot Loop fix (Issue #1014) #1052

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 21 commits into
base: swag-auto-uptime-kuma
Choose a base branch
from

Conversation

TrezOne
Copy link

@TrezOne TrezOne commented Aug 6, 2025

linuxserver.io


  • I have read the contributing guideline and understand that I have made the correct modifications

Description:

Timeout fix for swag-auto-uptime-kuma LSCR.io mod.

Benefits of this PR and context:

Could possibly be considered break/fix; fixes #1014

How Has This Been Tested?

Tested in homelab setting with 98 services with swag.uptime-kuma.enabled: true

Package link: https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix/pkgs/container/swag-auto-uptime-kuma

Before

[mod-auto-uptime-kuma] Packages already installed, skipping...
[mod-auto-uptime-kuma] Executing SWAG auto-uptime-kuma mod
[mod-auto-uptime-kuma] The following notifications are enabled by default: ['1:My Discord Alert']
[mod-auto-uptime-kuma] Adding Monitor 'Artifactmmo' for container 'artifactmmo'
Traceback (most recent call last):
  File "/app/auto-uptime-kuma.py", line 127, in <module>
    add_or_update_monitors(dockerService, configService, uptimeKumaService)
  File "/app/auto-uptime-kuma.py", line 23, in add_or_update_monitors
    uptime_kuma_service.create_monitor(container_name, container_config)
  File "/app/auto_uptime_kuma/uptime_kuma_service.py", line 135, in create_monitor
    monitor = self.api.add_monitor(**monitor_data)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/lsiopy/lib/python3.12/site-packages/uptime_kuma_api/api.py", line 1472, in add_monitor
    return self._call('add', data)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/lsiopy/lib/python3.12/site-packages/uptime_kuma_api/api.py", line 547, in _call
    r = self.sio.call(event, data, timeout=self.timeout)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/lsiopy/lib/python3.12/site-packages/socketio/client.py", line 297, in call
    raise exceptions.TimeoutError()
socketio.exceptions.TimeoutError
s6-rc: warning: unable to start service init-mod-swag-auto-uptime-kuma-install: command exited 1
/run/s6/basedir/scripts/rc.init: warning: s6-rc failed to properly bring all the services up! Check your logs (in /run/uncaught-logs/current if you have in-container logging) for more information.

After (SWAG log truncated for readability)

2025-08-06T17:39:52.895705430Z Copying over docker and docker-compose binaries
2025-08-06T17:39:52.896169575Z [mod-auto-uptime-kuma] Installing SWAG auto-uptime-kuma packages
2025-08-06T17:39:53.758002179Z [mod-auto-uptime-kuma] Successfuly installed packages
2025-08-06T17:39:53.793076355Z fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
2025-08-06T17:39:54.068825629Z fetch http://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
2025-08-06T17:39:54.721820892Z (1/19) Installing gettext-envsubst (0.24.1-r0)
2025-08-06T17:39:54.742697199Z (2/19) Installing libgomp (14.2.0-r6)
2025-08-06T17:39:54.775214565Z (3/19) Installing gettext-libs (0.24.1-r0)
2025-08-06T17:39:54.807266968Z (4/19) Installing gettext (0.24.1-r0)
2025-08-06T17:39:54.868104572Z (5/19) Installing goaccess (1.9.4-r0)
2025-08-06T17:39:54.897049844Z (6/19) Installing libmaxminddb (1.9.1-r0)
2025-08-06T17:39:54.922440776Z (7/19) Installing lua5.1-libs (5.1.5-r13)
2025-08-06T17:39:54.939886127Z (8/19) Installing lua5.1 (5.1.5-r13)
2025-08-06T17:39:54.956037874Z (9/19) Installing lua-resty-http (0.17.2-r0)
2025-08-06T17:39:54.969104834Z (10/19) Installing luajit (2.1_p20240815-r1)
2025-08-06T17:39:55.016649747Z (11/19) Installing lua-resty-lrucache (0.13-r1)
2025-08-06T17:39:55.032916328Z (12/19) Installing lua-resty-core (0.1.31-r0)
2025-08-06T17:39:55.050176976Z (13/19) Installing nginx-mod-http-lua (1.28.0-r3)
2025-08-06T17:39:55.079747273Z (14/19) Installing lua-resty-string (0.15-r0)
2025-08-06T17:39:55.100068946Z (15/19) Installing lua-sec (1.3.2-r0)
2025-08-06T17:39:55.115199741Z (16/19) Installing lua5.1-socket (3.1.0-r1)
2025-08-06T17:39:55.139929820Z (17/19) Installing lua5.1-sec (1.3.2-r0)
2025-08-06T17:39:55.166523885Z (18/19) Installing lua5.1-cjson (2.1.0-r11)
2025-08-06T17:39:55.201888433Z (19/19) Installing nginx-mod-http-js (1.28.0-r3)
2025-08-06T17:39:55.248509647Z Executing busybox-1.37.0-r18.trigger
2025-08-06T17:39:55.264095318Z OK: 198 MiB in 240 packages
2025-08-06T17:39:56.423683376Z Requirement already satisfied: pip in /lsiopy/lib/python3.12/site-packages (25.2)
2025-08-06T17:39:56.598951243Z Requirement already satisfied: wheel in /lsiopy/lib/python3.12/site-packages (0.45.1)
2025-08-06T17:39:56.657362679Z Requirement already satisfied: setuptools in /lsiopy/lib/python3.12/site-packages (80.9.0)
2025-08-06T17:39:58.356159006Z Looking in links: https://wheel-index.linuxserver.io/alpine-3.22/
2025-08-06T17:39:58.716442007Z Collecting docker
2025-08-06T17:39:58.848670688Z   Downloading docker-7.1.0-py3-none-any.whl.metadata (3.8 kB)
2025-08-06T17:39:58.939154596Z Collecting uptime-kuma-api
2025-08-06T17:39:58.955664890Z   Downloading uptime_kuma_api-1.2.1.tar.gz (43 kB)
2025-08-06T17:39:58.989399556Z   Preparing metadata (setup.py): started
2025-08-06T17:39:59.595747230Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-06T17:39:59.601154290Z Requirement already satisfied: requests>=2.26.0 in /lsiopy/lib/python3.12/site-packages (from docker) (2.32.4)
2025-08-06T17:39:59.602185385Z Requirement already satisfied: urllib3>=1.26.0 in /lsiopy/lib/python3.12/site-packages (from docker) (2.5.0)
2025-08-06T17:39:59.710835542Z Collecting python-socketio>=5.0.0 (from python-socketio[client]>=5.0.0->uptime-kuma-api)
2025-08-06T17:39:59.728601818Z   Downloading python_socketio-5.13.0-py3-none-any.whl.metadata (3.2 kB)
2025-08-06T17:39:59.843301853Z Collecting packaging (from uptime-kuma-api)
2025-08-06T17:39:59.866250571Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-06T17:39:59.945549136Z Collecting bidict>=0.21.0 (from python-socketio>=5.0.0->python-socketio[client]>=5.0.0->uptime-kuma-api)
2025-08-06T17:39:59.967688141Z   Downloading bidict-0.23.1-py3-none-any.whl.metadata (8.7 kB)
2025-08-06T17:40:00.367744316Z Collecting python-engineio>=4.11.0 (from python-socketio>=5.0.0->python-socketio[client]>=5.0.0->uptime-kuma-api)
2025-08-06T17:40:00.395372477Z   Downloading python_engineio-4.12.2-py3-none-any.whl.metadata (2.2 kB)
2025-08-06T17:40:00.493782111Z Collecting simple-websocket>=0.10.0 (from python-engineio>=4.11.0->python-socketio>=5.0.0->python-socketio[client]>=5.0.0->uptime-kuma-api)
2025-08-06T17:40:00.517254661Z   Downloading simple_websocket-1.1.0-py3-none-any.whl.metadata (1.5 kB)
2025-08-06T17:40:00.661844821Z Collecting websocket-client>=0.54.0 (from python-socketio[client]>=5.0.0->uptime-kuma-api)
2025-08-06T17:40:00.681290825Z   Downloading websocket_client-1.8.0-py3-none-any.whl.metadata (8.0 kB)
2025-08-06T17:40:00.701902463Z Requirement already satisfied: charset_normalizer<4,>=2 in /lsiopy/lib/python3.12/site-packages (from requests>=2.26.0->docker) (3.4.2)
2025-08-06T17:40:00.704499778Z Requirement already satisfied: idna<4,>=2.5 in /lsiopy/lib/python3.12/site-packages (from requests>=2.26.0->docker) (3.10)
2025-08-06T17:40:00.707118981Z Requirement already satisfied: certifi>=2017.4.17 in /lsiopy/lib/python3.12/site-packages (from requests>=2.26.0->docker) (2025.8.3)
2025-08-06T17:40:00.798259587Z Collecting wsproto (from simple-websocket>=0.10.0->python-engineio>=4.11.0->python-socketio>=5.0.0->python-socketio[client]>=5.0.0->uptime-kuma-api)
2025-08-06T17:40:00.817785501Z   Downloading wsproto-1.2.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-06T17:40:00.933603982Z Collecting h11<1,>=0.9.0 (from wsproto->simple-websocket>=0.10.0->python-engineio>=4.11.0->python-socketio>=5.0.0->python-socketio[client]>=5.0.0->uptime-kuma-api)
2025-08-06T17:40:00.964148958Z   Downloading h11-0.16.0-py3-none-any.whl.metadata (8.3 kB)
2025-08-06T17:40:01.033555602Z Downloading docker-7.1.0-py3-none-any.whl (147 kB)
2025-08-06T17:40:01.094756438Z Downloading python_socketio-5.13.0-py3-none-any.whl (77 kB)
2025-08-06T17:40:01.147218156Z Downloading bidict-0.23.1-py3-none-any.whl (32 kB)
2025-08-06T17:40:01.185671968Z Downloading python_engineio-4.12.2-py3-none-any.whl (59 kB)
2025-08-06T17:40:01.243928111Z Downloading simple_websocket-1.1.0-py3-none-any.whl (13 kB)
2025-08-06T17:40:01.263264501Z Downloading websocket_client-1.8.0-py3-none-any.whl (58 kB)
2025-08-06T17:40:01.293250913Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-06T17:40:01.332573722Z Downloading wsproto-1.2.0-py3-none-any.whl (24 kB)
2025-08-06T17:40:01.365802577Z Downloading h11-0.16.0-py3-none-any.whl (37 kB)
2025-08-06T17:40:01.418202702Z Building wheels for collected packages: uptime-kuma-api
2025-08-06T17:40:01.420858263Z   Building wheel for uptime-kuma-api (setup.py): started
2025-08-06T17:40:01.420858265Z   DEPRECATION: Building 'uptime-kuma-api' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'uptime-kuma-api'. Discussion can be found at https://github.com/pypa/pip/issues/6334
2025-08-06T17:40:02.740472759Z   Building wheel for uptime-kuma-api (setup.py): finished with status 'done'
2025-08-06T17:40:02.742029698Z   Created wheel for uptime-kuma-api: filename=uptime_kuma_api-1.2.1-py3-none-any.whl size=46661 sha256=f7b66f6381a2f8ae1fa6d226c0345370bcb7211c877508118c6a577115af7360
2025-08-06T17:40:02.742828186Z   Stored in directory: /root/.cache/pip/wheels/b0/aa/ad/4d3597fde846d8824bb00a39258f11ac83d03e330c260bd1e6
2025-08-06T17:40:02.749762415Z Successfully built uptime-kuma-api
2025-08-06T17:40:03.312873987Z Installing collected packages: websocket-client, packaging, h11, bidict, wsproto, docker, simple-websocket, python-engineio, python-socketio, uptime-kuma-api
2025-08-06T17:40:05.532372350Z 
2025-08-06T17:40:05.570127382Z Successfully installed bidict-0.23.1 docker-7.1.0 h11-0.16.0 packaging-25.0 python-engineio-4.12.2 python-socketio-5.13.0 simple-websocket-1.1.0 uptime-kuma-api-1.2.1 websocket-client-1.8.0 wsproto-1.2.0
2025-08-06T17:40:05.803303477Z [mod-auto-uptime-kuma] Executing SWAG auto-uptime-kuma mod
2025-08-06T17:40:05.803337205Z Applying the maxmind mod...
2025-08-06T17:40:05.816090804Z Starting with Alpine 3.20 rebase, MaxMindDB now requires setting the env var MAXMINDDB_USER_ID with your account's user id.
2025-08-06T17:40:05.817047099Z Currently using the user provided GeoLite2-City.mmdb.
2025-08-06T17:40:05.817076689Z If you want to enable weekly auto-updates of the database, retrieve a free license key from MaxMind,
2025-08-06T17:40:05.817083758Z and add a new env variable "MAXMINDDB_LICENSE_KEY", set to your license key.
2025-08-06T17:40:05.817088471Z Applied the maxmind mod
2025-08-06T17:40:23.518363876Z [mod-auto-uptime-kuma] Creating config directory '/auto-uptime-kuma'
2025-08-06T17:40:23.518410838Z [mod-auto-uptime-kuma] The following notifications are enabled by default: ['1:Gotify Service Alerts']
2025-08-06T17:40:23.518420067Z [mod-auto-uptime-kuma] Monitor 'Swag' for container 'swag' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518427097Z [mod-auto-uptime-kuma] Monitor 85:Swag has no changes, skipping...
2025-08-06T17:40:23.518433515Z [mod-auto-uptime-kuma] Monitor 'Hc-Vault' for container 'hc-vault' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518440266Z [mod-auto-uptime-kuma] Monitor 126:Hc-Vault has no changes, skipping...
2025-08-06T17:40:23.518446712Z [mod-auto-uptime-kuma] Monitor 'Rocketchat' for container 'rocketchat' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518454059Z [mod-auto-uptime-kuma] Monitor 99:Rocketchat has no changes, skipping...
2025-08-06T17:40:23.518460671Z [mod-auto-uptime-kuma] Monitor 'N8N' for container 'n8n' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518481021Z [mod-auto-uptime-kuma] Monitor 123:N8N has no changes, skipping...
2025-08-06T17:40:23.518486848Z [mod-auto-uptime-kuma] Monitor 'Lidarr' for container 'lidarr' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518510177Z [mod-auto-uptime-kuma] Monitor 89:Lidarr has no changes, skipping...
2025-08-06T17:40:23.518515258Z [mod-auto-uptime-kuma] Monitor 'Prowlarr' for container 'prowlarr' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518520223Z [mod-auto-uptime-kuma] Monitor 87:Prowlarr has no changes, skipping...
2025-08-06T17:40:23.518524935Z [mod-auto-uptime-kuma] Monitor 'Bazarr' for container 'bazarr' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518546884Z [mod-auto-uptime-kuma] Monitor 88:Bazarr has no changes, skipping...
2025-08-06T17:40:23.518552109Z [mod-auto-uptime-kuma] Monitor 'Mastodon' for container 'mastodon' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518557174Z [mod-auto-uptime-kuma] Monitor 131:Mastodon has no changes, skipping...
2025-08-06T17:40:23.518561837Z [mod-auto-uptime-kuma] Adding Monitor 'Wizarr' for container 'wizarr'
2025-08-06T17:40:23.518566482Z [mod-auto-uptime-kuma] Sending monitor data: {'type': <MonitorType.HTTP: 'http'>, 'description': 'Automatically generated by SWAG auto-uptime-kuma', 'name': 'Wizarr', 'url': 'https://wizarr.trez.wtf', 'interval': 300, 'notificationIDList': [1]}
2025-08-06T17:40:23.518579568Z [mod-auto-uptime-kuma] Timeout while trying to add monitor to Uptime Kuma. Is the server responsive?
2025-08-06T17:40:23.518584886Z [mod-auto-uptime-kuma] Monitor 'Ghost_Blog' for container 'ghost_blog' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518590859Z [mod-auto-uptime-kuma] Monitor 93:Ghost_Blog has no changes, skipping...
2025-08-06T17:40:23.518595895Z [mod-auto-uptime-kuma] Monitor 'Dockflare' for container 'dockflare' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518600983Z [mod-auto-uptime-kuma] Monitor 322:Dockflare has no changes, skipping...
2025-08-06T17:40:23.518605773Z [mod-auto-uptime-kuma] Monitor 'Authelia' for container 'authelia' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518611978Z [mod-auto-uptime-kuma] Monitor 77:Authelia has no changes, skipping...
2025-08-06T17:40:23.518616980Z [mod-auto-uptime-kuma] Monitor 'Librechat-Api' for container 'librechat-api' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518622097Z [mod-auto-uptime-kuma] Monitor 323:Librechat-Api has no changes, skipping...
2025-08-06T17:40:23.518626977Z [mod-auto-uptime-kuma] Monitor 'Portchecker-Web' for container 'portchecker-web' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518631995Z [mod-auto-uptime-kuma] Monitor 324:Portchecker-Web has no changes, skipping...
2025-08-06T17:40:23.518637013Z [mod-auto-uptime-kuma] Monitor 'Web-Check' for container 'web-check' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518649415Z [mod-auto-uptime-kuma] Monitor 129:Web-Check has no changes, skipping...
2025-08-06T17:40:23.518654625Z [mod-auto-uptime-kuma] Monitor 'Beszel' for container 'beszel' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518659660Z [mod-auto-uptime-kuma] Monitor 79:Beszel has no changes, skipping...
2025-08-06T17:40:23.518664517Z [mod-auto-uptime-kuma] Monitor 'Searxng' for container 'searxng' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518676002Z [mod-auto-uptime-kuma] Monitor 92:Searxng has no changes, skipping...
2025-08-06T17:40:23.518681159Z [mod-auto-uptime-kuma] Monitor 'Manyfold' for container 'manyfold' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518686218Z [mod-auto-uptime-kuma] Monitor 171:Manyfold has no changes, skipping...
2025-08-06T17:40:23.518691074Z [mod-auto-uptime-kuma] Monitor 'Ombi' for container 'ombi' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518696623Z [mod-auto-uptime-kuma] Monitor 109:Ombi has no changes, skipping...
2025-08-06T17:40:23.518701448Z [mod-auto-uptime-kuma] Monitor 'Audiobookshelf' for container 'audiobookshelf' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518707585Z [mod-auto-uptime-kuma] Monitor 78:Audiobookshelf has no changes, skipping...
2025-08-06T17:40:23.518712486Z [mod-auto-uptime-kuma] Monitor 'Multi-Scrobbler' for container 'multi-scrobbler' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518717610Z [mod-auto-uptime-kuma] Monitor 325:Multi-Scrobbler has no changes, skipping...
2025-08-06T17:40:23.518722378Z [mod-auto-uptime-kuma] Monitor 'Redlib' for container 'redlib' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518727355Z [mod-auto-uptime-kuma] Monitor 111:Redlib has no changes, skipping...
2025-08-06T17:40:23.518732227Z [mod-auto-uptime-kuma] Monitor 'Unmanic' for container 'unmanic' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518737122Z [mod-auto-uptime-kuma] Monitor 117:Unmanic has no changes, skipping...
2025-08-06T17:40:23.518742368Z [mod-auto-uptime-kuma] Monitor 'Penpot-Frontend' for container 'penpot-frontend' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518747458Z [mod-auto-uptime-kuma] Monitor 326:Penpot-Frontend has no changes, skipping...
2025-08-06T17:40:23.518752344Z [mod-auto-uptime-kuma] Monitor 'Immich-Server' for container 'immich-server' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518757390Z [mod-auto-uptime-kuma] Monitor 152:Immich-Server has no changes, skipping...
2025-08-06T17:40:23.518762195Z [mod-auto-uptime-kuma] Monitor 'Omnipoly' for container 'omnipoly' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518767292Z [mod-auto-uptime-kuma] Monitor 327:Omnipoly has no changes, skipping...
2025-08-06T17:40:23.518773194Z [mod-auto-uptime-kuma] Monitor 'Dawarich-App' for container 'dawarich-app' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518785226Z [mod-auto-uptime-kuma] Monitor 151:Dawarich-App has no changes, skipping...
2025-08-06T17:40:23.518796359Z [mod-auto-uptime-kuma] Monitor 'Sabnzbdvpn' for container 'sabnzbdvpn' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518801504Z [mod-auto-uptime-kuma] Monitor 122:Sabnzbdvpn has no changes, skipping...
2025-08-06T17:40:23.518806378Z [mod-auto-uptime-kuma] Monitor 'Qbittorrentvpn' for container 'qbittorrentvpn' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518812359Z [mod-auto-uptime-kuma] Monitor 328:Qbittorrentvpn has no changes, skipping...
2025-08-06T17:40:23.518817258Z [mod-auto-uptime-kuma] Monitor 'Clipcascade' for container 'clipcascade' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518822503Z [mod-auto-uptime-kuma] Monitor 329:Clipcascade has no changes, skipping...
2025-08-06T17:40:23.518827405Z [mod-auto-uptime-kuma] Monitor 'Invoice-Ninja_Proxy' for container 'invoice-ninja_proxy' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518832548Z [mod-auto-uptime-kuma] Monitor 96:Invoice-Ninja_Proxy has no changes, skipping...
2025-08-06T17:40:23.518837415Z [mod-auto-uptime-kuma] Monitor 'Romm' for container 'romm' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518842498Z [mod-auto-uptime-kuma] Monitor 330:Romm has no changes, skipping...
2025-08-06T17:40:23.518847282Z [mod-auto-uptime-kuma] Monitor 'Graylog' for container 'graylog' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518852517Z [mod-auto-uptime-kuma] Monitor 331:Graylog has no changes, skipping...
2025-08-06T17:40:23.518857417Z [mod-auto-uptime-kuma] Monitor 'Tandoor-Recipes' for container 'tandoor-recipes' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518862449Z [mod-auto-uptime-kuma] Monitor 83:Tandoor-Recipes has no changes, skipping...
2025-08-06T17:40:23.518867347Z [mod-auto-uptime-kuma] Monitor 'Reactive-Resume' for container 'reactive-resume' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518872639Z [mod-auto-uptime-kuma] Monitor 97:Reactive-Resume has no changes, skipping...
2025-08-06T17:40:23.518877534Z [mod-auto-uptime-kuma] Monitor 'Maxun-Frontend' for container 'maxun-frontend' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518882594Z [mod-auto-uptime-kuma] Monitor 332:Maxun-Frontend has no changes, skipping...
2025-08-06T17:40:23.518887371Z [mod-auto-uptime-kuma] Monitor 'Radarr' for container 'radarr' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518892312Z [mod-auto-uptime-kuma] Monitor 127:Radarr has no changes, skipping...
2025-08-06T17:40:23.518896999Z [mod-auto-uptime-kuma] Monitor 'Sonarr' for container 'sonarr' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.518907784Z [mod-auto-uptime-kuma] Monitor 90:Sonarr has no changes, skipping...
2025-08-06T17:40:23.613626126Z [mod-auto-uptime-kuma] Monitor 'Libretranslate' for container 'libretranslate' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613661605Z [mod-auto-uptime-kuma] Monitor 153:Libretranslate has no changes, skipping...
2025-08-06T17:40:23.613665865Z [mod-auto-uptime-kuma] Monitor 'Wallos' for container 'wallos' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613668733Z [mod-auto-uptime-kuma] Monitor 82:Wallos has no changes, skipping...
2025-08-06T17:40:23.613671426Z [mod-auto-uptime-kuma] Monitor 'Omni-Tools' for container 'omni-tools' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613674266Z [mod-auto-uptime-kuma] Monitor 333:Omni-Tools has no changes, skipping...
2025-08-06T17:40:23.613676978Z [mod-auto-uptime-kuma] Monitor 'Cyber-Chef' for container 'cyber-chef' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613680015Z [mod-auto-uptime-kuma] Monitor 173:Cyber-Chef has no changes, skipping...
2025-08-06T17:40:23.613682710Z [mod-auto-uptime-kuma] Monitor 'Hugo' for container 'hugo' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613685557Z [mod-auto-uptime-kuma] Monitor 133:Hugo has no changes, skipping...
2025-08-06T17:40:23.613688363Z [mod-auto-uptime-kuma] Monitor 'Youtubedl' for container 'youtubedl' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613691150Z [mod-auto-uptime-kuma] Monitor 108:Youtubedl has no changes, skipping...
2025-08-06T17:40:23.613693873Z [mod-auto-uptime-kuma] Monitor 'Stirling-Pdf' for container 'stirling-pdf' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613696695Z [mod-auto-uptime-kuma] Monitor 334:Stirling-Pdf has no changes, skipping...
2025-08-06T17:40:23.613699775Z [mod-auto-uptime-kuma] Monitor 'Influxdb2' for container 'influxdb2' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613702965Z [mod-auto-uptime-kuma] Monitor 114:Influxdb2 has no changes, skipping...
2025-08-06T17:40:23.613705685Z [mod-auto-uptime-kuma] Monitor 'Speedtest-Tracker' for container 'speedtest-tracker' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613708544Z [mod-auto-uptime-kuma] Monitor 84:Speedtest-Tracker has no changes, skipping...
2025-08-06T17:40:23.613711235Z [mod-auto-uptime-kuma] Monitor 'Fastenhealth' for container 'fastenhealth' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613714070Z [mod-auto-uptime-kuma] Monitor 91:Fastenhealth has no changes, skipping...
2025-08-06T17:40:23.613716842Z [mod-auto-uptime-kuma] Monitor 'Umami' for container 'umami' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613720791Z [mod-auto-uptime-kuma] Monitor 335:Umami has no changes, skipping...
2025-08-06T17:40:23.613723522Z [mod-auto-uptime-kuma] Monitor 'Bitwarden' for container 'bitwarden' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613726367Z [mod-auto-uptime-kuma] Monitor 141:Bitwarden has no changes, skipping...
2025-08-06T17:40:23.613729091Z [mod-auto-uptime-kuma] Monitor 'Nextcloud-Aio-Mastercontainer' for container 'nextcloud-aio-mastercontainer' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613735106Z [mod-auto-uptime-kuma] Monitor 125:Nextcloud-Aio-Mastercontainer has no changes, skipping...
2025-08-06T17:40:23.613738006Z [mod-auto-uptime-kuma] Monitor 'Czkawka' for container 'czkawka' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613742704Z [mod-auto-uptime-kuma] Monitor 116:Czkawka has no changes, skipping...
2025-08-06T17:40:23.613745444Z [mod-auto-uptime-kuma] Monitor 'Joplin' for container 'joplin' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613748196Z [mod-auto-uptime-kuma] Monitor 149:Joplin has no changes, skipping...
2025-08-06T17:40:23.613750829Z [mod-auto-uptime-kuma] Monitor 'Karakeep' for container 'karakeep' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613753636Z [mod-auto-uptime-kuma] Monitor 336:Karakeep has no changes, skipping...
2025-08-06T17:40:23.613756268Z [mod-auto-uptime-kuma] Monitor 'Navidrome' for container 'navidrome' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613759054Z [mod-auto-uptime-kuma] Monitor 113:Navidrome has no changes, skipping...
2025-08-06T17:40:23.613761806Z [mod-auto-uptime-kuma] Monitor 'Cronicle' for container 'cronicle' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613764636Z [mod-auto-uptime-kuma] Monitor 74:Cronicle has no changes, skipping...
2025-08-06T17:40:23.613767290Z [mod-auto-uptime-kuma] Monitor 'Guacamole' for container 'guacamole' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613770143Z [mod-auto-uptime-kuma] Monitor 134:Guacamole has no changes, skipping...
2025-08-06T17:40:23.613772788Z [mod-auto-uptime-kuma] Monitor 'Jitsi-Web' for container 'jitsi-web' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613775751Z [mod-auto-uptime-kuma] Monitor 337:Jitsi-Web has no changes, skipping...
2025-08-06T17:40:23.613778396Z [mod-auto-uptime-kuma] Monitor 'Whodb' for container 'whodb' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613781405Z [mod-auto-uptime-kuma] Monitor 338:Whodb has no changes, skipping...
2025-08-06T17:40:23.613784081Z [mod-auto-uptime-kuma] Monitor 'Zammad-Nginx' for container 'zammad-nginx' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613786876Z [mod-auto-uptime-kuma] Monitor 339:Zammad-Nginx has no changes, skipping...
2025-08-06T17:40:23.613789550Z [mod-auto-uptime-kuma] Monitor 'Changedetection' for container 'changedetection' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613792430Z [mod-auto-uptime-kuma] Monitor 340:Changedetection has no changes, skipping...
2025-08-06T17:40:23.613795378Z [mod-auto-uptime-kuma] Monitor 'Signoz-App' for container 'signoz-app' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613798418Z [mod-auto-uptime-kuma] Monitor 341:Signoz-App has no changes, skipping...
2025-08-06T17:40:23.613801085Z [mod-auto-uptime-kuma] Monitor 'Plant-It' for container 'plant-it' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613806705Z [mod-auto-uptime-kuma] Monitor 342:Plant-It has no changes, skipping...
2025-08-06T17:40:23.613809578Z [mod-auto-uptime-kuma] Monitor 'Soularr-Dashboard' for container 'soularr-dashboard' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613812492Z [mod-auto-uptime-kuma] Monitor 343:Soularr-Dashboard has no changes, skipping...
2025-08-06T17:40:23.613815259Z [mod-auto-uptime-kuma] Monitor 'Soulseek' for container 'soulseek' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613818074Z [mod-auto-uptime-kuma] Monitor 344:Soulseek has no changes, skipping...
2025-08-06T17:40:23.613820729Z [mod-auto-uptime-kuma] Monitor 'Mini-Qr' for container 'mini-qr' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613823550Z [mod-auto-uptime-kuma] Monitor 345:Mini-Qr has no changes, skipping...
2025-08-06T17:40:23.613826255Z [mod-auto-uptime-kuma] Monitor 'Easyappointments' for container 'easyappointments' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613829095Z [mod-auto-uptime-kuma] Monitor 346:Easyappointments has no changes, skipping...
2025-08-06T17:40:23.613831767Z [mod-auto-uptime-kuma] Monitor 'Gitea' for container 'gitea' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613834524Z [mod-auto-uptime-kuma] Monitor 103:Gitea has no changes, skipping...
2025-08-06T17:40:23.613837186Z [mod-auto-uptime-kuma] Monitor 'Portainer' for container 'portainer' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613840471Z [mod-auto-uptime-kuma] Monitor 107:Portainer has no changes, skipping...
2025-08-06T17:40:23.613843362Z [mod-auto-uptime-kuma] Monitor 'Readarr' for container 'readarr' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613846201Z [mod-auto-uptime-kuma] Monitor 136:Readarr has no changes, skipping...
2025-08-06T17:40:23.613848856Z [mod-auto-uptime-kuma] Monitor 'Paperless-Ngx' for container 'paperless-ngx' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613851649Z [mod-auto-uptime-kuma] Monitor 104:Paperless-Ngx has no changes, skipping...
2025-08-06T17:40:23.613854339Z [mod-auto-uptime-kuma] Monitor 'Mixpost' for container 'mixpost' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613857119Z [mod-auto-uptime-kuma] Monitor 347:Mixpost has no changes, skipping...
2025-08-06T17:40:23.613859779Z [mod-auto-uptime-kuma] Monitor 'Castopod' for container 'castopod' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613862638Z [mod-auto-uptime-kuma] Monitor 105:Castopod has no changes, skipping...
2025-08-06T17:40:23.613865288Z [mod-auto-uptime-kuma] Monitor 'Meme-Search-Pro' for container 'meme-search-pro' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613868179Z [mod-auto-uptime-kuma] Monitor 348:Meme-Search-Pro has no changes, skipping...
2025-08-06T17:40:23.613873524Z [mod-auto-uptime-kuma] Monitor 'Lldap' for container 'lldap' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613876451Z [mod-auto-uptime-kuma] Monitor 139:Lldap has no changes, skipping...
2025-08-06T17:40:23.613879111Z [mod-auto-uptime-kuma] Monitor 'Planka' for container 'planka' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613881885Z [mod-auto-uptime-kuma] Monitor 349:Planka has no changes, skipping...
2025-08-06T17:40:23.613884546Z [mod-auto-uptime-kuma] Monitor 'Excalidraw' for container 'excalidraw' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613887346Z [mod-auto-uptime-kuma] Monitor 350:Excalidraw has no changes, skipping...
2025-08-06T17:40:23.613890113Z [mod-auto-uptime-kuma] Monitor 'Archivebox' for container 'archivebox' exists but no preset config found, generating from scratch
2025-08-06T17:40:23.613892988Z [mod-auto-uptime-kuma] Monitor 351:Archivebox has no changes, skipping...
2025-08-06T17:40:23.613895636Z [mod-auto-uptime-kuma] Monitor 'Stable-Diffusion-Webui' for container 'stable-diffusion-webui' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.099829345Z [mod-auto-uptime-kuma] Monitor 352:Stable-Diffusion-Webui has no changes, skipping...
2025-08-06T17:42:27.099878764Z [mod-auto-uptime-kuma] Monitor 'Jellyfin' for container 'jellyfin' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.099887265Z [mod-auto-uptime-kuma] Monitor 73:Jellyfin has no changes, skipping...
2025-08-06T17:42:27.099893892Z [mod-auto-uptime-kuma] Monitor 'Crowdsec-Dashboard' for container 'crowdsec-dashboard' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.099900731Z [mod-auto-uptime-kuma] Monitor 80:Crowdsec-Dashboard has no changes, skipping...
2025-08-06T17:42:27.099906942Z [mod-auto-uptime-kuma] Monitor 'Convertx' for container 'convertx' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.099913427Z [mod-auto-uptime-kuma] Monitor 146:Convertx has no changes, skipping...
2025-08-06T17:42:27.099919361Z [mod-auto-uptime-kuma] Monitor 'Bytestash' for container 'bytestash' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.099925989Z [mod-auto-uptime-kuma] Monitor 174:Bytestash has no changes, skipping...
2025-08-06T17:42:27.099932164Z [mod-auto-uptime-kuma] Monitor 'Portnote' for container 'portnote' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.099938203Z [mod-auto-uptime-kuma] Monitor 353:Portnote has no changes, skipping...
2025-08-06T17:42:27.099944085Z [mod-auto-uptime-kuma] Monitor 'Sonarqube' for container 'sonarqube' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.099950248Z [mod-auto-uptime-kuma] Monitor 106:Sonarqube has no changes, skipping...
2025-08-06T17:42:27.099956183Z [mod-auto-uptime-kuma] Monitor 'Invidious' for container 'invidious' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.099963100Z [mod-auto-uptime-kuma] Monitor 144:Invidious has no changes, skipping...
2025-08-06T17:42:27.099984932Z [mod-auto-uptime-kuma] Monitor 'Minio' for container 'minio' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.099990322Z [mod-auto-uptime-kuma] Monitor 118:Minio has no changes, skipping...
2025-08-06T17:42:27.099994799Z [mod-auto-uptime-kuma] Monitor 'Lidify' for container 'lidify' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.099999392Z [mod-auto-uptime-kuma] Monitor 121:Lidify has no changes, skipping...
2025-08-06T17:42:27.100003407Z [mod-auto-uptime-kuma] Monitor 'Gotify' for container 'gotify' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.100007992Z [mod-auto-uptime-kuma] Monitor 128:Gotify has no changes, skipping...
2025-08-06T17:42:27.100013759Z [mod-auto-uptime-kuma] Monitor 'Semaphore' for container 'semaphore' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.100018200Z [mod-auto-uptime-kuma] Monitor 170:Semaphore has no changes, skipping...
2025-08-06T17:42:27.100022564Z [mod-auto-uptime-kuma] Monitor 'Maloja' for container 'maloja' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.100027064Z [mod-auto-uptime-kuma] Monitor 354:Maloja has no changes, skipping...
2025-08-06T17:42:27.100031279Z [mod-auto-uptime-kuma] Monitor 'Radarec' for container 'radarec' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.100035509Z [mod-auto-uptime-kuma] Monitor 120:Radarec has no changes, skipping...
2025-08-06T17:42:27.100039776Z [mod-auto-uptime-kuma] Monitor 'Bluesky-Pds' for container 'bluesky-pds' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.100044636Z [mod-auto-uptime-kuma] Monitor 130:Bluesky-Pds has no changes, skipping...
2025-08-06T17:42:27.100048914Z [mod-auto-uptime-kuma] Monitor 'It-Tools' for container 'it-tools' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.100053553Z [mod-auto-uptime-kuma] Monitor 138:It-Tools has no changes, skipping...
2025-08-06T17:42:27.100057813Z [mod-auto-uptime-kuma] Monitor 'Linkstack' for container 'linkstack' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.100062294Z [mod-auto-uptime-kuma] Monitor 355:Linkstack has no changes, skipping...
2025-08-06T17:42:27.100066496Z [mod-auto-uptime-kuma] Monitor 'Postal-Web' for container 'postal-web' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.100071131Z [mod-auto-uptime-kuma] Monitor 154:Postal-Web has no changes, skipping...
2025-08-06T17:42:27.100075570Z [mod-auto-uptime-kuma] Monitor 'Sonashow' for container 'sonashow' exists but no preset config found, generating from scratch
2025-08-06T17:42:27.100080205Z [mod-auto-uptime-kuma] Monitor 137:Sonashow has no changes, skipping...
2025-08-06T17:42:27.100084631Z [mod-auto-uptime-kuma] Searching for Monitors that should be deleted
2025-08-06T17:42:27.100089131Z [mod-auto-uptime-kuma] Deleting Monitors for the following containers: ['dbgate', 'open-webui', 'hortusfox', 'scraperr', 'sourcebot', 'delugevpn', 'meet.jitsi', 'docuseal', 'netbird-dashboard', 'peppermint', 'wallabag', 'bunkerweb-ui']
2025-08-06T17:42:27.100103162Z [mod-auto-uptime-kuma] Deleting Monitor 81:Dbgate
2025-08-06T17:42:27.100107628Z [mod-auto-uptime-kuma] Timeout while deleting monitor ID 81
2025-08-06T17:42:27.100111827Z [mod-auto-uptime-kuma] Deleting Monitor 101:Open-Webui
2025-08-06T17:42:27.100116708Z [mod-auto-uptime-kuma] Timeout while deleting monitor ID 101
2025-08-06T17:42:27.100120897Z [mod-auto-uptime-kuma] Deleting Monitor 102:Hortusfox
2025-08-06T17:42:27.100125077Z [mod-auto-uptime-kuma] Timeout while deleting monitor ID 102
2025-08-06T17:42:27.100129349Z [mod-auto-uptime-kuma] Deleting Monitor 110:Scraperr
2025-08-06T17:42:27.100133695Z [mod-auto-uptime-kuma] Timeout while deleting monitor ID 110
2025-08-06T17:42:27.100137925Z [mod-auto-uptime-kuma] Deleting Monitor 112:Sourcebot
2025-08-06T17:42:27.100142097Z [mod-auto-uptime-kuma] Timeout while deleting monitor ID 112
2025-08-06T17:42:27.100147974Z [mod-auto-uptime-kuma] Deleting Monitor 119:Delugevpn
2025-08-06T17:42:27.100152167Z [mod-auto-uptime-kuma] Timeout while deleting monitor ID 119
2025-08-06T17:42:27.100156417Z [mod-auto-uptime-kuma] Deleting Monitor 132:Meet.Jitsi
2025-08-06T17:42:27.100160541Z [mod-auto-uptime-kuma] Timeout while deleting monitor ID 132
2025-08-06T17:42:27.100164739Z [mod-auto-uptime-kuma] Deleting Monitor 135:Docuseal
2025-08-06T17:42:27.100169086Z [mod-auto-uptime-kuma] Timeout while deleting monitor ID 135
2025-08-06T17:42:27.100173047Z [mod-auto-uptime-kuma] Deleting Monitor 142:Netbird-Dashboard
2025-08-06T17:42:27.100177324Z [mod-auto-uptime-kuma] Timeout while deleting monitor ID 142
2025-08-06T17:42:27.100181768Z [mod-auto-uptime-kuma] Deleting Monitor 147:Peppermint
2025-08-06T17:42:27.100185861Z [mod-auto-uptime-kuma] Timeout while deleting monitor ID 147
2025-08-06T17:42:27.100190066Z [mod-auto-uptime-kuma] Deleting Monitor 148:Wallabag
2025-08-06T17:42:27.100194204Z [mod-auto-uptime-kuma] Timeout while deleting monitor ID 148
2025-08-06T17:42:27.100198486Z [mod-auto-uptime-kuma] Deleting Monitor 169:Bunkerweb-Ui
2025-08-06T17:42:27.100202671Z [mod-auto-uptime-kuma] Timeout while deleting monitor ID 169
2025-08-06T17:42:27.100206858Z [mod-auto-uptime-kuma] Searching for Groups that should be deleted
2025-08-06T17:42:27.100211140Z [mod-auto-uptime-kuma] No Groups to delete
2025-08-06T17:42:27.213424782Z [custom-init] No custom files found, skipping...
2025-08-06T17:42:27.241703636Z [ls.io-init] done.
2025-08-06T17:42:27.365300207Z 2025/08/06 13:42:27 [notice] 6890#6890: js vm init njs: 000079A315FB2B80
2025-08-06T17:42:27.423636783Z nginx: [error] [lua] crowdsec.lua:119: init(): error loading captcha plugin: no recaptcha site key provided, can't use recaptcha
2025-08-06T17:42:27.423740392Z nginx: [alert] [lua] crowdsec_nginx.conf:4):8: [Crowdsec] Initialisation done
2025-08-06T17:42:27.474197342Z Server ready

Source / References:

#1014

@TrezOne TrezOne changed the base branch from master to swag-auto-uptime-kuma August 6, 2025 18:14
@LinuxServer-CI
Copy link

PR build pushed to ghcr.io/linuxserver/mods:pull_request_1052

@LinuxServer-CI
Copy link

PR build pushed to ghcr.io/linuxserver/mods:pull_request_1052

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

[BUG] auto-uptime-kuma - infinite boot loop
2 participants