Configurable server host domain #2

Merged
antman merged 3 commits from configurable-server-host into main 2026-07-13 03:11:00 +00:00
Owner

Motivation

Users need be able to provide the host domain of their home server, and change it if needed.

Solution

If a host domain is not provided, the app displays an input expecting a full URL, including protocol. Once provided, the app begins checking the availability of this URL in the background and dispatching notifications if it is down.

Host domains are saved using @capacitor/preferences which utilizes UserDefaults on iOS and SharedPreferences on Android (currently untested).

## Motivation Users need be able to provide the host domain of their home server, and change it if needed. ## Solution If a host domain is not provided, the app displays an input expecting a full URL, including protocol. Once provided, the app begins checking the availability of this URL in the background and dispatching notifications if it is down. Host domains are saved using [@capacitor/preferences](https://capacitorjs.com/docs/apis/preferences) which utilizes [UserDefaults](https://developer.apple.com/documentation/foundation/userdefaults) on iOS and [SharedPreferences](https://developer.android.com/reference/android/content/SharedPreferences) on Android (currently untested).
antman merged commit a583eb2dfc into main 2026-07-13 03:11:00 +00:00
antman deleted branch configurable-server-host 2026-07-13 03:11:00 +00:00
antman referenced this pull request from a commit 2026-07-13 03:11:02 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
kill-the-cloud/phone-app!2
No description provided.