Skip to content

Commit f77fa43

Browse files
committed
[private-server] minor fixes
1 parent a9d2f0b commit f77fa43

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

docs/getting-started/private-server.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,19 +148,25 @@ To run the server, you'll need:
148148
API URL: https://private.example.com/api/mobile/v1
149149
Private Token: your-secure-token-here
150150
```
151+
!!! note "API URL Path"
152+
The API URL **must** include the `/api/mobile/v1` path. Using just the base URL (e.g., `https://private.example.com`) will not work.
151153

152154
3. **Activate connection**
153155
1. Switch to **Home** tab
154156
2. Activate **Cloud server** switch
155-
3. Restart the app using the bottom button
157+
3. **Tap the "Offline" button** to initiate the connection and registration process
158+
4. Wait for the app to establish connection (button will change to "Online")
156159

157160
!!! success "Successful Connection"
158-
New credentials will appear in **Cloud Server** section when configured properly:
161+
After successful connection, credentials will be **automatically generated** and appear in the **Cloud Server** section:
159162
```text
160163
Username: A1B2C3
161164
Password: z9y8x7...
162165
```
163166

167+
!!! info "Automatic Registration"
168+
No manual registration step is required. Username and password are generated automatically on the first successful connection to the server.
169+
164170
### Password Management 🔑
165171

166172
Identical to [Cloud Server mode](public-cloud-server.md#password-management).

docs/getting-started/public-cloud-server.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,13 +125,15 @@ Change the notification channel in the app settings:
125125
Launch app → Toggle "Cloud Server"
126126

127127
2. **Go Online**
128-
Tap the "Offline" button → Becomes "Online"
129-
128+
Tap the "Offline" button to initiate connection and registration process → Button will change to "Online" when connected
129+
130130
3. **Get Credentials**
131-
They will be generated by the server.
131+
Credentials will be **automatically generated** and appear in the **Cloud Server** section after successful connection:
132132
<center>
133133
<img src="/assets/cloud-server.png" alt="Cloud Server credentials screenshot"/>
134134
</center>
135+
!!! info "Automatic Registration"
136+
No manual registration step is required. Username and password are generated automatically on the first successful connection to the server.
135137

136138

137139

0 commit comments

Comments
 (0)