From 8d5ce1135142b8ba6760d681a697e7cf4c7bef4d Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 22 Jul 2022 12:19:45 +0200 Subject: [PATCH] Setup Assistant: Tweak wording and add links to Shared Storage step --- web/app/src/views/FirstTimeWizardView.vue | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/web/app/src/views/FirstTimeWizardView.vue b/web/app/src/views/FirstTimeWizardView.vue index 566878b2..b13d3153 100644 --- a/web/app/src/views/FirstTimeWizardView.vue +++ b/web/app/src/views/FirstTimeWizardView.vue @@ -61,24 +61,29 @@ :is-next-clickable="sharedStoragePath.length > 0" title="Shared Storage" > -

Please specify a storage path (or drive), where you want to store your Flamenco data. +

Specify a path (or drive) where you want to store your Flamenco data.

+

The location of the shared storage should be accessible by Flamenco Manager and by the Workers. This could be:

+ -

Using a service like Syncthing, ownCloud, or Dropbox for - this is not recommended, as Flamenco can't coordinate data synchronization.

+

+ Using services like Dropbox, Syncthing, or ownCloud for + this is not recommended, as Flamenco can't coordinate data synchronization. + Learn more. +