kvm/ui/src/routes
Adam Shiervani 7304e6b672
feat(cloud): Add custom cloud API URL configuration support (#181)
* feat(cloud): Add custom cloud API URL configuration support

- Implement RPC methods to set, get, and reset cloud URL
- Update cloud registration to remove hardcoded cloud API URL
- Modify UI to allow configuring custom cloud API URL in developer settings
- Remove environment-specific cloud configuration files
- Simplify cloud URL configuration in UI config

* fix(ui): Update cloud app URL to production environment in device mode

* refactor(ui): Remove SIGNAL_API env & Rename to DEVICE_API to make clear distinction between  CLOUD_API and DEVICE_API.

* feat(ui): Only show Cloud API URL Change on device mode

* fix(cloud): Don't override the CloudURL on deregistration from the cloud.
2025-02-25 16:10:46 +01:00
..
adopt.tsx feat(cloud): Add custom cloud API URL configuration support (#181) 2025-02-25 16:10:46 +01:00
devices.$id.deregister.tsx feat: use the api url from device config (#161) 2025-02-17 11:34:38 +01:00
devices.$id.rename.tsx feat: use the api url from device config (#161) 2025-02-17 11:34:38 +01:00
devices.$id.setup.tsx feat: use the api url from device config (#161) 2025-02-17 11:34:38 +01:00
devices.$id.tsx feat(cloud): Add custom cloud API URL configuration support (#181) 2025-02-25 16:10:46 +01:00
devices.already-adopted.tsx Release 202412292127 2024-12-29 21:27:42 +01:00
devices.tsx feat: use the api url from device config (#161) 2025-02-17 11:34:38 +01:00
login-local.tsx feat(cloud): Add custom cloud API URL configuration support (#181) 2025-02-25 16:10:46 +01:00
login.tsx Release 202412292127 2024-12-29 21:27:42 +01:00
signup.tsx Release 202412292127 2024-12-29 21:27:42 +01:00
welcome-local.mode.tsx feat(cloud): Add custom cloud API URL configuration support (#181) 2025-02-25 16:10:46 +01:00
welcome-local.password.tsx feat(cloud): Add custom cloud API URL configuration support (#181) 2025-02-25 16:10:46 +01:00
welcome-local.tsx feat(cloud): Add custom cloud API URL configuration support (#181) 2025-02-25 16:10:46 +01:00