<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>uptime-kuma on</title><link>https://notes.freaks.dev/tags/uptime-kuma/</link><description>Recent content in uptime-kuma on</description><generator>Hugo -- gohugo.io</generator><lastBuildDate>Tue, 06 Dec 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://notes.freaks.dev/tags/uptime-kuma/index.xml" rel="self" type="application/rss+xml"/><item><title>Uptime Kuma Container</title><link>https://notes.freaks.dev/selfhost/uptime_kuma_container/</link><pubDate>Tue, 06 Dec 2022 00:00:00 +0000</pubDate><guid>https://notes.freaks.dev/selfhost/uptime_kuma_container/</guid><description>You must setup Podman, Lighttpd and Cloudflared first.
Steps create uptime-kuma directory in $HOME/podman mkdir -p ~/podman/uptime-kuma &amp;amp;&amp;amp; cd ~/podman/uptime-kuma copy from compose.yml nano compose.yml copy from uptime-kuma.conf nano ~/lighttpd/conf.d/uptime-kuma.conf restart lighttpd systemctl --user restart lighttpd start uptime-kuma podman-compose -f ~/podman/uptime-kuma/compose.yml systemd -a register systemctl --user enable --now podman-compose@uptime-kuma compose.yml version: &amp;#34;3&amp;#34; services: uptime-kuma: image: docker.io/louislam/uptime-kuma:latest container_name: uptime-kuma networks: - traefik ports: - &amp;#34;127.0.0.1:1342:3001&amp;#34; volumes: - ./data:/app/data restart: unless-stopped labels: - &amp;#34;io.</description></item></channel></rss>