[PR #6107] [CLOSED] :electron: Allow Electron server to be exposed on all network interfaces #32254

Closed
opened 2026-04-18 08:19:51 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6107
Author: @MikesGlitch
Created: 11/10/2025
Status: Closed

Base: masterHead: expose-to-all-network-interfaces


📝 Commits (2)

  • 2d99ac6 allow electron server to expose on all network interfaces - not just localhost
  • 58d38dd remove auto import

📊 Changes

3 files changed (+35 additions, -3 deletions)

View changed files

📝 packages/desktop-client/src/components/manager/ConfigServer.tsx (+33 -2)
📝 packages/desktop-electron/index.ts (+1 -1)
📝 packages/loot-core/src/types/prefs.ts (+1 -0)

📄 Description

Still WIP

  • UI needs some work
  • There always needs to be a single server url, even if you expose on all network interfaces - should be localhost

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/6107 **Author:** [@MikesGlitch](https://github.com/MikesGlitch) **Created:** 11/10/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `expose-to-all-network-interfaces` --- ### 📝 Commits (2) - [`2d99ac6`](https://github.com/actualbudget/actual/commit/2d99ac613aa3ff048eb2a97bc7f159adbd2016c2) allow electron server to expose on all network interfaces - not just localhost - [`58d38dd`](https://github.com/actualbudget/actual/commit/58d38dd13fab53053fdef1dcc72de95ad8d06586) remove auto import ### 📊 Changes **3 files changed** (+35 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/manager/ConfigServer.tsx` (+33 -2) 📝 `packages/desktop-electron/index.ts` (+1 -1) 📝 `packages/loot-core/src/types/prefs.ts` (+1 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> Still WIP - UI needs some work - There always needs to be a single server url, even if you expose on all network interfaces - should be localhost --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-18 08:19:51 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#32254