diff options
Diffstat (limited to 'src/pages/Homelab.tsx')
| -rw-r--r-- | src/pages/Homelab.tsx | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/pages/Homelab.tsx b/src/pages/Homelab.tsx index 39693d7..9371ff2 100644 --- a/src/pages/Homelab.tsx +++ b/src/pages/Homelab.tsx @@ -1,5 +1,3 @@ -import LinkWithIcon from '../components/LinkWithIcon'; - const nasServices = [ "Jellyfin: Media library", "Kavita: Ebooks and manga", @@ -18,7 +16,7 @@ export default function HomelabPage() { <h2>NAS</h2> <img src="/images/nas.webp" alt="NAS" className="mx-auto mb-4 w-64 rounded-lg shadow" /> <p className="mb-4 leading-relaxed"> - My custom-built NAS running <strong>Unraid</strong> hosts the following services. See <LinkWithIcon href='/gear'>gear</LinkWithIcon> for specs. + My custom-built NAS running <strong>Unraid</strong> hosts the following services. See <a href='/gear'>gear</a> for specs. </p> <ul className="list-disc pl-6 space-y-1"> {nasServices.map((svc) => ( @@ -34,14 +32,14 @@ export default function HomelabPage() { <h2>Raspberry Pi</h2> <img src="/images/pi.webp" alt="Raspberry Pi 5" className="mx-auto mb-4 w-64 rounded-lg shadow" /> <p className="mb-4 leading-relaxed"> - Raspberry Pi 5 (8GB) running <LinkWithIcon href='https://homebridge.io'>Homebridge</LinkWithIcon> to integrate non-HomeKit devices. It also serves as a precision NTP server using a <LinkWithIcon href='https://store.uputronics.com/products/raspberry-pi-gps-rtc-expansion-board' target='_blank'>Uputronics GPS module</LinkWithIcon>. + Raspberry Pi 5 (8GB) running <a href='https://homebridge.io'>Homebridge</a> to integrate non-HomeKit devices. It also serves as a precision NTP server using a <a href='https://store.uputronics.com/products/raspberry-pi-gps-rtc-expansion-board' target='_blank'>Uputronics GPS module</a>. </p> </section> <section> <h2>VPS</h2> <p className="mb-4 leading-relaxed"> - Cheap Ionos VPS running nixos via <LinkWithIcon href='https://github.com/elitak/nixos-infect'>nixos-infect</LinkWithIcon> for services exposed to the internet. Mainly using it for hosting this website and <LinkWithIcon href='https://nextcloud.com'>Nextcloud</LinkWithIcon>. + Cheap Ionos VPS running nixos via <a href='https://github.com/elitak/nixos-infect'>nixos-infect</a> for services exposed to the internet. Mainly using it for hosting this website and <a href='https://nextcloud.com'>Nextcloud</a>. </p> </section> </> |
