fix: update GitHub URLs to use Riotpiaole and forgejo.riotpiao.com (#13)
CI / CI (push) Successful in 5m44s

- Change public GitHub from github.com/rockliang to github.com/Riotpiaole
- Change private GitHub to forgejo.riotpiao.com for all references
- Update both desktop and mobile contact sections

---------

Co-authored-by: poimen  <[email protected]>
Reviewed-on: #13
This commit was merged in pull request #13.
This commit is contained in:
2026-09-09 07:43:22 +00:00
co-authored by poimen
parent 16d61c7dea
commit f5e1d07321
10 changed files with 60134 additions and 173 deletions
+9 -4
View File
@@ -1,17 +1,22 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: portfolio
resources:
- namespace.yaml
- configmap.enc.yaml
- deployment.yaml
- service.yaml
- ingress.yaml
# SOPS-encrypted secrets via ksops generator (ArgoCD repo-server plugin)
# ksops intercepts encrypted files, decrypts them, returns valid resources
generatorOptions:
disableNameSuffixHash: true
generators:
- secret-generator.yaml
# ArgoCD Image Updater configuration - for tag updates
images:
- name: forgejo.riotpiao.com/rock/portfolio
newTag: latest
# Note: SOPS decryption is handled by ArgoCD repo-server plugin,
# not via kustomization.yaml, to allow Image Updater to parse this file