chore(design) Redo the webpage

Trying to make a modern webpage. Tailwind is verbose but helps to do it
faster. I will later make a better CSS.

TODO: make dynamic links to package repository, exe, binaries... and add
a better example
This commit is contained in:
2025-10-19 09:27:00 +02:00
parent 58d8eb48b5
commit df926940c9
33 changed files with 747 additions and 1735 deletions

View File

@@ -1,7 +1,7 @@
# This is the main values.yaml file for the website chart.
# More information can be found in the chart's README.md file.
#
# generated at: 2025-09-15T21:40:24+02:00
# generated at: 2025-10-19T09:24:08+02:00
# compose files: compose.katenary.yaml, compose.yaml
# compose hash (sha1): 76866ef0672f04e085c6e3d50e4e8431d1d95bc0

View File

@@ -3,7 +3,7 @@ kind: Deployment
metadata:
annotations:
katenary.v3/compose-hash: 76866ef0672f04e085c6e3d50e4e8431d1d95bc0
katenary.v3/version: master-f3c1bf3
katenary.v3/version: master
labels:
{{- include "website.labels" . | nindent 4 }}
katenary.v3/component: server

View File

@@ -6,7 +6,7 @@ kind: Ingress
metadata:
annotations:
katenary.v3/compose-hash: 76866ef0672f04e085c6e3d50e4e8431d1d95bc0
katenary.v3/version: master-f3c1bf3
katenary.v3/version: master
{{- if .Values.server.ingress.annotations -}}
{{- toYaml .Values.server.ingress.annotations | nindent 4 }}
{{- end }}

View File

@@ -3,7 +3,7 @@ kind: Service
metadata:
annotations:
katenary.v3/compose-hash: 76866ef0672f04e085c6e3d50e4e8431d1d95bc0
katenary.v3/version: master-f3c1bf3
katenary.v3/version: master
labels:
{{- include "website.labels" . | nindent 4 }}
katenary.v3/component: server

File diff suppressed because one or more lines are too long