feat: portfolio redesign with i18n, RBC project showcase, CI/CD
- Add i18n support (EN/ZH) with language toggle - Redesign header with education dropdown, contact copy buttons - Add RBC project showcase with bullet points, skills highlighting - Create terraform-drift placeholder page - Add ProjectShowcase component with media toggle (image/video) - Update experience timeline with action-driven descriptions - Add Docker + Forgejo CI workflow for image builds - Update K8s manifests for riotpiao.com ingress - Add DESIGN.md documenting design system patterns
This commit is contained in:
@@ -12,8 +12,8 @@ spec:
|
||||
env:
|
||||
AUTH_PROVIDERS: "oidc"
|
||||
AUTH_OIDC_CLIENT_ID: "homarr"
|
||||
AUTH_OIDC_ISSUER: "https://authentik.riotpiao.homelab.com/application/o/homarr/"
|
||||
AUTH_OIDC_URI: "https://authentik.riotpiao.homelab.com/application/o/homarr/.well-known/openid-configuration"
|
||||
AUTH_OIDC_ISSUER: "https://authentik.riotpiao.com/application/o/homarr/"
|
||||
AUTH_OIDC_URI: "https://authentik.riotpiao.com/application/o/homarr/.well-known/openid-configuration"
|
||||
AUTH_OIDC_GROUPS_ATTRIBUTE: "groups"
|
||||
envFrom:
|
||||
- secretRef:
|
||||
|
||||
@@ -9,10 +9,10 @@ spec:
|
||||
ingressClassName: nginx
|
||||
tls:
|
||||
- hosts:
|
||||
- homarr.riotpiao.homelab.com
|
||||
- homarr.riotpiao.com
|
||||
secretName: homarr-tls
|
||||
rules:
|
||||
- host: homarr.riotpiao.homelab.com
|
||||
- host: homarr.riotpiao.com
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
|
||||
Reference in New Issue
Block a user