From 73133be49ad54ac97ce5f71b9e214016a58bf35f Mon Sep 17 00:00:00 2001 From: Cxx0822 <1556464090@qq.com> Date: Sun, 19 Oct 2025 19:10:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0gitea=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf | 8 -------- src/App.vue | 2 +- yes | 7 +++++++ yes.pub | 1 + 4 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 yes create mode 100644 yes.pub diff --git a/nginx.conf b/nginx.conf index 6de16ae..fa76afd 100644 --- a/nginx.conf +++ b/nginx.conf @@ -39,14 +39,6 @@ server { proxy_set_header X-Forwarded-Proto $scheme; } - location /gitea/ { - proxy_pass http://host.docker.internal:8418/; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - } - location /home-api/ { proxy_pass http://host.docker.internal:8081/; } diff --git a/src/App.vue b/src/App.vue index 1623b17..beb6dfe 100644 --- a/src/App.vue +++ b/src/App.vue @@ -108,7 +108,7 @@ const blogAdminClick = () => { } const giteaClick = () => { - window.open(`${window.location.origin}/gitea/`, '_blank'); + window.open('https://cxxgit.iepose.cn/', '_blank'); } const resumeClick = () => { diff --git a/yes b/yes new file mode 100644 index 0000000..33f631f --- /dev/null +++ b/yes @@ -0,0 +1,7 @@ +-----BEGIN OPENSSH PRIVATE KEY----- +b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW +QyNTUxOQAAACAxNqJUyWHK1u+ih/reOk9Tc5FcL8YZuNls3AtkbR8pBAAAAJjKM+O2yjPj +tgAAAAtzc2gtZWQyNTUxOQAAACAxNqJUyWHK1u+ih/reOk9Tc5FcL8YZuNls3AtkbR8pBA +AAAECfyK4l3vR/LL5jLq4BUlOlwqMf1UwZbGkz2EpZsAWRfDE2olTJYcrW76KH+t46T1Nz +kVwvxhm42WzcC2RtHykEAAAAETE1NTY0NjQwOTBAcXEuY29tAQIDBA== +-----END OPENSSH PRIVATE KEY----- diff --git a/yes.pub b/yes.pub new file mode 100644 index 0000000..f3540a5 --- /dev/null +++ b/yes.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDE2olTJYcrW76KH+t46T1NzkVwvxhm42WzcC2RtHykE 1556464090@qq.com