startup remote parsing

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
FTCHD
2025-09-24 16:08:54 +02:00
parent 63a49c758b
commit 33dcdb2535
3 changed files with 24 additions and 16 deletions
+17
View File
@@ -16,3 +16,20 @@ export const RCLONE_VFS_DEFAULTS = {
export const RCLONE_CONF_REGEX = /[\/\\]rclone\.conf$/
export const DOUBLE_BACKSLASH_REGEX = /\\\\/g
export const SUPPORTED_BACKENDS = [
'sftp',
's3',
'b2',
'drive',
'dropbox',
'ftp',
'azurefiles',
'azureblob',
'gcs',
'protondrive',
'box',
'webdav',
'onedrive',
'http',
]