Загрузка данных


ib@ib:/var/www/html/nextcloud$ sudo -u www-data php occ files_external:backends
  - authentication:
    - null::null:
      - name: None
      - identifier: null::null
      - configuration:
    - builtin::builtin:
      - name: Builtin
      - identifier: builtin::builtin
      - configuration:
    - password::password:
      - name: Login and password
      - identifier: password::password
      - configuration:
        - user: text
        - password: password
    - password::sessioncredentials:
      - name: Log-in credentials, save in session
      - identifier: password::sessioncredentials
      - configuration:
    - password::logincredentials:
      - name: Log-in credentials, save in database
      - identifier: password::logincredentials
      - configuration:
    - password::userprovided:
      - name: Manually entered, store in database
      - identifier: password::userprovided
      - configuration:
        - user: text
        - password: password
    - password::global:
      - name: Global credentials
      - identifier: password::global
      - configuration:
    - password::global::user:
      - name: Global credentials, manually entered
      - identifier: password::global::user
      - configuration:
    - publickey::rsa:
      - name: RSA public key
      - identifier: publickey::rsa
      - configuration:
        - user: text
        - public_key: text
    - publickey::rsa_private:
      - name: RSA private key
      - identifier: publickey::rsa_private
      - configuration:
        - user: text
        - password: password
        - private_key: text
    - openstack::openstack:
      - name: OpenStack v2
      - identifier: openstack::openstack
      - configuration:
        - user: text
        - password: password
        - tenant: text
        - url: text
    - openstack::openstackv3:
      - name: OpenStack v3
      - identifier: openstack::openstackv3
      - configuration:
        - user: text
        - domain: text
        - password: password
        - tenant: text
        - url: text
    - openstack::rackspace:
      - name: Rackspace
      - identifier: openstack::rackspace
      - configuration:
        - user: text
        - key: password
    - amazons3::accesskey:
      - name: Access key
      - identifier: amazons3::accesskey
      - configuration:
        - key: text
        - secret: password
    - smb::kerberos:
      - name: Kerberos ticket
      - identifier: smb::kerberos
      - configuration:
    - smb::kerberosapache:
      - name: Kerberos ticket Apache mode
      - identifier: smb::kerberosapache
      - configuration:
        - default_realm: text
  - storage:
    - local:
      - name: Local
      - identifier: local
      - configuration:
        - datadir: text
      - storage_class: \OC\Files\Storage\Local
      - supported_authentication_backends:
        - null::null
      - authentication_configuration:
        - null::null:
    - ftp:
      - name: FTP
      - identifier: ftp
      - configuration:
        - host: text
        - port: text
        - root: text
        - secure: boolean
      - storage_class: \OCA\Files_External\Lib\Storage\FTP
      - supported_authentication_backends:
        - password::password
        - password::sessioncredentials
        - password::logincredentials
        - password::userprovided
        - password::global
        - password::global::user
      - authentication_configuration:
        - password::password:
          - user: text
          - password: password
        - password::sessioncredentials:
        - password::logincredentials:
        - password::userprovided:
          - user: text
          - password: password
        - password::global:
        - password::global::user:
    - dav:
      - name: WebDAV
      - identifier: dav
      - configuration:
        - host: text
        - root: text
        - secure: boolean
      - storage_class: \OC\Files\Storage\DAV
      - supported_authentication_backends:
        - password::password
        - password::sessioncredentials
        - password::logincredentials
        - password::userprovided
        - password::global
        - password::global::user
      - authentication_configuration:
        - password::password:
          - user: text
          - password: password
        - password::sessioncredentials:
        - password::logincredentials:
        - password::userprovided:
          - user: text
          - password: password
        - password::global:
        - password::global::user:
    - owncloud:
      - name: Nextcloud
      - identifier: owncloud
      - configuration:
        - host: text
        - root: text
        - secure: boolean
      - storage_class: \OCA\Files_External\Lib\Storage\OwnCloud
      - supported_authentication_backends:
        - password::password
        - password::sessioncredentials
        - password::logincredentials
        - password::userprovided
        - password::global
        - password::global::user
      - authentication_configuration:
        - password::password:
          - user: text
          - password: password
        - password::sessioncredentials:
        - password::logincredentials:
        - password::userprovided:
          - user: text
          - password: password
        - password::global:
        - password::global::user:
    - sftp:
      - name: SFTP
      - identifier: sftp
      - configuration:
        - host: text
        - port: text
        - root: text
      - storage_class: \OCA\Files_External\Lib\Storage\SFTP
      - supported_authentication_backends:
        - password::password
        - password::sessioncredentials
        - password::logincredentials
        - password::userprovided
        - password::global
        - password::global::user
        - publickey::rsa
        - publickey::rsa_private
      - authentication_configuration:
        - password::password:
          - user: text
          - password: password
        - password::sessioncredentials:
        - password::logincredentials:
        - password::userprovided:
          - user: text
          - password: password
        - password::global:
        - password::global::user:
        - publickey::rsa:
          - user: text
          - public_key: text
        - publickey::rsa_private:
          - user: text
          - password: password
          - private_key: text
    - amazons3:
      - name: S3 Storage
      - identifier: amazons3
      - configuration:
        - bucket: text
        - hostname: text
        - port: text
        - proxy: text
        - region: text
        - storageClass: text
        - use_ssl: boolean
        - use_path_style: boolean
        - legacy_auth: boolean
        - useMultipartCopy: boolean
        - use_presigned_url: boolean
        - sse_c_key: password
      - storage_class: \OCA\Files_External\Lib\Storage\AmazonS3
      - supported_authentication_backends:
        - null::null
        - amazons3::accesskey
      - authentication_configuration:
        - null::null:
        - amazons3::accesskey:
          - key: text
          - secret: password
    - swift:
      - name: OpenStack Object Storage
      - identifier: swift
      - configuration:
        - service_name: text
        - region: text
        - bucket: text
        - timeout: text
      - storage_class: \OCA\Files_External\Lib\Storage\Swift
      - supported_authentication_backends:
        - openstack::openstack
        - openstack::openstackv3
        - openstack::rackspace
      - authentication_configuration:
        - openstack::openstack:
          - user: text
          - password: password
          - tenant: text
          - url: text
        - openstack::openstackv3:
          - user: text
          - domain: text
          - password: password
          - tenant: text
          - url: text
        - openstack::rackspace:
          - user: text
          - key: password
    - \OC\Files\Storage\SFTP_Key:
      - name: SFTP with secret key login
      - identifier: \OC\Files\Storage\SFTP_Key
      - configuration:
        - host: text
        - root: text
      - storage_class: \OCA\Files_External\Lib\Storage\SFTP
      - supported_authentication_backends:
        - publickey::rsa
        - publickey::rsa_private
      - authentication_configuration:
        - publickey::rsa:
          - user: text
          - public_key: text
        - publickey::rsa_private:
          - user: text
          - password: password
          - private_key: text
    - smb:
      - name: SMB/CIFS
      - identifier: smb
      - configuration:
        - host: text
        - share: text
        - root: text
        - domain: text
        - show_hidden: boolean
        - case_sensitive: boolean
        - check_acl: boolean
      - storage_class: \OCA\Files_External\Lib\Storage\SMB
      - supported_authentication_backends:
        - password::password
        - password::sessioncredentials
        - password::logincredentials
        - password::userprovided
        - password::global
        - password::global::user
        - smb::kerberos
        - smb::kerberosapache
      - authentication_configuration:
        - password::password:
          - user: text
          - password: password
        - password::sessioncredentials:
        - password::logincredentials:
        - password::userprovided:
          - user: text
          - password: password
        - password::global:
        - password::global::user:
        - smb::kerberos:
        - smb::kerberosapache:
          - default_realm: text
    - \OC\Files\Storage\SMB_OC:
      - name: SMB/CIFS using OC login
      - identifier: \OC\Files\Storage\SMB_OC
      - configuration:
        - host: text
        - username_as_share: boolean
        - share: text
        - root: text
      - storage_class: \OCA\Files_External\Lib\Storage\SMB
      - supported_authentication_backends:
        - password::password
        - password::sessioncredentials
        - password::logincredentials
        - password::userprovided
        - password::global
        - password::global::user
      - authentication_configuration:
        - password::password:
          - user: text
          - password: password
        - password::sessioncredentials:
        - password::logincredentials:
        - password::userprovided:
          - user: text
          - password: password
        - password::global:
        - password::global::user: