From 46d3487d1a38d6e3c3d955ec5be1ada1c3de9d6a Mon Sep 17 00:00:00 2001 From: "Mohamed C." Date: Sat, 14 Feb 2026 19:05:04 +0100 Subject: [PATCH] add homarr --- homarr/homarr-config.volume | 2 ++ homarr/homarr-data.volume | 2 ++ homarr/homarr-icons.volume | 2 ++ homarr/homarr.container | 18 ++++++++++++++++++ homarr/homarr.network | 3 +++ homarr/homarr.pod | 10 ++++++++++ 6 files changed, 37 insertions(+) create mode 100644 homarr/homarr-config.volume create mode 100644 homarr/homarr-data.volume create mode 100644 homarr/homarr-icons.volume create mode 100644 homarr/homarr.container create mode 100644 homarr/homarr.network create mode 100644 homarr/homarr.pod diff --git a/homarr/homarr-config.volume b/homarr/homarr-config.volume new file mode 100644 index 0000000..bbdd9af --- /dev/null +++ b/homarr/homarr-config.volume @@ -0,0 +1,2 @@ +[Volume] +VolumeName=homarr-config diff --git a/homarr/homarr-data.volume b/homarr/homarr-data.volume new file mode 100644 index 0000000..50836a5 --- /dev/null +++ b/homarr/homarr-data.volume @@ -0,0 +1,2 @@ +[Volume] +VolumeName=homarr-data diff --git a/homarr/homarr-icons.volume b/homarr/homarr-icons.volume new file mode 100644 index 0000000..592a7eb --- /dev/null +++ b/homarr/homarr-icons.volume @@ -0,0 +1,2 @@ +[Volume] +VolumeName=homarr-icons diff --git a/homarr/homarr.container b/homarr/homarr.container new file mode 100644 index 0000000..809d61b --- /dev/null +++ b/homarr/homarr.container @@ -0,0 +1,18 @@ +[Unit] +Description=Homarr Dashboard + +[Container] +AutoUpdate=registry +ContainerName=homarr +Environment=TZ=Europe/Berlin +Image=ghcr.io/ajnart/homarr:latest +Pod=homarr.pod +Volume=homarr-config:/app/data/configs +Volume=homarr-icons:/app/public/icons +Volume=homarr-data:/data + +[Service] +Restart=always + +[Install] +WantedBy=default.target diff --git a/homarr/homarr.network b/homarr/homarr.network new file mode 100644 index 0000000..73efed5 --- /dev/null +++ b/homarr/homarr.network @@ -0,0 +1,3 @@ +[Network] +Driver=bridge +NetworkName=homarr diff --git a/homarr/homarr.pod b/homarr/homarr.pod new file mode 100644 index 0000000..49e4ec1 --- /dev/null +++ b/homarr/homarr.pod @@ -0,0 +1,10 @@ +[Unit] +Description=Homarr Pod + +[Pod] +PodName=homarr +Network=homarr.network +PublishPort=7575:7575 + +[Install] +WantedBy=default.target