From c06533b9862b9a883b3139b1000a9bb8ab399d1c Mon Sep 17 00:00:00 2001 From: Master3395 Date: Mon, 8 Sep 2025 11:50:35 +0200 Subject: [PATCH] Fix ALL documentation links. Fix ALL documentation links. --- IncBackups/IncBackupsControl.py | 2 +- IncBackups/templates/IncBackups/CreateV2Backup.html | 2 +- IncBackups/templates/IncBackups/DeleteV2repo.html | 2 +- IncBackups/templates/IncBackups/RestoreV2Backup.html | 2 +- IncBackups/templates/IncBackups/ScheduleV2Backup.html | 2 +- README.md | 6 +++--- backup/templates/backup/backup.html | 2 +- backup/templates/backup/restore.html | 2 +- backup/templates/backup/restoreOCBackups.html | 2 +- baseTemplate/templates/baseTemplate/FileManager.html | 2 +- .../templates/baseTemplate/FileManagerIntegrated.html | 2 +- baseTemplate/templates/baseTemplate/index.html | 2 +- baseTemplate/templates/baseTemplate/onboarding.html | 2 +- cyberpanel.sh | 2 +- dns/templates/dns/addDeleteDNSRecords.html | 2 +- dns/templates/dns/addDeleteDNSRecordsCloudFlare.html | 2 +- dns/templates/dns/configureDefaultNameServers.html | 2 +- dns/templates/dns/createDNSZone.html | 2 +- dns/templates/dns/createNameServer.html | 2 +- dns/templates/dns/deleteDNSZone.html | 2 +- dns/templates/dns/resetdnsconf.html | 2 +- emailMarketing/templates/emailMarketing/website.html | 4 ++-- emailPremium/templates/emailPremium/SpamAssassin.html | 2 +- emailPremium/templates/emailPremium/emailLimits.html | 2 +- emailPremium/templates/emailPremium/emailPage.html | 2 +- emailPremium/templates/emailPremium/listDomains.html | 2 +- emailPremium/templates/emailPremium/mailQueue.html | 2 +- emailPremium/templates/emailPremium/policyServer.html | 2 +- filemanager/templates/filemanager/index.html | 2 +- filemanager/templates/filemanager/indexIntegrated.html | 2 +- firewall/templates/firewall/imunify.html | 2 +- firewall/templates/firewall/imunifyAV.html | 2 +- firewall/templates/firewall/notAvailable.html | 2 +- firewall/templates/firewall/notAvailableAV.html | 2 +- firewall/templates/firewall/secureSSH.html | 2 +- install/venvsetup.sh | 2 +- install/venvsetup.sh.bak | 2 +- mailServer/templates/mailServer/dkimManager.html | 2 +- mailServer/templates/mailServer/emailForwarding.html | 2 +- manageSSL/templates/manageSSL/manageSSL.html | 2 +- manageSSL/templates/manageSSL/sslForHostName.html | 2 +- manageSSL/templates/manageSSL/sslForMailServer.html | 2 +- manageServices/templates/manageServices/managePostfix.html | 2 +- manageServices/templates/manageServices/managePowerDNS.html | 2 +- manageServices/templates/manageServices/managePureFtpd.html | 2 +- serverLogs/templates/serverLogs/serverMail.html | 2 +- websiteFunctions/templates/websiteFunctions/WPCreate.html | 2 +- .../templates/websiteFunctions/createDomain.html | 2 +- .../templates/websiteFunctions/createWebsite.html | 2 +- .../templates/websiteFunctions/installWordPress.html | 4 ++-- .../templates/websiteFunctions/launchChild.html | 2 +- websiteFunctions/templates/websiteFunctions/listCron.html | 2 +- websiteFunctions/templates/websiteFunctions/manageGIT.html | 2 +- websiteFunctions/templates/websiteFunctions/sshAccess.html | 2 +- 54 files changed, 58 insertions(+), 58 deletions(-) diff --git a/IncBackups/IncBackupsControl.py b/IncBackups/IncBackupsControl.py index 998dfde21..2b4ca6e3b 100644 --- a/IncBackups/IncBackupsControl.py +++ b/IncBackups/IncBackupsControl.py @@ -845,7 +845,7 @@ Subject: %s logging.statusWriter(self.statusPath, 'It seems restic is not installed, for incremental backups to work ' 'restic must be installed. You can manually install restic using this ' - 'guide -> https://go.cyberpanel.net/restic. [5009]', 1) + 'guide -> https://cyberpanel.net/KnowledgeBase/. [5009]', 1) pass return 0 diff --git a/IncBackups/templates/IncBackups/CreateV2Backup.html b/IncBackups/templates/IncBackups/CreateV2Backup.html index 81f0726c0..eeaebff22 100644 --- a/IncBackups/templates/IncBackups/CreateV2Backup.html +++ b/IncBackups/templates/IncBackups/CreateV2Backup.html @@ -13,7 +13,7 @@
-

{% trans "Create V2 Backup" %} - {% trans "Create V2 Backup" %} - {% trans "Backup Docs" %}

diff --git a/IncBackups/templates/IncBackups/DeleteV2repo.html b/IncBackups/templates/IncBackups/DeleteV2repo.html index 4513e4112..02a0a4c0a 100644 --- a/IncBackups/templates/IncBackups/DeleteV2repo.html +++ b/IncBackups/templates/IncBackups/DeleteV2repo.html @@ -14,7 +14,7 @@
-

{% trans "Delete V2 Repo" %} - {% trans "Delete V2 Repo" %} - {% trans "Backup Docs" %}

diff --git a/IncBackups/templates/IncBackups/RestoreV2Backup.html b/IncBackups/templates/IncBackups/RestoreV2Backup.html index f5b27f3b3..ec15c8f02 100644 --- a/IncBackups/templates/IncBackups/RestoreV2Backup.html +++ b/IncBackups/templates/IncBackups/RestoreV2Backup.html @@ -14,7 +14,7 @@ {% if BackupStat %}
-

{% trans "Restore V2 Backups" %} - {% trans "Restore V2 Backups" %} - {% trans "Backup Docs" %}

diff --git a/IncBackups/templates/IncBackups/ScheduleV2Backup.html b/IncBackups/templates/IncBackups/ScheduleV2Backup.html index f33a1a5d9..6fc22d0e7 100644 --- a/IncBackups/templates/IncBackups/ScheduleV2Backup.html +++ b/IncBackups/templates/IncBackups/ScheduleV2Backup.html @@ -14,7 +14,7 @@ {% if BackupStat %}
-

{% trans "Schedule V2 Backup" %} - {% trans "Schedule V2 Backup" %} - {% trans "Backup Docs" %}

diff --git a/README.md b/README.md index ba0de95c1..7dcf727bb 100755 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ CyberPanel runs on x86_64 architecture and supports the following operating syst - **Ubuntu 22.04** - Supported until April 2027 - **Ubuntu 20.04** - Supported until April 2025 -- **AlmaLinux 10** - Active support until May 2030, security support until May 2035 +- **AlmaLinux 10** - Supported until May 2030 - **AlmaLinux 9** - Supported until May 2032 - **AlmaLinux 8** - Supported until May 2029 - **RockyLinux 9** - Supported until May 2032 @@ -122,8 +122,8 @@ sh <(curl https://raw.githubusercontent.com/usmannasir/cyberpanel/stable/preUpgr ## 📚 Resources - 🌐 [Official Site](https://cyberpanel.net) -- ✏️ [Docs (Old)](https://docs.cyberpanel.net) -- 🎓 [Docs (New)](https://community.cyberpanel.net/docs) +- ✏️ [Docs (New)](https://cyberpanel.net/KnowledgeBase/) +- 🎓 [Docs (Old)](https://community.cyberpanel.net/docs) - 📖 [Additional Guides](guides/INDEX.md) - Detailed guides for Docker, AI Scanner, Mautic, and more - 📚 [Local Documentation](guides/) - All guides available in this repository - ✅ [Changelog](https://community.cyberpanel.net/t/change-logs/161) diff --git a/backup/templates/backup/backup.html b/backup/templates/backup/backup.html index 0bc03f0d1..b96367b69 100644 --- a/backup/templates/backup/backup.html +++ b/backup/templates/backup/backup.html @@ -461,7 +461,7 @@

{% trans "Create and manage backups of your websites to ensure data safety" %}

- + {% trans "Backup Documentation" %} diff --git a/backup/templates/backup/restore.html b/backup/templates/backup/restore.html index 39c59b4b6..7252f9567 100644 --- a/backup/templates/backup/restore.html +++ b/backup/templates/backup/restore.html @@ -380,7 +380,7 @@

{% trans "Restore your websites from backups created by CyberPanel" %}

- + {% trans "Backup Documentation" %} diff --git a/backup/templates/backup/restoreOCBackups.html b/backup/templates/backup/restoreOCBackups.html index 3e8a44b8c..e7f2ba31c 100644 --- a/backup/templates/backup/restoreOCBackups.html +++ b/backup/templates/backup/restoreOCBackups.html @@ -322,7 +322,7 @@ {% trans "directory. Select a backup folder and file to begin the restoration process." %}

- diff --git a/baseTemplate/templates/baseTemplate/FileManager.html b/baseTemplate/templates/baseTemplate/FileManager.html index f373e2cd5..5da3a3a63 100644 --- a/baseTemplate/templates/baseTemplate/FileManager.html +++ b/baseTemplate/templates/baseTemplate/FileManager.html @@ -173,7 +173,7 @@