{"id":2609,"date":"2026-03-30T16:31:38","date_gmt":"2026-03-30T14:31:38","guid":{"rendered":"https:\/\/www.stephan-lubahn.de\/?p=2609"},"modified":"2026-03-30T22:40:53","modified_gmt":"2026-03-30T20:40:53","slug":"installation-docker-und-uptime-kuma","status":"publish","type":"post","link":"https:\/\/www.stephan-lubahn.de\/?p=2609","title":{"rendered":"Installation Docker und Uptime Kuma"},"content":{"rendered":"\n<p>Voraussetzung installiertes Linux Mint 22.3. Nicht auf dem HA Server. Ein externes System aufsetzen.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Installation unter Linux Mint \/ Ubuntu\nF\u00fchre die folgenden Schritte im Terminal aus:\n\n\n\n# Paketquellen aktualisieren\nsudo apt-get update\n\n# Abh\u00e4ngigkeiten installieren\nsudo apt install apt-transport-https ca-certificates curl gnupg\n\n# Docker GPG-Key hinzuf\u00fcgen\ncurl -fsSL https:\/\/download.docker.com\/linux\/ubuntu\/gpg | sudo gpg --dearmor -o \/usr\/share\/keyrings\/docker.gpg\n\n# Docker Repository einbinden\necho \"deb &#91;arch=$(dpkg --print-architecture) signed-by=\/usr\/share\/keyrings\/docker.gpg] https:\/\/download.docker.com\/linux\/ubuntu jammy stable\" | sudo tee \/etc\/apt\/sources.list.d\/docker.list > \/dev\/null\n\n# Paketquellen erneut aktualisieren\nsudo apt-get update\n\n# Docker + Plugins installieren\nsudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin\n\n# Neustart durchf\u00fchren\nsudo reboot\n\n\nNach dem Neustart pr\u00fcfen, ob Docker l\u00e4uft:\n\nsudo systemctl is-active docker\n\nEinen ersten Test-Container starten:\n\nsudo docker run hello-world\n\nsudo usermod -aG docker ${USER}\nsudo reboot\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Installation Uptime Kuma<\/h2>\n\n\n\n<p>sudo docker volume create uptime-kuma<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo docker run -d --restart=always -p 3001:3001 -v uptime-kuma:\/app\/data --name uptime-kuma louislam\/uptime-kuma:latest\n<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Update Uptime Kuma<\/h2>\n\n\n\n<pre class=\"wp-block-code\"><code>docker pull louislam\/uptime-kuma:2\ndocker stop uptime-kuma\ndocker rm uptime-kuma\n\n# Default\ndocker run -d --restart=always -p 3001:3001 -v uptime-kuma:\/app\/data --name uptime-kuma louislam\/uptime-kuma:2\n\n# If you are not using default value\n# docker run -d --restart=always -p &lt;YOUR PORT>:3001 -v &lt;YOUR VOLUME>:\/app\/data --name uptime-kuma louislam\/uptime-kuma:2\n<\/code><\/pre>\n\n\n\n<p><br><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Integration in Home Assistent<\/h2>\n\n\n\n<p>Im Uptime Kuma eine API Key generieren.<\/p>\n\n\n\n<p>In HACS die Integration installieren. <\/p>\n\n\n\n<p>In der Konfiguration Die IP der Kuma Sytems eintragen<br>192.168.178&#8230;..:3001 alles andere funktioniert nicht obwohl es behauptet wird.<br><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.stephan-lubahn.de\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-30-212159-640.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"316\" src=\"https:\/\/www.stephan-lubahn.de\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-30-212159-640.jpg\" alt=\"\" class=\"wp-image-2624\" srcset=\"https:\/\/www.stephan-lubahn.de\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-30-212159-640.jpg 640w, https:\/\/www.stephan-lubahn.de\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-30-212159-640-300x148.jpg 300w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/a><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.stephan-lubahn.de\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-30-212309-640.jpg\"><img loading=\"lazy\" decoding=\"async\" width=\"640\" height=\"287\" src=\"https:\/\/www.stephan-lubahn.de\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-30-212309-640.jpg\" alt=\"\" class=\"wp-image-2626\" srcset=\"https:\/\/www.stephan-lubahn.de\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-30-212309-640.jpg 640w, https:\/\/www.stephan-lubahn.de\/wp-content\/uploads\/2026\/03\/Screenshot-2026-03-30-212309-640-300x135.jpg 300w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/a><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>Voraussetzung installiertes Linux Mint 22.3. Nicht auf dem HA Server. Ein externes System aufsetzen. Installation Uptime Kuma sudo docker volume create uptime-kuma Update Uptime Kuma Integration in Home Assistent Im Uptime Kuma eine API Key generieren. In HACS die Integration &hellip; <a href=\"https:\/\/www.stephan-lubahn.de\/?p=2609\">Weiterlesen <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[90],"tags":[152,153],"class_list":["post-2609","post","type-post","status-publish","format-standard","hentry","category-installation","tag-docker","tag-uptime-kuma"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.stephan-lubahn.de\/index.php?rest_route=\/wp\/v2\/posts\/2609","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.stephan-lubahn.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.stephan-lubahn.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.stephan-lubahn.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stephan-lubahn.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2609"}],"version-history":[{"count":10,"href":"https:\/\/www.stephan-lubahn.de\/index.php?rest_route=\/wp\/v2\/posts\/2609\/revisions"}],"predecessor-version":[{"id":2627,"href":"https:\/\/www.stephan-lubahn.de\/index.php?rest_route=\/wp\/v2\/posts\/2609\/revisions\/2627"}],"wp:attachment":[{"href":"https:\/\/www.stephan-lubahn.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2609"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stephan-lubahn.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2609"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stephan-lubahn.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2609"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}