Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/user/ios-app/img/set-up/account-set-up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/ios-app/img/set-up/custom-name.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/ios-app/img/set-up/grant-access.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/ios-app/img/set-up/open-login-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/user/ios-app/img/set-up/start-setup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
47 changes: 47 additions & 0 deletions docs/user/ios-app/set-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,50 @@ title: Set up OpenCloud iOS App
draft: true
---

## 🔐 Setting Up Your OpenCloud Account

After installing the app, you can now set up your OpenCloud account.

### 1. Start the Setup

- Tap on **"Start Setup"** to begin.
- If you've already set up an account and want to add another one, tap the **"+" icon** located at the bottom left corner of the screen.

<img src={require("./img/set-up/start-setup.png").default} alt="start setup" height="400"/>
<img src={require("./img/set-up/add-additional-account.png").default} alt="add additional account" height="400"/>


### 2. Enter Your Server URL

- Enter your **OpenCloud Server URL** (e.g., `https://cloud.example.com`)
- Tap **"Proceed"** to continue.

<img src={require("./img/set-up/enter-server-url.png").default} alt="enter server URL" height="400"/>

### 3. Open the Login Page

- Tap **"Open Login Page"**
- Then tap **"Continue"** to launch the login page in your browser

<img src={require("./img/set-up/open-login-page.png").default} alt="Open Login Page" height="400"/>
<img src={require("./img/set-up/continue-sign-in.png").default} alt="continue sign in" height="400"/>

### 4. Log In and Authorize Access

- Log in with your OpenCloud credentials
- Grant the app permission to access your user information and maintain continuous access

<img src={require("./img/set-up/enter-credentials.png").default} alt="Enter Opencloud credentials" height="400"/>
<img src={require("./img/set-up/grant-access.png").default} alt="Grant access" height="400"/>

### 5. Finalize Setup

- Once login is complete, your account will be added to the app
- Optionally, assign a **custom display name** to your account
(By default, it will appear as `USERNAME@YOUR.DOMAIN`)

<img src={require("./img/set-up/custom-name.png").default} alt="Enter custom name" height="400"/>

> ✅ Your OpenCloud account is now fully set up and ready to use!

<img src={require("./img/set-up/account-set-up.png").default} alt="Account is set up" height="400"/>