feat(index): add cupdate & beszel, remove lodestone
Some checks are pending
build dist / build-dist (push) Waiting to run

This commit is contained in:
z0x 2025-03-13 19:30:20 -04:00
parent cb8d397e4d
commit d61aa4ab51
8 changed files with 7 additions and 15 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -10,13 +10,13 @@
"astro": "astro" "astro": "astro"
}, },
"dependencies": { "dependencies": {
"astro": "^5.4.1" "astro": "^5.5.2"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/check": "^0.9.4", "@astrojs/check": "^0.9.4",
"@biomejs/biome": "^1.9.4", "@biomejs/biome": "^1.9.4",
"@tailwindcss/vite": "^4.0.9", "@tailwindcss/vite": "^4.0.14",
"tailwindcss": "^4.0.9" "tailwindcss": "^4.0.14"
}, },
"trustedDependencies": [ "trustedDependencies": [
"@biomejs/biome", "@biomejs/biome",

1
public/icons/beszel.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#e5e7eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-monitor-cog"><path d="M12 17v4"/><path d="m15.2 4.9-.9-.4"/><path d="m15.2 7.1-.9.4"/><path d="m16.9 3.2-.4-.9"/><path d="m16.9 8.8-.4.9"/><path d="m19.5 2.3-.4.9"/><path d="m19.5 9.7-.4-.9"/><path d="m21.7 4.5-.9.4"/><path d="m21.7 7.5-.9-.4"/><path d="M22 13v2a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7"/><path d="M8 21h8"/><circle cx="18" cy="6" r="3"/></svg>

After

Width:  |  Height:  |  Size: 565 B

1
public/icons/cupdate.svg Normal file
View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#e5e7eb" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-container"><path d="M22 7.7c0-.6-.4-1.2-.8-1.5l-6.3-3.9a1.72 1.72 0 0 0-1.7 0l-10.3 6c-.5.2-.9.8-.9 1.4v6.6c0 .5.4 1.2.8 1.5l6.3 3.9a1.72 1.72 0 0 0 1.7 0l10.3-6c.5-.3.9-1 .9-1.5Z"/><path d="M10 21.9V14L2.1 9.1"/><path d="m10 14 11.9-6.9"/><path d="M14 19.8v-8.1"/><path d="M18 17.5V9.4"/></svg>

After

Width:  |  Height:  |  Size: 492 B

View file

@ -1,8 +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="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>

Before

Width:  |  Height:  |  Size: 625 B

View file

@ -1,6 +1,3 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="#e5e7eb" stroke="none"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="#e5e7eb" stroke="none">
<path d="M144,96 v320 h224 v-70 h-152 V96 z"/> <path d="M144,96 v320 h224 v-70 h-152 V96 z"/>
<path d="M240,96 v226 h70 v-156 h58 V96 z"/> <path d="M240,96 v226 h70 v-156 h58 V96 z"/>

Before

Width:  |  Height:  |  Size: 197 B

After

Width:  |  Height:  |  Size: 194 B

View file

@ -4,14 +4,15 @@ import ServiceCard from "../components/ServiceCard.astro";
const services = [ const services = [
{ serviceName: "WG Easy" }, { serviceName: "WG Easy" },
{ serviceName: "Beszel" },
{ serviceName: "Blog", serviceUrl: "https://blog.z0x.home.arpa" }, { serviceName: "Blog", serviceUrl: "https://blog.z0x.home.arpa" },
{ serviceName: "Cupdate" },
{ serviceName: "Dockge" }, { serviceName: "Dockge" },
{ serviceName: "Dozzle" }, { serviceName: "Dozzle" },
{ serviceName: "Element" }, { serviceName: "Element" },
{ serviceName: "Gitea", serviceUrl: "https://git.home.arpa" }, { serviceName: "Gitea", serviceUrl: "https://git.home.arpa" },
{ serviceName: "Home Assistant", serviceUrl: "https://ha.home.arpa" }, { serviceName: "Home Assistant", serviceUrl: "https://ha.home.arpa" },
{ serviceName: "Immich" }, { serviceName: "Immich" },
{ serviceName: "Lodestone" },
{ serviceName: "Maloja" }, { serviceName: "Maloja" },
{ serviceName: "Navidrome" }, { serviceName: "Navidrome" },
{ serviceName: "Radicale" }, { serviceName: "Radicale" },