diff --git a/.gitea/workflows/release-image.yaml b/.gitea/workflows/release-image.yaml index 08283bf..9072ca9 100644 --- a/.gitea/workflows/release-image.yaml +++ b/.gitea/workflows/release-image.yaml @@ -19,7 +19,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v6 with: - node-version: 24.14.0 + node-version: 24.14.1 - name: Set up Bun uses: oven-sh/setup-bun@v2 @@ -114,7 +114,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v6 with: - node-version: 24.14.0 + node-version: 24.14.1 - name: Set up Bun uses: oven-sh/setup-bun@v2 diff --git a/.gitea/workflows/test-build.yaml b/.gitea/workflows/test-build.yaml index 3accc6c..8a286e6 100644 --- a/.gitea/workflows/test-build.yaml +++ b/.gitea/workflows/test-build.yaml @@ -22,7 +22,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v6 with: - node-version: 24.14.0 + node-version: 24.14.1 - name: Set up Bun uses: oven-sh/setup-bun@v2 diff --git a/astro.config.mjs b/astro.config.mjs index 7fbab04..9f2524b 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -50,6 +50,7 @@ export default defineConfig({ }, { label: "Applications", + collapsed: true, autogenerate: { directory: "applications" }, }, ], diff --git a/src/content/docs/applications/coredns.mdx b/src/content/docs/applications/coredns.mdx index 5aa2305..c1bad8f 100644 --- a/src/content/docs/applications/coredns.mdx +++ b/src/content/docs/applications/coredns.mdx @@ -4,7 +4,7 @@ description: CoreDNS is a DNS server/forwarder, written in Go, that chains plugi hero: tagline: CoreDNS is a DNS server/forwarder, written in Go, that chains plugins. image: - file: https://github.com/coredns/coredns.io/blob/master/static/images/favicon.png + file: https://raw.githubusercontent.com/coredns/coredns.io/refs/heads/master/static/images/favicon.png actions: - text: Source link: https://github.com/coredns/coredns diff --git a/src/content/docs/applications/democratic-csi-synology-iscsi.mdx b/src/content/docs/applications/democratic-csi-synology-iscsi.mdx new file mode 100644 index 0000000..eef0e40 --- /dev/null +++ b/src/content/docs/applications/democratic-csi-synology-iscsi.mdx @@ -0,0 +1,15 @@ +--- +title: Democratic CSI +description: Democratic CSI implements the csi (container storage interface) spec providing storage for various container orchestration systems. +hero: + tagline: Democratic CSI implements the csi (container storage interface) spec providing storage for various container orchestration systems. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kubernetes.webp + actions: + - text: Source + link: https://github.com/democratic-csi/democratic-csi + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/democratic-csi-synology-iscsi + icon: right-arrow +--- diff --git a/src/content/docs/applications/descheduler.mdx b/src/content/docs/applications/descheduler.mdx new file mode 100644 index 0000000..55ce5ee --- /dev/null +++ b/src/content/docs/applications/descheduler.mdx @@ -0,0 +1,15 @@ +--- +title: Descheduler +description: Descheduler, based on its policy, finds pods that can be moved and evicts them. +hero: + tagline: Descheduler, based on its policy, finds pods that can be moved and evicts them. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kubernetes.webp + actions: + - text: Source + link: https://github.com/kubernetes-sigs/descheduler + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/descheduler + icon: right-arrow +---