From 76e0ae782ac4d3789f807477044d9c3f229b7c4e Mon Sep 17 00:00:00 2001 From: z0x Date: Thu, 27 Feb 2025 20:04:21 -0500 Subject: [PATCH] feat(index): add headplane --- public/icons/headplane.svg | 4 ++++ src/pages/index.astro | 1 + 2 files changed, 5 insertions(+) create mode 100644 public/icons/headplane.svg diff --git a/public/icons/headplane.svg b/public/icons/headplane.svg new file mode 100644 index 0000000..5937c7a --- /dev/null +++ b/public/icons/headplane.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index f7aee39..240fc66 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,6 +9,7 @@ const services = [ { serviceName: "Dozzle" }, { serviceName: "Element" }, { serviceName: "Gitea", serviceUrl: "https://git.home.arpa" }, + { serviceName: "Headplane", serviceUrl: "https://headscale.home.arpa/admin" }, { serviceName: "Immich" }, { serviceName: "Lodestone" }, { serviceName: "Maloja" },