-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
β 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