feat: add Uptime Kuma integration with periodic ping task and configuration options

This commit is contained in:
Christian Krakau-Louis
2025-04-01 22:44:46 +02:00
parent 4ba34e2cbc
commit ceaed1a081
19 changed files with 921 additions and 525 deletions
+7 -9
View File
@@ -34,16 +34,14 @@
{{ item.name }}
</td>
<td class="px-6 py-4 whitespace-nowrap text-sm text-gray-500">
{% if debug_enabled %}
{% if item.value is none %}
<span class="text-gray-400">NULL</span>
{% elif item.value == "" %}
<span class="text-gray-400">(empty string)</span>
{% else %}
{{ item.value }}
{% endif %}
{% if item.value is none %}
<span class="text-gray-400">NULL</span>
{% elif item.value == "" %}
<span class="text-gray-400">(empty string)</span>
{% elif item.value == "********" %}
<span class="text-gray-400">********</span>
{% else %}
<span class="text-gray-400">*** hidden in non-debug mode ***</span>
{{ item.value }}
{% endif %}
</td>
<td class="px-6 py-4 whitespace-nowrap">