You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
16
16
17
17
Each user is authenticated via Nextcloud credentials and has a personal task history.
18
18
@@ -37,27 +37,26 @@ Once the Visionatrix flow is installed and supported, it will be registered as a
37
37
38
38
## Installation
39
39
40
-
> **Note:**
40
+
> [!NOTE]
41
41
> The `AppAPI` application needs to be enabled to install and use this application.
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.
47
47
3. Enjoy Nextcloud Visionatrix from the Top Menu.
48
48
49
49
We offer two types of installation:
50
50
51
51
1.**Standard Installation**: This includes both the Visionatrix server for task management and a built-in worker for task processing.
52
52
53
-
> [!NOTE]
54
53
> 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.
55
54
> _(Support for 8 GB GPUs is planned)._
56
55
57
56
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.
58
57
59
58
> [!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.
61
60
62
61
For more information, please refer to the original [Visionatrix documentation](https://visionatrix.github.io/VixFlowsDocs/).
0 commit comments