Compare commits

..

11 Commits

Author SHA1 Message Date
semantic-release-bot
f47f5f2409 chore(release): 0.4.0 [skip ci]
# [0.4.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.3.0...0.4.0) (2026-03-23)

### Bug Fixes

* remove react deps ([5e97a52](5e97a524ba))

### Features

* add and update pre-commit ([95805dc](95805dcd07))
* add applications, actual ([e21d142](e21d1426d2))
* add argo-workflows ([abde3db](abde3db3c7))
* merge ([a3e6e65](a3e6e65c79))
* remove splash template ([3fecb72](3fecb72e89))
2026-03-23 00:08:13 +00:00
a3e6e65c79 feat: merge
All checks were successful
release-image / guarddog (push) Successful in 13s
release-image / build (push) Successful in 37s
release-image / semantic-release (push) Successful in 31s
release-image / release-harbor (push) Successful in 2m14s
release-image / release-gitea (push) Successful in 1m44s
2026-03-22 19:07:06 -05:00
9b03c4e6d5 Release (#195)
All checks were successful
release-image / guarddog (push) Successful in 19s
release-image / build (push) Successful in 30s
release-image / semantic-release (push) Successful in 16s
release-image / release-harbor (push) Has been skipped
release-image / release-gitea (push) Has been skipped
renovate / renovate (push) Successful in 23s
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Reviewed-on: #195
2026-03-22 23:40:02 +00:00
abde3db3c7 feat: add argo-workflows
All checks were successful
test-build / guarddog (push) Successful in 19s
renovate / renovate (push) Successful in 26s
test-build / build (push) Successful in 31s
2026-03-22 18:34:43 -05:00
3fecb72e89 feat: remove splash template
All checks were successful
test-build / guarddog (push) Successful in 28s
test-build / build (push) Successful in 51s
renovate / renovate (push) Successful in 1m17s
2026-03-22 16:40:03 -05:00
e21d1426d2 feat: add applications, actual
Some checks failed
test-build / build (push) Failing after 0s
renovate / renovate (push) Has been cancelled
test-build / guarddog (push) Has been cancelled
2026-03-22 16:39:41 -05:00
bfe3395c00 chore(deps): update dependency bun to v1.3.11 (#194)
All checks were successful
renovate / renovate (push) Successful in 32s
2026-03-19 04:12:28 +00:00
171182a242 chore(deps): update dhi.io/bun docker tag to v1.3.11 (#193)
All checks were successful
test-build / guarddog (push) Successful in 23s
test-build / build (push) Successful in 1m5s
renovate / renovate (push) Successful in 1m13s
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [dhi.io/bun](https://dhi.io/catalog/bun) ([source](https://github.com/docker-hardened-images/definitions)) | final | patch | `1.3.10-alpine3.22` → `1.3.11-alpine3.22` |
| [dhi.io/bun](https://dhi.io/catalog/bun) ([source](https://github.com/docker-hardened-images/definitions)) | stage | patch | `1.3.10-alpine3.22-dev` → `1.3.11-alpine3.22-dev` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4yIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Reviewed-on: #193
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
2026-03-19 04:11:08 +00:00
semantic-release-bot
ff1610748d chore(release): 0.3.0 [skip ci]
# [0.3.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.2.0...0.3.0) (2026-03-15)

### Features

* add and update pre-commit ([972bbff](972bbffb41))
2026-03-15 21:58:15 +00:00
972bbffb41 feat: add and update pre-commit
All checks were successful
release-image / guarddog (push) Successful in 26s
release-image / build (push) Successful in 37s
release-image / semantic-release (push) Successful in 23s
release-image / release-harbor (push) Successful in 4m25s
release-image / release-gitea (push) Successful in 3m32s
2026-03-15 16:57:14 -05:00
semantic-release-bot
1ae7bf44f1 chore(release): 0.2.0 [skip ci]
# [0.2.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.1.7...0.2.0) (2026-03-12)

### Features

* add robots ([4ef4353](4ef43534a0))
* switch to bun ([7413830](74138302a4))
* trigger minor version update ([7a9b62d](7a9b62dc04))
* use alpine-dev for bun builder ([4575bfb](4575bfb913))
2026-03-12 21:51:24 +00:00
8 changed files with 53 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ jobs:
- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.10
bun-version: 1.3.11
- name: Install Dependencies
run: bun install --frozen-lockfile
@@ -119,7 +119,7 @@ jobs:
- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.10
bun-version: 1.3.11
- name: Install Dependencies
run: bun install --frozen-lockfile

View File

@@ -27,7 +27,7 @@ jobs:
- name: Set up Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.3.10
bun-version: 1.3.11
- name: Install Dependencies
run: bun install --frozen-lockfile

View File

@@ -1,3 +1,19 @@
# [0.4.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.3.0...0.4.0) (2026-03-23)
### Bug Fixes
* remove react deps ([5e97a52](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/5e97a524ba045398267f80f55c40288ab40f0d47))
### Features
* add and update pre-commit ([95805dc](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/95805dcd071dd08e1e6451d96b2d0d1058abedaf))
* add applications, actual ([e21d142](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/e21d1426d23c7deee7ccd415e8ad528f3a9c0b08))
* add argo-workflows ([abde3db](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/abde3db3c76a37ffda8232f8293b8b402eaef81e))
* merge ([a3e6e65](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/a3e6e65c79a92d34cc4b0fffdbba7719bcb14b5d))
* remove splash template ([3fecb72](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/3fecb72e89af7eac1d4fa04e7ec5280c6cf546c8))
# [0.3.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.2.0...0.3.0) (2026-03-15)

View File

@@ -1,5 +1,5 @@
ARG REGISTRY=dhi.io
FROM ${REGISTRY}/bun:1.3.10-alpine3.22-dev AS builder
FROM ${REGISTRY}/bun:1.3.11-alpine3.22-dev AS builder
WORKDIR /app
@@ -17,7 +17,7 @@ FROM build-deps AS build
COPY . .
RUN bun run build
FROM ${REGISTRY}/bun:1.3.10-alpine3.22 AS runtime
FROM ${REGISTRY}/bun:1.3.11-alpine3.22 AS runtime
WORKDIR /app
COPY --from=prod-deps /app/node_modules /app/node_modules
COPY --from=build /app/dist /app/dist

View File

@@ -1,7 +1,7 @@
{
"name": "site-documentation",
"type": "module",
"version": "0.0.0",
"version": "0.4.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
@@ -29,7 +29,7 @@
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/release-notes-generator": "^14.1.0",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",

View File

@@ -0,0 +1,15 @@
---
title: Actual
description: Actual Budget is a super fast and privacy-focused app for managing finances.
hero:
tagline: Actual Budget is a super fast and privacy-focused app for managing finances.
image:
file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/actual-budget.webp
actions:
- text: Source
link: https://github.com/actualbudget/actual
icon: right-arrow
- text: Deployment Chart
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/actual
icon: right-arrow
---

View File

@@ -0,0 +1,15 @@
---
title: Argo Workflows
description: Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes.
hero:
tagline: Argo Workflows is an open source container-native workflow engine for orchestrating parallel jobs on Kubernetes.
image:
file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/argo-workflows.webp
actions:
- text: Source
link: https://github.com/argoproj/argo-workflows
icon: right-arrow
- text: Deployment Chart
link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/argo-workflows
icon: right-arrow
---

View File

@@ -1,7 +1,6 @@
---
title: Documentation for my Homelab
description: Guides and reference for my homelab infrastructure.
template: splash
hero:
tagline: Guides and reference for my homelab infrastructure.
image: