mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-14 03:36:30 +00:00
Document pairing with habitica-self-host server
This commit is contained in:
parent
51eb70ef9b
commit
a51d4d50c9
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue