From 51c2633c30a962c9099bcac80530a0eb862cd7ec Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Sat, 11 Apr 2026 10:46:39 +0200 Subject: [PATCH] chore: add .env.example for desktop --- surfsense_desktop/.env.example | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 surfsense_desktop/.env.example diff --git a/surfsense_desktop/.env.example b/surfsense_desktop/.env.example new file mode 100644 index 000000000..e127b99e0 --- /dev/null +++ b/surfsense_desktop/.env.example @@ -0,0 +1,10 @@ +# Electron-specific build-time configuration. +# Set before running pnpm dist:mac / dist:win / dist:linux. + +# The hosted web frontend URL. Used to intercept OAuth redirects and keep them +# inside the desktop app. Set to your production frontend domain. +HOSTED_FRONTEND_URL=https://surfsense.net + +# PostHog analytics (leave empty to disable) +POSTHOG_KEY= +POSTHOG_HOST=https://assets.surfsense.com