Can i add a webdav server as storage?

This is my very first time using pydio-cells. I just want to ask if its possible to add my rclone webdav server as a storage in pydio-cells ?
(It seems like it only supports local storage and S3 unless i am missing something)

You can easily add CIFS/SMB or NFS storage… why webdav? Is your storage point remote?

Yes, i want to add my rclone cloud remote as a storage, i have a webdav server running for the same. Was just wondering if pydio would support it

I found this in the docs; Webdav Server Access, I haven’t tried it myself…

This is not about using webdav as a storage backend but rather the inbuilt webdav server. To put it simply, say if you host pydio cells on server A, local files could be accessed remotely from anywhere using the inbuilt webdav server. Using webdav as storage backend which i asked means accessing a webdav server running elsewhere in Pydio cells (authentication using host, user & pass)

This does seem possible; Pydio Setup WebDAV server access v4

PydioCells Accessing remote servers: ftp, sftp, smb, webdav, dropbox

Thaks, this was exactly what i was looking for - Pydio | Accessing remote servers: ftp, sftp, smb, webdav, dropbox but it says this documentation is for pydio 8 (php) & not Pydio Cells. Seems this feature is unfortunately not yet added in Pydio Cells

Hi @xd003

Inbuilt webdav service works by default without additional configuration

In Ent version, you also has inbuilt sftp: Pydio | [Ent] SFTP Access

Thanks for the reply but i am not talking about inbuilt webdav service in this thread. i meant accessing external webdav server using pydio cells. It seems to have been possible in the older pydio (php) Pydio | Accessing remote servers: ftp, sftp, smb, webdav, dropbox but there’s no info of the same on pydio cells documentation

Hi,

Cells support following backend storage:

  • Local FileSystem
  • Blob
    • Azure
    • S3
    • Google
  • Network mounted File System such as smb, nfs are workable but not recommended for production

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.