mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:24:01 -04:00
[PR #247] [MERGED] Fix: Autosync disable functionality and multiple instance issues #293
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/community-scripts/ProxmoxVE-Local/pull/247
Author: @michelroegl-brunner
Created: 10/24/2025
Status: ✅ Merged
Merged: 10/24/2025
Merged by: @michelroegl-brunner
Base:
main← Head:fix/script-card-click-issues📝 Commits (10+)
2c3fdf5Fix script card click issues and missing Install buttonb40f5b7Fix script downloader placeholder files issue6c98205Fix notification to show script names grouped by categorye40bd1fFix CT script source line replacement9a8cff3Add missing checkScriptExists method to scriptDownloader.js8fc9b27Fix missing access import in scriptDownloader.js926032eFix auto-sync service not stopping when disabled5acaf14Fix autosync toggle disable functionalityfdeda6cAdd GitHub token authentication to sync services7b4daf8Fix autosync continuing to run after being disabled📊 Changes
35 files changed (+2242 additions, -1902 deletions)
View changed files
📝
.env.example(+9 -0)📝
scripts/json/bunkerweb.json(+1 -1)➕
scripts/json/execute.json(+48 -0)📝
scripts/json/glpi.json(+1 -1)📝
scripts/json/guardian.json(+1 -1)📝
scripts/json/jellyfin.json(+1 -1)➕
scripts/json/jotty.json(+40 -0)📝
scripts/json/kavita.json(+1 -1)📝
scripts/json/metadata.json(+185 -185)📝
scripts/json/mysql.json(+1 -1)📝
scripts/json/nextcloudpi.json(+1 -1)📝
scripts/json/odoo.json(+1 -1)📝
scripts/json/omv.json(+1 -1)➕
scripts/json/open-archiver.json(+40 -0)📝
scripts/json/openwebui.json(+1 -1)📝
scripts/json/paperless-ai.json(+2 -2)📝
scripts/json/tautulli.json(+1 -1)📝
scripts/json/technitiumdns.json(+1 -1)📝
scripts/json/undefined.json(+450 -450)📝
scripts/json/versions.json(+796 -696)...and 15 more files
📄 Description
🐛 Fix: Autosync Disable Functionality and Multiple Instance Issues
Problem
The autosync feature had several critical issues:
Root Causes
Solution
🔧 Core Fixes
🛠️ Technical Changes
AutoSyncService ():
GitHub Services:
API Routes:
Frontend:
🧪 Testing
📝 Commit History
16947ce- Remove debug logs from autosync serviceeca0cb5- Fix TypeScript linting errors in autoSyncService011cbd2- Fix autosync continuing to run after being disabled19e18b4- Fix multiple autosync instances running simultaneouslyffef631- Add error reporting for GitHub rate limit errors7b4daf8- Fix autosync continuing to run after being disabledfdeda6c- Add GitHub token authentication to sync services5acaf14- Fix autosync toggle disable functionality926032e- Fix auto-sync service not stopping when disabled🎯 Impact
Fixes autosync disable functionality and resolves multiple instance issues that were causing spam notifications and rate limit errors.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.