Skip to content

Commit 91fd17a

Browse files
committed
[private-server] clarify registration process
1 parent a9d2f0b commit 91fd17a

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

docs/getting-started/private-server.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,26 +140,31 @@ To run the server, you'll need:
140140
!!! danger "Important"
141141
Changing servers will **reset credentials** and require device re-registration!
142142

143-
1. **Access Settings**
143+
1. **Access Settings**
144144
Navigate to **Settings** tab → **Cloud Server**
145145

146-
2. **Enter server details**
146+
2. **Enter server details**
147147
```text
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

152-
3. **Activate connection**
154+
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
```
166+
!!! info "Automatic Registration"
167+
No manual registration step is required. Username and password are generated automatically on the first successful connection to the server.
163168

164169
### Password Management 🔑
165170

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -121,17 +121,19 @@ Change the notification channel in the app settings:
121121

122122
### How to Use 🛠️
123123

124-
1. **Activate Cloud Mode**
124+
1. **Activate Cloud Mode**
125125
Launch app → Toggle "Cloud Server"
126126

127-
2. **Go Online**
128-
Tap the "Offline" button → Becomes "Online"
129-
130-
3. **Get Credentials**
131-
They will be generated by the server.
127+
2. **Go Online**
128+
Tap the "Offline" button to initiate connection and registration process → Button will change to "Online" when connected
129+
130+
3. **Get Credentials**
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)