Compare commits

...

6 Commits

Author SHA1 Message Date
3282cc518e move namespace 2026-04-13 16:58:31 +02:00
e772800038 bruh woopsis 2026-04-11 13:54:54 +02:00
dependabot[bot]
cda357a972 build(deps): bump smol-toml from 1.6.0 to 1.6.1 (#7)
Bumps [smol-toml](https://github.com/squirrelchat/smol-toml) from 1.6.0 to 1.6.1.
- [Release notes](https://github.com/squirrelchat/smol-toml/releases)
- [Commits](https://github.com/squirrelchat/smol-toml/compare/v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: smol-toml
  dependency-version: 1.6.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-11 13:47:43 +02:00
dependabot[bot]
b13c4e2d86 build(deps): bump picomatch (#8)
Bumps  and [picomatch](https://github.com/micromatch/picomatch). These dependencies needed to be updated together.

Updates `picomatch` from 4.0.3 to 4.0.4
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/4.0.3...4.0.4)

Updates `picomatch` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/micromatch/picomatch/releases)
- [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/picomatch/compare/4.0.3...4.0.4)

---
updated-dependencies:
- dependency-name: picomatch
  dependency-version: 4.0.4
  dependency-type: indirect
- dependency-name: picomatch
  dependency-version: 2.3.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-11 13:47:32 +02:00
4d554056a2 add sso, gittea, kuma 2026-04-11 12:55:18 +02:00
5606646ab0 update dependencys 2026-04-11 12:53:54 +02:00
4 changed files with 665 additions and 1332 deletions

1974
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,11 +12,11 @@
"format": "prettier --write ." "format": "prettier --write ."
}, },
"dependencies": { "dependencies": {
"@astrojs/check": "^0.9.6", "@astrojs/check": "^0.9.8",
"@astrojs/mdx": "^4.3.13", "@astrojs/mdx": "^5.0.3",
"@astrojs/rss": "^4.0.15", "@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.0", "@astrojs/sitemap": "^3.7.2",
"astro": "^5.17.1", "astro": "^6.1.5",
"sharp": "^0.34.3", "sharp": "^0.34.3",
"typescript": "^5.9.3" "typescript": "^5.9.3"
}, },

View File

@@ -1,4 +1,5 @@
import { defineCollection, z } from "astro:content"; import { defineCollection } from "astro:content";
import { z } from "astro/zod";
import { glob } from "astro/loaders"; import { glob } from "astro/loaders";
const personal = defineCollection({ const personal = defineCollection({

View File

@@ -44,12 +44,16 @@ p, a, ul { color: #b1b4c0}
</div> </div>
<div style="text-align:left;"> <div style="text-align:left;">
#### Server stuff #### Server Stuff
<a target="_blank" href='https://github.com/juli0n21/deployments' title="deployments - github"><GithubIcon width="100px" height="100px" /></a> <a target="_blank" href='https://github.com/juli0n21/deployments' title="deployments - github"><GithubIcon width="100px" height="100px" /></a>
<a target="_blank" href="https://argocd.illegalesachen.download/" title="argocd"><img src="https://argo-cd.readthedocs.io/en/stable/assets/logo.png" heigth="100px" width="100px" /></a> <a target="_blank" href="https://argocd.illegalesachen.download/" title="argocd"><img src="https://argo-cd.readthedocs.io/en/stable/assets/logo.png" heigth="100px" width="100px" /></a>
<a target="_blank" href="https://metrics.illegalesachen.download/" title="metrics"><img src="https://grafana.kami.wtf/public/build/img/apple-touch-icon.png" heigth="100px" width="100px" /></a> <a target="_blank" href="https://metrics.illegalesachen.download/" title="metrics"><img src="https://grafana.kami.wtf/public/build/img/apple-touch-icon.png" heigth="100px" width="100px" /></a>
<a target="_blank" href="https://docker-ui.illegalesachen.download/" title="docker-ui"><img src="https://docker-ui.illegalesachen.download/favicon.ico" heigth="100px" width="100px" /></a> <a target="_blank" href="https://docker-ui.illegalesachen.download/" title="docker-ui"><img src="https://docker-ui.illegalesachen.download/favicon.ico" heigth="100px" width="100px" /></a>
<a target="_blank" href="https://sso.illegalesachen.download/" title="keycloak"><img src="https://www.keycloak.org/resources/images/icon.svg" heigth="100px" width="100px" /></a>
<a target="_blank" href="https://gittea.illegalesachen.download/" title="gittea"><img src="https://about.gitea.com/gitea.svg" heigth="100px" width="100px" /></a>
<a target="_blank" href="https://status.illegalesachen.download/" title="uptime-kuma"><img src="https://uptimekuma.org/wp-content/uploads/2025/01/Uptime-Kuma-Logo.png" heigth="100px" width="100px" /></a>
<a target="_blank" href="https://web-ui.illegalesachen.download/" title="open-webui"><img src="https://web-ui.illegalesachen.download/static/favicon-dark.png" heigth="100px" width="100px" /></a>
</div> </div>
<div style="text-align:right;"> <div style="text-align:right;">
@@ -71,8 +75,6 @@ p, a, ul { color: #b1b4c0}
<a target="_blank" href='https://github.com/juli0n21/kickstart.nvim' title="kickstart - github"><GithubIcon width="100px" height="100px" /></a> <a target="_blank" href='https://github.com/juli0n21/kickstart.nvim' title="kickstart - github"><GithubIcon width="100px" height="100px" /></a>
</div> </div>
<div style="text-align:left;">
</div>
</div> </div>
# Hardware # Hardware