From a51d4d50c90274aa0de849e3a90b3bbfb2278b85 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 25 Sep 2025 18:12:50 -0600 Subject: [PATCH] Document pairing with habitica-self-host server --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b1af3578..f8736d671 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,8 @@ See the project's Releases page for a list of versions with their changelogs. ##### [View Releases](https://github.com/HabitRPG/habitrpg-android/releases) +If you are deploying the companion self-hosted server (`https://github.com/sudoxnym/habitica-self-host`), use the APKs named below so the login screen can target that backend out of the box. + Self-hosted builds published from this repository include two APKs in each release: - `habitica-self-host-debug.apk` – debuggable build with developer tooling enabled @@ -66,7 +68,7 @@ We use Kotlin and follow the code style based on the [Android Kotlin Style Guide Note: this is the default production `habitica.properties` file for habitica.com. If you want to use a local Habitica server, please modify the values in the properties file accordingly. - When running a self-hosted build you can now switch servers directly from the login screen. Tap the gear icon in the upper-right corner seven times to unlock the developer options dialog, enter your custom base URL, and (optionally) enable UnifiedPush with the distributor installed on the device. + When running a self-hosted build you can now switch servers directly from the login screen—ideal for pairing with [`habitica-self-host`](https://github.com/sudoxnym/habitica-self-host). Tap the gear icon in the upper-right corner seven times to unlock the developer options dialog, enter your custom base URL, and (optionally) enable UnifiedPush with the distributor installed on the device.