Skip to content

Commit 66af6cd

Browse files
committed
corrected README (2)
Signed-off-by: Alexander Piskun <[email protected]>
1 parent 3a931ee commit 66af6cd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Introducing scalable AI media processing for Nextcloud.
1212
<img alt="Visionatrix UI" src="./screenshots/visionatrix_2_light.jpg">
1313
</picture>
1414

15-
ExApp Visionatrix is a standalone [Visionatrix](https://github.com/Visionatrix/Visionatrix) service, allowing you to process media files directly within your Nextcloud.
15+
This is a standalone [Visionatrix](https://github.com/Visionatrix/Visionatrix) service, allowing you to process media files directly within your Nextcloud.
1616

1717
Each user is authenticated via Nextcloud credentials and has a personal task history.
1818

@@ -37,27 +37,26 @@ Once the Visionatrix flow is installed and supported, it will be registered as a
3737

3838
## Installation
3939

40-
> **Note:**
40+
> [!NOTE]
4141
> The `AppAPI` application needs to be enabled to install and use this application.
4242
4343
### Installation
4444

4545
1. Configure [AppAPI](https://github.com/nextcloud/app_api).
46-
2. Once AppAPI is set up and the deployment daemon is configured, install the Nextcloud Visionatrix ExApp from the Nextcloud AppStore.
46+
2. Once AppAPI is set up and the deployment daemon is configured, install the Nextcloud Visionatrix.
4747
3. Enjoy Nextcloud Visionatrix from the Top Menu.
4848

4949
We offer two types of installation:
5050

5151
1. **Standard Installation**: This includes both the Visionatrix server for task management and a built-in worker for task processing.
5252

53-
> [!NOTE]
5453
> For this installation, you'll need either a powerful CPU with at least 32 GB of RAM or a GPU with at least 10 GB of VRAM.
5554
> _(Support for 8 GB GPUs is planned)._
5655

5756
2. **Advanced Installation**: Starting from Nextcloud version `30.0.2`, you can install only the server component by setting `DISABLE_WORKER=1` in the environment variables during application installation. In this mode, the server will manage tasks, while external workers (installed elsewhere) will process them.
5857

5958
> [!NOTE]
60-
> Worker authentication uses Nextcloud credentials. If 2FA is enabled, you will need to use an App Password.
59+
> Worker authentication uses Nextcloud credentials. If 2FA is enabled, you will need to use an App Password to connect external workers.
6160
6261
For more information, please refer to the original [Visionatrix documentation](https://visionatrix.github.io/VixFlowsDocs/).
6362

0 commit comments

Comments
 (0)