mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-29 19:35:20 +02:00
feat(auto-updater, menu): enhance update management and add menu options for updates and policies
This commit is contained in:
parent
96da8498e6
commit
26fe4d7493
4 changed files with 146 additions and 13 deletions
|
|
@ -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'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue