Skip to content

Commit b2bccd9

Browse files
authored
gitea-mirror: update repo-url (#5794)
1 parent c567b75 commit b2bccd9

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

ct/gitea-mirror.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV
33
# Copyright (c) 2021-2025 community-scripts ORG
44
# Author: CrazyWolf13
55
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
6-
# Source: https://github.com/arunavo4/gitea-mirror
6+
# Source: https://github.com/RayLabsHQ/gitea-mirror
77

88
APP="gitea-mirror"
99
var_tags="${var_tags:-mirror;gitea}"
@@ -28,7 +28,7 @@ function update_script() {
2828
msg_error "No ${APP} Installation Found!"
2929
exit
3030
fi
31-
RELEASE=$(curl -fsSL https://api.github.com/repos/arunavo4/gitea-mirror/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
31+
RELEASE=$(curl -fsSL https://api.github.com/repos/RayLabsHQ/gitea-mirror/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }')
3232
if [[ "${RELEASE}" != "$(cat ~/.${APP} 2>/dev/null || cat /opt/${APP}_version.txt 2>/dev/null)" ]]; then
3333

3434
msg_info "Stopping Services"
@@ -48,7 +48,7 @@ function update_script() {
4848
msg_ok "Installed Bun"
4949

5050
rm -rf /opt/gitea-mirror
51-
fetch_and_deploy_gh_release "gitea-mirror" "arunavo4/gitea-mirror"
51+
fetch_and_deploy_gh_release "gitea-mirror" "RayLabsHQ/gitea-mirror"
5252

5353
msg_info "Updating and rebuilding ${APP} to v${RELEASE}"
5454
cd /opt/gitea-mirror

frontend/public/json/gitea-mirror.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

install/gitea-mirror-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright (c) 2021-2025 community-scripts ORG
44
# Author: CrazyWolf13
55
# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE
6-
# Source: https://github.com/arunavo4/gitea-mirror
6+
# Source: https://github.com/RayLabsHQ/gitea-mirror
77

88
source /dev/stdin <<<"$FUNCTIONS_FILE_PATH"
99
color
@@ -28,7 +28,7 @@ ln -sf /opt/bun/bin/bun /usr/local/bin/bun
2828
ln -sf /opt/bun/bin/bun /usr/local/bin/bunx
2929
msg_ok "Installed Bun"
3030

31-
fetch_and_deploy_gh_release "gitea-mirror" "arunavo4/gitea-mirror"
31+
fetch_and_deploy_gh_release "gitea-mirror" "RayLabsHQ/gitea-mirror"
3232

3333
msg_info "Installing gitea-mirror"
3434
cd /opt/gitea-mirror

0 commit comments

Comments
 (0)