72 lines
1.3 KiB
TypeScript
72 lines
1.3 KiB
TypeScript
export const OWN_OAUTH_TYPES = ['drive', 'google photos']
|
|
|
|
export const INTERACTIVE_CONFIG_TYPES = [
|
|
'jottacloud',
|
|
'onedrive',
|
|
'zoho',
|
|
'seafile',
|
|
'sugarsync',
|
|
'iclouddrive',
|
|
'internxt',
|
|
]
|
|
|
|
export const OVERRIDES = {
|
|
alias: {
|
|
Description: 'ALIAS',
|
|
},
|
|
crypt: {
|
|
Description: 'CRYPT',
|
|
},
|
|
union: {
|
|
Description: 'UNION',
|
|
},
|
|
memory: {
|
|
Description: 'MEMORY',
|
|
},
|
|
archive: {
|
|
Description: 'ARCHIVE',
|
|
},
|
|
compress: {
|
|
Description: 'COMPRESS',
|
|
},
|
|
hasher: {
|
|
Description: 'HASHER',
|
|
},
|
|
chunker: {
|
|
Description: 'CHUNKER',
|
|
},
|
|
cache: {
|
|
Description: 'CACHE',
|
|
},
|
|
combine: {
|
|
Description: 'COMBINE',
|
|
},
|
|
'google cloud storage': {
|
|
Description: 'Google Cloud Storage',
|
|
},
|
|
'hdfs': {
|
|
Description: 'Hadoop Distributed File System',
|
|
},
|
|
'pixeldrain': {
|
|
Description: 'Pixeldrain',
|
|
},
|
|
'swift': {
|
|
Description: 'Openstack Swift',
|
|
},
|
|
'azureblob': {
|
|
Description: 'Azure Blob Storage',
|
|
},
|
|
'azurefiles': {
|
|
Description: 'Azure Files',
|
|
},
|
|
'filelu': {
|
|
Description: 'FileLu',
|
|
},
|
|
's3': {
|
|
Description: 'Amazon S3 & Compatible Storage',
|
|
},
|
|
'seafile': {
|
|
Description: 'Seafile',
|
|
},
|
|
}
|