2 Commits

Author SHA1 Message Date
semantic-release-bot
a25d7e27b7 chore(release): 0.15.0 [skip ci]
# [0.15.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.14.0...0.15.0) (2026-04-02)

### Features

* add more apps ([3ce50ce](3ce50ceccd))
2026-04-02 00:57:23 +00:00
3ce50ceccd feat: add more apps
All checks were successful
test-build / guarddog (push) Successful in 2m13s
test-build / build (push) Successful in 5m16s
renovate / renovate (push) Successful in 1m50s
release-image / guarddog (push) Successful in 25s
release-image / build (push) Successful in 4m55s
release-image / semantic-release (push) Successful in 59s
release-image / release-harbor (push) Successful in 3m37s
release-image / release-gitea (push) Successful in 1m52s
2026-04-01 18:50:16 -05:00
5 changed files with 53 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
# [0.15.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.14.0...0.15.0) (2026-04-02)
### Features
* add more apps ([3ce50ce](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/3ce50ceccd12c8059f3c5146f6c0ad90d75c47b7))
# [0.14.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.13.0...0.14.0) (2026-04-01) # [0.14.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.13.0...0.14.0) (2026-04-01)

View File

@@ -1,7 +1,7 @@
{ {
"name": "site-documentation", "name": "site-documentation",
"type": "module", "type": "module",
"version": "0.14.0", "version": "0.15.0",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"build": "astro build", "build": "astro build",

View File

@@ -0,0 +1,15 @@
---
title: Houndarr
description: Automated missing-media search for your *arr stack. Small batches. Polite intervals. Zero indexer abuse.
hero:
tagline: Automated missing-media search for your *arr stack. Small batches. Polite intervals. Zero indexer abuse.
image:
file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/houndarr.webp
actions:
- text: Source
link: https://github.com/av1155/houndarr
icon: right-arrow
- text: Deployment Chart
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/houndarr
icon: right-arrow
---

View File

@@ -0,0 +1,15 @@
---
title: Immich
description: High performance self-hosted photo and video management solution.
hero:
tagline: High performance self-hosted photo and video management solution.
image:
file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/immich.webp
actions:
- text: Source
link: https://github.com/immich-app/immich
icon: right-arrow
- text: Deployment Chart
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/immich
icon: right-arrow
---

View File

@@ -0,0 +1,15 @@
---
title: Intel Device Plugins Operator
description: Intel Device Plugins Operator manages plugins, then the GPU device plugin provides access to discrete and integrated Intel GPU device files.
hero:
tagline: Intel Device Plugins Operator manages plugins, then the GPU device plugin provides access to discrete and integrated Intel GPU device files.
image:
file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/kubernetes.webp
actions:
- text: Source
link: https://github.com/intel/intel-device-plugins-for-kubernetes
icon: right-arrow
- text: Deployment Chart
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/intel-device-plugin
icon: right-arrow
---