feat(FN-2585): remove top-level remote access toggle
- Remove the standalone remoteEnabled setting from CLI, core settings defaults/types, and dashboard settings APIs/UI - Treat remote access as enabled when an active provider is selected and that provider is configured as enabled - Update remote auth and engine lifecycle checks to gate on provider activation instead of a global flag - Adjust tests and add a changeset documenting the remote access configuration simplification
This commit is contained in:
6
.changeset/fn-2585-simplify-remote-access.md
Normal file
6
.changeset/fn-2585-simplify-remote-access.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
"@fusion/cli": patch
|
||||
"@fusion/engine": patch
|
||||
---
|
||||
|
||||
Simplify remote access configuration: remove the separate top-level enable toggle. Remote access is now active when a provider (Tailscale or Cloudflare) is selected and configured.
|
||||
Reference in New Issue
Block a user