From c1f7e193fc126ff4d94d2209a96fb29254c705fd Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 7 Apr 2026 20:20:08 -0500 Subject: [PATCH] feat: add more apps --- src/content/docs/applications/unpackerr.mdx | 15 +++++++++++++++ src/content/docs/applications/unpoller.mdx | 15 +++++++++++++++ src/content/docs/applications/vault.mdx | 15 +++++++++++++++ src/content/docs/applications/vaultwarden.mdx | 15 +++++++++++++++ src/content/docs/guides/vault-ssh-ca.mdx | 2 +- 5 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 src/content/docs/applications/unpackerr.mdx create mode 100644 src/content/docs/applications/unpoller.mdx create mode 100644 src/content/docs/applications/vault.mdx create mode 100644 src/content/docs/applications/vaultwarden.mdx diff --git a/src/content/docs/applications/unpackerr.mdx b/src/content/docs/applications/unpackerr.mdx new file mode 100644 index 0000000..f1de02f --- /dev/null +++ b/src/content/docs/applications/unpackerr.mdx @@ -0,0 +1,15 @@ +--- +title: Unpackerr +description: Extracts downloads for Radarr, Sonarr, Lidarr, Readarr, and/or a Watch folder - Deletes extracted files after import. +hero: + tagline: Extracts downloads for Radarr, Sonarr, Lidarr, Readarr, and/or a Watch folder - Deletes extracted files after import. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/unpackerr.webp + actions: + - text: Source + link: https://github.com/Unpackerr/unpackerr + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/unpackerr + icon: right-arrow +--- diff --git a/src/content/docs/applications/unpoller.mdx b/src/content/docs/applications/unpoller.mdx new file mode 100644 index 0000000..eacd871 --- /dev/null +++ b/src/content/docs/applications/unpoller.mdx @@ -0,0 +1,15 @@ +--- +title: UnPoller +description: Collect your UniFi controller data and report it to an InfluxDB instance, or export it for Prometheus collection. +hero: + tagline: Collect your UniFi controller data and report it to an InfluxDB instance, or export it for Prometheus collection. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/ubiquiti-unifi.webp + actions: + - text: Source + link: https://github.com/unpoller/unpoller + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/unpoller + icon: right-arrow +--- diff --git a/src/content/docs/applications/vault.mdx b/src/content/docs/applications/vault.mdx new file mode 100644 index 0000000..8b1e080 --- /dev/null +++ b/src/content/docs/applications/vault.mdx @@ -0,0 +1,15 @@ +--- +title: Vault +description: A tool for secrets management, encryption as a service, and privileged access management. +hero: + tagline: A tool for secrets management, encryption as a service, and privileged access management. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/hashicorp-vault.webp + actions: + - text: Source + link: https://github.com/hashicorp/vault + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/vault + icon: right-arrow +--- diff --git a/src/content/docs/applications/vaultwarden.mdx b/src/content/docs/applications/vaultwarden.mdx new file mode 100644 index 0000000..bfab68b --- /dev/null +++ b/src/content/docs/applications/vaultwarden.mdx @@ -0,0 +1,15 @@ +--- +title: Vaultwarden +description: Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs. +hero: + tagline: Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/vaultwarden.webp + actions: + - text: Source + link: https://github.com/dani-garcia/vaultwarden + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/vaultwarden + icon: right-arrow +--- diff --git a/src/content/docs/guides/vault-ssh-ca.mdx b/src/content/docs/guides/vault-ssh-ca.mdx index 449e751..01cca26 100644 --- a/src/content/docs/guides/vault-ssh-ca.mdx +++ b/src/content/docs/guides/vault-ssh-ca.mdx @@ -4,7 +4,7 @@ description: Steps followed to enable using Vault as a CA for ssh login hero: tagline: Steps followed for the v1.12.0 upgrade process image: - file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/hashicorp-vault-light.webp + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/hashicorp-vault.webp --- # Setup