diff --git a/public/icons/bambui.svg b/public/icons/bambui.svg deleted file mode 100644 index 10831bf..0000000 --- a/public/icons/bambui.svg +++ /dev/null @@ -1,7 +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 stroke="none" d="M0 0h24v24H0z" fill="none"/> - <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.008a2.016 2.016 0 0 0 2 0l7 -4.008c.619 -.355 1 -1.01 1 -1.718z" /> - <path d="M12 22v-10" /> - <path d="M12 12l8.73 -5.04" /> - <path d="M3.27 6.96l8.73 5.04" /> -</svg> \ No newline at end of file diff --git a/public/icons/sftpgo.svg b/public/icons/sftpgo.svg new file mode 100644 index 0000000..822ad7c --- /dev/null +++ b/public/icons/sftpgo.svg @@ -0,0 +1,5 @@ +<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="M12 6m-8 0a8 3 0 1 0 16 0a8 3 0 1 0 -16 0"></path> + <path d="M4 6v6a8 3 0 0 0 16 0v-6"></path> + <path d="M4 12v6a8 3 0 0 0 16 0v-6"></path> +</svg> \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 8db96cf..f7aee39 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,7 +4,6 @@ import ServiceCard from "../components/ServiceCard.astro"; const services = [ { serviceName: "AmneziaWG" }, - { serviceName: "BambUI" }, { serviceName: "Blog", serviceUrl: "https://blog.z0x.home.arpa" }, { serviceName: "Dockge" }, { serviceName: "Dozzle" }, @@ -18,6 +17,7 @@ const services = [ { serviceName: "Redlib" }, { serviceName: "Roundcube" }, { serviceName: "Scrutiny" }, + { serviceName: "SFTPGo" }, { serviceName: "Synapse Admin" }, { serviceName: "Umami" }, { serviceName: "Unifi" },