gitea-mirror - install broken, repo moved, needs update #1232

Closed
opened 2026-02-04 23:51:34 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @SoTHISIsFitness on GitHub (Jul 7, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

Gitea-Mirror

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/gitea-mirror.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📝 Provide a clear and concise description of the issue.

Script fails and exits error code 1.

after a quick peek, it appears the github repo arunavo4/gitea-mirror moved to RayLabsHQ/gitea-mirror like 4 hours ago. So the script needs to be updated for:

replace:
https://api.github.com/repos/arunavo4/gitea-mirror/releases/latest

with:
https://api.github.com/repos/RayLabsHQ/gitea-mirror/releases/latest

and whatever other instances of the original repo url are in the script obv should also be replaced similarly. I'm not set up to do that right now (and honestly don't have the bandwidth at the moment) or I would just do it myself

🔄 Steps to reproduce the issue.

Step 1: run Gitea-Mirror helper script on your proxmox host shell
Step 2: receive error code 1 because the script is looking for files in a repo that no longer hosts them 😅

Paste the full error output (if available).

  ✔️   Installed Dependencies
######################################################################## 100.0%                   
bun was installed successfully to /opt/bun/bin/bun 

Added "/opt/bun/bin" to $PATH in "~/.bashrc" 

To get started, run: 

  source /root/.bashrc 
  bun --help 
  ✔️   Installed Bun
curl: (22) The requested URL returned error: 404
curl: (22) The requested URL returned error: 404
curl: (22) The requested URL returned error: 404
   ✖️   Failed to fetch release metadata from https://api.github.com/repos/arunavo4/gitea-mirror/releases/latest after 3 attempts

[ERROR] in line 31: exit code 0: while executing command return 1

[ERROR] in line 1249: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $?

🖼️ Additional context (optional).

No response

Originally created by @SoTHISIsFitness on GitHub (Jul 7, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? Gitea-Mirror ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/gitea-mirror.sh)" ### ⚙️ What settings are you using? - [x] Default Settings - [ ] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📝 Provide a clear and concise description of the issue. Script fails and exits error code 1. after a quick peek, it appears the github repo arunavo4/gitea-mirror moved to RayLabsHQ/gitea-mirror like 4 hours ago. So the script needs to be updated for: replace: https://api.github.com/repos/arunavo4/gitea-mirror/releases/latest with: https://api.github.com/repos/RayLabsHQ/gitea-mirror/releases/latest and whatever other instances of the original repo url are in the script obv should also be replaced similarly. I'm not set up to do that right now (and honestly don't have the bandwidth at the moment) or I would just do it myself ### 🔄 Steps to reproduce the issue. Step 1: run Gitea-Mirror helper script on your proxmox host shell Step 2: receive error code 1 because the script is looking for files in a repo that no longer hosts them 😅 ### ❌ Paste the full error output (if available). ``` ✔️ Installed Dependencies ######################################################################## 100.0% bun was installed successfully to /opt/bun/bin/bun Added "/opt/bun/bin" to $PATH in "~/.bashrc" To get started, run: source /root/.bashrc bun --help ✔️ Installed Bun curl: (22) The requested URL returned error: 404 curl: (22) The requested URL returned error: 404 curl: (22) The requested URL returned error: 404 ✖️ Failed to fetch release metadata from https://api.github.com/repos/arunavo4/gitea-mirror/releases/latest after 3 attempts [ERROR] in line 31: exit code 0: while executing command return 1 [ERROR] in line 1249: exit code 0: while executing command lxc-attach -n "$CTID" -- bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/install/"$var_install".sh)" $? ``` ### 🖼️ Additional context (optional). _No response_
OVERLORD added the bug label 2026-02-04 23:51:34 +03:00
Author
Owner

@MickLesk commented on GitHub (Jul 7, 2025):

@CrazyWolf13 you or me?

@MickLesk commented on GitHub (Jul 7, 2025): @CrazyWolf13 you or me?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1232