feat(index): add amnezia and lodestone
This commit is contained in:
parent
d1e82f2488
commit
2ce9315875
3 changed files with 221 additions and 1 deletions
194
public/icons/amnezia.svg
Normal file
194
public/icons/amnezia.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 29 KiB |
8
public/icons/lodestone.svg
Normal file
8
public/icons/lodestone.svg
Normal file
|
@ -0,0 +1,8 @@
|
|||
<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="M21 16.008v-8.018a1.98 1.98 0 0 0 -1 -1.717l-7 -4.008a2.016 2.016 0 0 0 -2 0l-7 4.008c-.619 .355 -1 1.01 -1 1.718v8.018c0 .709 .381 1.363 1 1.717l7 4.008c.62 .354 1.38 .354 2 0l7 -4.008c.619 -.355 1 -1.01 1 -1.718z"></path>
|
||||
<path d="M12 22v-10"></path>
|
||||
<path d="M12 12l8.73 -5.04"></path>
|
||||
<path d="M3.27 6.96l8.73 5.04"></path>
|
||||
<path d="M12 17l3.003 -1.668m3 -1.667l2.997 -1.665m-9 5l-9 -5"></path>
|
||||
<path d="M15 17l3 -1.67v-3l-3 1.67z"></path>
|
||||
</svg>
|
After Width: | Height: | Size: 625 B |
|
@ -2,7 +2,25 @@
|
|||
import "/src/css/app.css";
|
||||
import ServiceCard from "../components/ServiceCard.astro";
|
||||
|
||||
const services = [{ serviceName: "Dockge" }, { serviceName: "Dozzle" }, { serviceName: "Element" }, { serviceName: "Gitea", serviceUrl: "https://git.home.arpa" }, { serviceName: "Immich" }, { 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: "Tailscale", serviceUrl: "https://login.tailscale.com/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