feat(auto-updater, menu): enhance update management and add menu options for updates and policies

This commit is contained in:
Anish Sarkar 2026-05-25 21:44:31 +05:30
parent 96da8498e6
commit 26fe4d7493
4 changed files with 146 additions and 13 deletions

View file

@ -13,7 +13,7 @@ function getHostedFrontendUrl(): string {
return (
process.env.SURFSENSE_HOSTED_FRONTEND_URL_OVERRIDE ||
process.env.HOSTED_FRONTEND_URL ||
'https://surfsense.net'
'https://surfsense.com'
);
}