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" },