Compare commits
6 Commits
0.6.0
...
renovate/n
| Author | SHA1 | Date | |
|---|---|---|---|
|
9bbdd65be9
|
|||
| 79b2f0d1c8 | |||
| c69fde38f9 | |||
| 8e49a12511 | |||
| 4077d3289c | |||
| 9e5ad9cc73 |
@@ -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
|
||||
|
||||
@@ -2,11 +2,7 @@ name: renovate
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '@daily'
|
||||
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- cron: '0 */6 * * *'
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -50,6 +50,7 @@ export default defineConfig({
|
||||
},
|
||||
{
|
||||
label: "Applications",
|
||||
collapsed: true,
|
||||
autogenerate: { directory: "applications" },
|
||||
},
|
||||
],
|
||||
|
||||
15
src/content/docs/applications/cert-manager.mdx
Normal file
15
src/content/docs/applications/cert-manager.mdx
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: Cert Manager
|
||||
description: Cert Manager adds certificates and certificate issuers as resource types in Kubernetes clusters, and simplifies the process of obtaining, renewing and using those certificates.
|
||||
hero:
|
||||
tagline: Cert Manager adds certificates and certificate issuers as resource types in Kubernetes clusters, and simplifies the process of obtaining, renewing and using those certificates.
|
||||
image:
|
||||
file: https://raw.githubusercontent.com/cert-manager/cert-manager/52bddefde7b2d44841c77cf15038d51330cb9748/logo/logo.svg
|
||||
actions:
|
||||
- text: Source
|
||||
link: https://github.com/cert-manager/cert-manager
|
||||
icon: right-arrow
|
||||
- text: Deployment Chart
|
||||
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/cert-manager
|
||||
icon: right-arrow
|
||||
---
|
||||
15
src/content/docs/applications/cilium.mdx
Normal file
15
src/content/docs/applications/cilium.mdx
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: Cilium
|
||||
description: Cilium is a networking, observability, and security solution with an eBPF-based dataplane.
|
||||
hero:
|
||||
tagline: Cilium is a networking, observability, and security solution with an eBPF-based dataplane.
|
||||
image:
|
||||
file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/cilium.webp
|
||||
actions:
|
||||
- text: Source
|
||||
link: https://github.com/cilium/cilium
|
||||
icon: right-arrow
|
||||
- text: Deployment Chart
|
||||
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/cilium
|
||||
icon: right-arrow
|
||||
---
|
||||
15
src/content/docs/applications/cloudnative-pg.mdx
Normal file
15
src/content/docs/applications/cloudnative-pg.mdx
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: CloudNativePG
|
||||
description: CloudNativePG (CNPG) is an open-source platform designed to seamlessly manage PostgreSQL databases in Kubernetes environments.
|
||||
hero:
|
||||
tagline: CloudNativePG (CNPG) is an open-source platform designed to seamlessly manage PostgreSQL databases in Kubernetes environments.
|
||||
image:
|
||||
file: https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg.github.io/0c2d2ff561b7b8ddb6bc06ddb91bd20b73d3f82d/assets/images/hero_image.svg
|
||||
actions:
|
||||
- text: Source
|
||||
link: https://github.com/cloudnative-pg/cloudnative-pg
|
||||
icon: right-arrow
|
||||
- text: Deployment Chart
|
||||
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/cloudnative-pg
|
||||
icon: right-arrow
|
||||
---
|
||||
15
src/content/docs/applications/code-server.mdx
Normal file
15
src/content/docs/applications/code-server.mdx
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: Code Server
|
||||
description: Run VS Code on any machine anywhere and access it in the browser.
|
||||
hero:
|
||||
tagline: Run VS Code on any machine anywhere and access it in the browser.
|
||||
image:
|
||||
file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/visual-studio-code.webp
|
||||
actions:
|
||||
- text: Source
|
||||
link: https://github.com/coder/code-server
|
||||
icon: right-arrow
|
||||
- text: Deployment Chart
|
||||
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/code-server
|
||||
icon: right-arrow
|
||||
---
|
||||
15
src/content/docs/applications/coredns.mdx
Normal file
15
src/content/docs/applications/coredns.mdx
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: CoreDNS
|
||||
description: CoreDNS is a DNS server/forwarder, written in Go, that chains plugins.
|
||||
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
|
||||
actions:
|
||||
- text: Source
|
||||
link: https://github.com/coredns/coredns
|
||||
icon: right-arrow
|
||||
- text: Deployment Chart
|
||||
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/coredns
|
||||
icon: right-arrow
|
||||
---
|
||||
15
src/content/docs/applications/dawarich.mdx
Normal file
15
src/content/docs/applications/dawarich.mdx
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: Dawarich
|
||||
description: Dawarich is a self-hostable web app designed to replace Google Timeline (aka Google Location History).
|
||||
hero:
|
||||
tagline: Dawarich is a self-hostable web app designed to replace Google Timeline (aka Google Location History).
|
||||
image:
|
||||
file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/dawarich.webp
|
||||
actions:
|
||||
- text: Source
|
||||
link: https://github.com/Freika/dawarich
|
||||
icon: right-arrow
|
||||
- text: Deployment Chart
|
||||
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/dawarich
|
||||
icon: right-arrow
|
||||
---
|
||||
15
src/content/docs/applications/grimmory.mdx
Normal file
15
src/content/docs/applications/grimmory.mdx
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: Grimmory
|
||||
description: Grimmory is a self-hosted application for managing your entire book collection in one place.
|
||||
hero:
|
||||
tagline: Grimmory is a self-hosted application for managing your entire book collection in one place.
|
||||
image:
|
||||
file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/booklore.webp
|
||||
actions:
|
||||
- text: Source
|
||||
link: https://github.com/grimmory-tools/grimmory
|
||||
icon: right-arrow
|
||||
- text: Deployment Chart
|
||||
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/grimmory
|
||||
icon: right-arrow
|
||||
---
|
||||
Reference in New Issue
Block a user