Compare commits

..

15 Commits

Author SHA1 Message Date
836549479c chore(deps): update dependency python to v3.14.5
Some checks failed
test-build / guarddog (pull_request) Failing after 3m52s
test-build / build (pull_request) Successful in 5m39s
2026-05-11 06:01:14 +00:00
1b34c03861 feat: rebase
All checks were successful
test-build / guarddog (push) Successful in 25s
test-build / build (push) Successful in 1m27s
release-image / guarddog (push) Successful in 30s
release-image / build (push) Successful in 47s
release-image / semantic-release (push) Successful in 41s
release-image / release-harbor (push) Successful in 8m41s
release-image / release-gitea (push) Successful in 4m1s
renovate / renovate (push) Successful in 1m22s
2026-05-08 17:51:23 -05:00
a2bae2bb1b feat: rebase 2026-05-08 17:50:58 -05:00
c7b49df433 feat: allow processing svg 2026-05-08 17:50:31 -05:00
0b8f720d6a fix(deps): update dependency @astrojs/starlight to v0.38.5
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / guarddog (pull_request) Successful in 2m34s
test-build / build (pull_request) Successful in 3m3s
test-build / build (push) Successful in 3m27s
test-build / guarddog (push) Successful in 4m0s
renovate / renovate (push) Successful in 1m29s
2026-05-07 00:02:36 +00:00
9b57393281 fix(deps): update dependency astro to v6.2.2
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / guarddog (pull_request) Successful in 33s
test-build / guarddog (push) Successful in 36s
test-build / build (push) Successful in 7m8s
test-build / build (pull_request) Successful in 7m28s
renovate / renovate (push) Successful in 2m54s
2026-05-06 00:02:26 +00:00
7cfcba400e chore(deps): update typescript-eslint monorepo to v8.59.2
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / guarddog (pull_request) Successful in 39s
test-build / build (pull_request) Successful in 1m42s
test-build / guarddog (push) Successful in 1m16s
test-build / build (push) Successful in 1m35s
renovate / renovate (push) Successful in 2m30s
2026-05-05 18:01:53 +00:00
1565dea7bb chore(deps): update deps
All checks were successful
test-build / guarddog (push) Successful in 40s
test-build / build (push) Successful in 1m49s
renovate / renovate (push) Successful in 2m26s
2026-05-01 19:52:53 -05:00
3873667e9a Merge pull request 'chore(deps): update dependency prettier-plugin-tailwindcss to v0.8.0' (#252) from renovate/prettier-plugin-tailwindcss-0.x into main
All checks were successful
test-build / guarddog (push) Successful in 31s
test-build / build (push) Successful in 1m29s
renovate / renovate (push) Successful in 1m33s
Reviewed-on: #252
2026-04-29 18:11:08 +00:00
5c36a1f31d fix(deps): update dependency astro to v6.1.10
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
test-build / guarddog (pull_request) Successful in 32s
test-build / build (pull_request) Successful in 3m55s
test-build / guarddog (push) Has been cancelled
test-build / build (push) Has been cancelled
2026-04-29 18:01:43 +00:00
8116b9458c chore(deps): update dependency prettier-plugin-tailwindcss to v0.8.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
test-build / guarddog (pull_request) Successful in 44s
test-build / build (pull_request) Successful in 51s
2026-04-28 18:01:40 +00:00
a26c9145d1 chore(deps): update typescript-eslint monorepo to v8.59.1
All checks were successful
test-build / build (push) Successful in 52s
test-build / guarddog (push) Successful in 1m6s
renovate / renovate (push) Successful in 1m45s
2026-04-27 19:09:08 -05:00
semantic-release-bot
e3e9000ca9 chore(release): 0.28.0 [skip ci]
# [0.28.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.27.1...0.28.0) (2026-04-27)

### Bug Fixes

* add escape ([990eb62](990eb62c75))

### Features

* move guides ([33e8873](33e887348b))
2026-04-27 22:34:36 +00:00
990eb62c75 fix: add escape
All checks were successful
test-build / build (push) Successful in 1m15s
test-build / guarddog (push) Successful in 4m39s
release-image / build (push) Successful in 53s
release-image / guarddog (push) Successful in 1m22s
release-image / semantic-release (push) Successful in 3m48s
release-image / release-harbor (push) Successful in 4m7s
renovate / renovate (push) Successful in 2m59s
release-image / release-gitea (push) Successful in 4m48s
2026-04-27 17:07:26 -05:00
33e887348b feat: move guides
Some checks failed
test-build / build (push) Failing after 36s
test-build / guarddog (push) Successful in 46s
2026-04-27 16:56:50 -05:00
11 changed files with 526 additions and 634 deletions

View File

@@ -71,7 +71,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6.2.0
with:
python-version: '3.12.13'
python-version: '3.14.5'
- name: Install GuardDog
run: |

View File

@@ -72,7 +72,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v6.2.0
with:
python-version: '3.12.13'
python-version: '3.14.5'
- name: Install GuardDog
run: |

View File

@@ -1,3 +1,15 @@
# [0.28.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.27.1...0.28.0) (2026-04-27)
### Bug Fixes
* add escape ([990eb62](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/990eb62c75c2c0460a18410b8c2abff920fdffe2))
### Features
* move guides ([33e8873](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/33e887348ba9976e2dfb54f68d7031da060e3281))
## [0.27.1](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.27.0...0.27.1) (2026-04-26)

View File

@@ -16,6 +16,10 @@ const getSiteURL = () => {
export default defineConfig({
site: getSiteURL(),
image: {
dangerouslyProcessSVG: true
},
prefetch: true,
integrations: [
@@ -50,17 +54,17 @@ export default defineConfig({
],
sidebar: [
{
label: "Reference",
autogenerate: { directory: "reference" },
label: 'Reference',
items: [{ autogenerate: { "directory": "reference" } }]
},
{
label: "Guides",
autogenerate: { directory: "guides" },
label: 'Guides',
items: [{ autogenerate: { "directory": "guides" } }]
},
{
label: "Applications",
label: 'Applications',
collapsed: true,
autogenerate: { directory: "applications" },
items: [{ autogenerate: { "directory": "applications" } }]
},
],
})

1080
bun.lock

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
{
"name": "site-documentation",
"type": "module",
"version": "0.27.1",
"version": "0.28.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
@@ -13,16 +13,16 @@
},
"dependencies": {
"@astrojs/mdx": "5.0.4",
"@astrojs/node": "10.0.6",
"@astrojs/node": "10.1.0",
"@astrojs/sitemap": "3.7.2",
"@astrojs/starlight": "0.38.4",
"@tailwindcss/postcss": "4.2.4",
"@tailwindcss/vite": "4.2.4",
"astro": "6.1.9",
"@astrojs/starlight": "0.39.2",
"@tailwindcss/postcss": "4.3.0",
"@tailwindcss/vite": "4.3.0",
"astro": "6.3.1",
"sanitize-html": "2.17.3",
"sharp": "0.34.5",
"starlight-theme-rapide": "0.5.2",
"tailwindcss": "4.2.4"
"tailwindcss": "4.3.0"
},
"devDependencies": {
"@saithodev/semantic-release-gitea": "2.1.0",
@@ -30,19 +30,19 @@
"@semantic-release/commit-analyzer": "13.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/npm": "13.1.5",
"@semantic-release/release-notes-generator": "14.1.0",
"@semantic-release/release-notes-generator": "14.1.1",
"@tailwindcss/forms": "0.5.11",
"@tailwindcss/typography": "0.5.19",
"@typescript-eslint/parser": "8.59.0",
"eslint": "10.2.1",
"@typescript-eslint/parser": "8.59.2",
"eslint": "10.3.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-astro": "1.7.0",
"prettier": "3.8.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.7.3",
"prettier-plugin-tailwindcss": "0.8.0",
"semantic-release": "25.0.3",
"semantic-release-export-data": "1.2.0",
"typescript": "6.0.3",
"typescript-eslint": "8.59.0"
"typescript-eslint": "8.59.2"
}
}

View File

@@ -21,3 +21,21 @@ Storage provider for iSCSI block devices from the NAS.
# Notes
Used for applications that need to store a lot of data, but not over the NFS connection. Examples include metrics and logging storage.
# Issues
## Resizing the Prometheus disk
There is an issue resizing iSCSI disks. The following Github issue has instructions on how to manually resize if a permissions error is thrown.
https://github.com/democratic-csi/democratic-csi/issues/491#issuecomment-3778463893
- Exec into the iSCSI node pod for the node where the volume is being attached.
- Find the path where the volume is mounted, this should be in the error, and the disk name
- umount \<path>
- resize2fs /dev/\<disk name>
- Receive the error that the filesystem isn't clean, press y to optimize
- fsck -f /dev/\<disk name>
- Ensure the above comes back clean
- resize2fs /dev/sdb
- Restart pod that is mounting the disk