From 0c3f8f0e7e75a88686f01377f032b87ef694c626 Mon Sep 17 00:00:00 2001 From: CREDO23 Date: Wed, 18 Mar 2026 21:14:42 +0200 Subject: [PATCH] docs(desktop): update README --- surfsense_desktop/README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/surfsense_desktop/README.md b/surfsense_desktop/README.md index dc96059ac..80efefba8 100644 --- a/surfsense_desktop/README.md +++ b/surfsense_desktop/README.md @@ -23,18 +23,8 @@ Two `.env` files control the build: **`surfsense_web/.env`** — Next.js environment variables baked into the frontend at build time: -``` -NEXT_PUBLIC_FASTAPI_BACKEND_URL=https://your-deployed-backend.com -NEXT_PUBLIC_ELECTRIC_URL=https://your-deployed-electric.com -NEXT_PUBLIC_ELECTRIC_AUTH_MODE=secure -``` - **`surfsense_desktop/.env`** — Electron-specific configuration: -``` -HOSTED_FRONTEND_URL=https://surfsense.net -``` - Set these before building. ## Build & Package @@ -43,7 +33,7 @@ Set these before building. ```bash cd ../surfsense_web -pnpm next build +pnpm build ``` **Step 2** — Compile Electron and prepare the standalone output: