refactor(index): remove tailscale
This commit is contained in:
parent
2c3cd5d740
commit
81b0ef076c
2 changed files with 1 additions and 30 deletions
|
@ -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 |
|
@ -2,25 +2,7 @@
|
|||
import "/src/css/app.css";
|
||||
import ServiceCard from "../components/ServiceCard.astro";
|
||||
|
||||
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: "Tailscale", serviceUrl: "https://login.tailscale.com/admin" },
|
||||
{ serviceName: "Unifi" },
|
||||
{ serviceName: "Vaultwarden" },
|
||||
{ serviceName: "Zyxel", serviceUrl: "https://10.0.0.1" },
|
||||
{ serviceName: "z0x" },
|
||||
];
|
||||
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" }];
|
||||
---
|
||||
|
||||
<html lang="en">
|
||||
|
|
Loading…
Add table
Reference in a new issue