diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d7ef8d..bd6084e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +# [0.6.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.5.0...0.6.0) (2026-03-23) + + +### Features + +* add more apps ([ce3d1a4](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/ce3d1a4a27d3e7850f05cc91fd3e1bae42ef5cea)) + +# [0.5.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.4.0...0.5.0) (2026-03-23) + + +### Features + +* add argo-cd ([36be56e](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/36be56e4502cbc40a7380ef1f7124b002ba7c583)) + +# [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) diff --git a/package.json b/package.json index a3a1266..829774e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "site-documentation", "type": "module", - "version": "0.0.0", + "version": "0.6.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", diff --git a/src/content/docs/applications/argo-cd.mdx b/src/content/docs/applications/argo-cd.mdx new file mode 100644 index 0000000..7d9771e --- /dev/null +++ b/src/content/docs/applications/argo-cd.mdx @@ -0,0 +1,15 @@ +--- +title: Argo CD +description: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. +hero: + tagline: Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/argo-cd.webp + actions: + - text: Source + link: https://github.com/argoproj/argo-cd + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/argocd + icon: right-arrow +--- diff --git a/src/content/docs/applications/argo-workflows.mdx b/src/content/docs/applications/argo-workflows.mdx index a8dcfb0..ca11199 100644 --- a/src/content/docs/applications/argo-workflows.mdx +++ b/src/content/docs/applications/argo-workflows.mdx @@ -4,7 +4,7 @@ description: Argo Workflows is an open source container-native workflow engine f 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 + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/argo-cd.webp actions: - text: Source link: https://github.com/argoproj/argo-workflows diff --git a/src/content/docs/applications/audiobookshelf.mdx b/src/content/docs/applications/audiobookshelf.mdx new file mode 100644 index 0000000..4ee20eb --- /dev/null +++ b/src/content/docs/applications/audiobookshelf.mdx @@ -0,0 +1,15 @@ +--- +title: Audiobookshelf +description: Audiobookshelf is a self-hosted audiobook and podcast server. +hero: + tagline: Audiobookshelf is a self-hosted audiobook and podcast server. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/audiobookshelf.webp + actions: + - text: Source + link: https://github.com/advplyr/audiobookshelf + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/audiobookshelf + icon: right-arrow +--- diff --git a/src/content/docs/applications/authentik.mdx b/src/content/docs/applications/authentik.mdx new file mode 100644 index 0000000..0964bec --- /dev/null +++ b/src/content/docs/applications/authentik.mdx @@ -0,0 +1,15 @@ +--- +title: Authentik +description: Authentik is an open-source Identity Provider (IdP) for modern SSO. It supports SAML, OAuth2/OIDC, LDAP, RADIUS, and more, designed for self-hosting from small labs to large production clusters. +hero: + tagline: Authentik is an open-source Identity Provider (IdP) for modern SSO. It supports SAML, OAuth2/OIDC, LDAP, RADIUS, and more, designed for self-hosting from small labs to large production clusters. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/authentik.webp + actions: + - text: Source + link: https://github.com/goauthentik/authentik + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/authentik + icon: right-arrow +--- diff --git a/src/content/docs/applications/backrest.mdx b/src/content/docs/applications/backrest.mdx new file mode 100644 index 0000000..d3bf959 --- /dev/null +++ b/src/content/docs/applications/backrest.mdx @@ -0,0 +1,15 @@ +--- +title: Backrest +description: Backrest is a web-accessible backup solution built on top of restic. +hero: + tagline: Backrest is a web-accessible backup solution built on top of restic. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/backrest.webp + actions: + - text: Source + link: https://github.com/garethgeorge/backrest + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/backrest + icon: right-arrow +--- diff --git a/src/content/docs/applications/bazarr.mdx b/src/content/docs/applications/bazarr.mdx new file mode 100644 index 0000000..c7a7a8a --- /dev/null +++ b/src/content/docs/applications/bazarr.mdx @@ -0,0 +1,15 @@ +--- +title: Bazarr +description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. +hero: + tagline: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/bazarr.webp + actions: + - text: Source + link: https://github.com/morpheus65535/bazarr + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/bazarr + icon: right-arrow +--- diff --git a/src/content/docs/applications/blocky.mdx b/src/content/docs/applications/blocky.mdx new file mode 100644 index 0000000..f7df844 --- /dev/null +++ b/src/content/docs/applications/blocky.mdx @@ -0,0 +1,15 @@ +--- +title: Blocky +description: Blocky is a DNS proxy and ad-blocker for the local network written in Go with following features. +hero: + tagline: Blocky is a DNS proxy and ad-blocker for the local network written in Go with following features. + image: + file: https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/blocky.webp + actions: + - text: Source + link: https://github.com/0xERR0R/blocky + icon: right-arrow + - text: Deployment Chart + link: https://gitea.alexlebens.dev/alexlebens/infrastructure/src/branch/main/clusters/cl01tl/helm/blocky + icon: right-arrow +---