refactor(index): remove tailscale

This commit is contained in:
z0x 2025-01-08 20:31:09 -05:00
parent 2c3cd5d740
commit 81b0ef076c
2 changed files with 1 additions and 30 deletions

View file

@ -1,11 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="#e5e7eb" stroke-linecap="round" stroke-linejoin="round" stroke-width="2">
<path d="M5 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"></path>
<path d="M12 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"></path>
<path d="M19 5m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"></path>
<path d="M5 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"></path>
<path d="M12 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"></path>
<path d="M19 12m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"></path>
<path d="M5 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"></path>
<path d="M12 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"></path>
<path d="M19 19m-1 0a1 1 0 1 0 2 0a1 1 0 1 0 -2 0"></path>
</svg>

Before

Width:  |  Height:  |  Size: 704 B

View file

@ -2,25 +2,7 @@
import "/src/css/app.css"; import "/src/css/app.css";
import ServiceCard from "../components/ServiceCard.astro"; import ServiceCard from "../components/ServiceCard.astro";
const services = [ const services = [{ serviceName: "Amnezia" }, { serviceName: "Dockge" }, { serviceName: "Dozzle" }, { serviceName: "Element" }, { serviceName: "Gitea", serviceUrl: "https://git.home.arpa" }, { serviceName: "Immich" }, { serviceName: "Lodestone" }, { serviceName: "Navidrome" }, { serviceName: "Radicale" }, { serviceName: "Redlib" }, { serviceName: "Scrutiny" }, { serviceName: "Synapse Admin" }, { serviceName: "Unifi" }, { serviceName: "Vaultwarden" }, { serviceName: "Zyxel", serviceUrl: "https://10.0.0.1" }, { serviceName: "z0x" }];
{ serviceName: "Amnezia" },
{ serviceName: "Dockge" },
{ serviceName: "Dozzle" },
{ serviceName: "Element" },
{ serviceName: "Gitea", serviceUrl: "https://git.home.arpa" },
{ serviceName: "Immich" },
{ serviceName: "Lodestone" },
{ serviceName: "Navidrome" },
{ serviceName: "Radicale" },
{ serviceName: "Redlib" },
{ serviceName: "Scrutiny" },
{ serviceName: "Synapse Admin" },
{ serviceName: "Tailscale", serviceUrl: "https://login.tailscale.com/admin" },
{ serviceName: "Unifi" },
{ serviceName: "Vaultwarden" },
{ serviceName: "Zyxel", serviceUrl: "https://10.0.0.1" },
{ serviceName: "z0x" },
];
--- ---
<html lang="en"> <html lang="en">