Software:Pydio

From HandWiki
Short description: Mature open source software solution for file sharing and synchronization
Pydio
Pydio Logo
Screenshot
Pydio Cells Screenshot February 2020.png
Pydio Cells (Browser view)
Original author(s)Charles Du Jeu
Developer(s)Abstrium SAS (Paris, France )
Initial release16 May 2018; 5 years ago (2018-05-16) (Pydio Cells - Go version)
Stable release
4.3.4 (Pydio Cells - Go version)
8.2.5 (last Pydio Core PHP version)
Repositoryon GitHub
Written inGo (Pydio Cells), PHP (Pydio PHP version)
Operating system
PlatformX86-64 (Pydio Cells; ARM under development), any that runs PHP (Pydio PHP version)
Size
  • Server:
    ~190 MB (Go version, depending on the platform)
Available in11 languages[1]
List of languages
English (UK), English (US), French, German, Italian, Japanese, Latvian, Portuguese (Brazilian), Russian, Swedish, Vietnamese
TypeCloud storage, File sharing, Data synchronization
LicenseGNU AGPLv3.0
Websitewww.pydio.com

Pydio Cells, previously known as just Pydio and formerly known as AjaXplorer, is an open-source file-sharing and synchronisation software that runs on the user's own server[2] or in the cloud.[3]

Presentation

The project was created by musician Charles Du Jeu[4] (current CEO and CTO) in 2007 under the name AjaXplorer.[5] The name was changed in 2013 and became Pydio (an acronym for Put Your Data in Orbit).[6] In May 2018, Pydio switched from PHP to Go with the release of Pydio Cells.[7] The PHP version reached end-of-life state on 31 December 2019.[8]

Pydio Cells runs on any server supporting a recent Go version. Windows/Linux/macOS on the Intel architecture are directly supported; a fully functional working ARM implementation is under active development.[9]

Pydio Cells has been developed from scratch using the Go programming language;[10] release 4.0.0 introduced code refactoring to fully support the Go modular structure[11] as well as grid computing. Nevertheless, the web-based interface of Cells is very similar to the one from Pydio 8 (in PHP), and it successfully replicates most of its features, while adding a few more. There is also a new synchronisation client (also written in Go).[12] The PHP version has been phased out as the company's focus is moving to Pydio Cells, with community feedback on the new features.[13] According to the company, the switch to the new environment was made "to overcome inherent PHP limitations and provide you with a future-proof and modern solution for collaborating on documents".[14]

From a technical point of view, Pydio differs from solutions such as Google Drive or Dropbox.[15] Pydio is not based on a public cloud;[16] instead, the software connects to the user's existing storage (such as SAN / Local FS, SAMBA / CIFS, (s)FTP, NFS, S3-compatible cloud storage, Azure Blob Storage, Google Cloud Storage) as well as to the existing user directories (LDAP / AD, OAuth2 / OIDC SSO, SAML / Azure ADFS SSO, RADIUS, Shibboleth...)[17],[16] which allows companies to keep their data inside their infrastructure, according to their data security policy[18] and user rights management.[16]

The software is built in a modular perspective; up to Pydio 8, various plugins[19] allowed administrators to implement extra features.[20]

On the server side, Pydio Cells is deployed as a collection of independent microservices[21] communicating among themselves using gRPC and logging user actions via Activity Streams 2.0 (AS2).[22] Pydio Cells microservices are built with the Go Micro framework (using an embedded NATS server).[23] A standard installation will deploy all required services on the same physical server, but for the purposes of performance, reliability and high availability, these can now be spread across several different servers (even in geographically separate locations) according to the 12-factors architecture pattern.

Pydio Cells is available either through a free and open-source community distribution (Pydio Cells Home),[2] or a commercially-licensed enterprise distribution[24] (in two variants, Pydio Cells Connect and Pydio Cells Enterprise),[25] which add features not available in the community distribution as well as additional levels of support beyond the community forums.

Features

  • File sharing between different internal users and across other Pydio instances[26]
  • SSL/TLS Encryption
  • WebDAV file server
  • Creation of dedicated workspaces, for each line of business / project / client, with a dedicated user rights management for each workspace.[27]
  • File-sharing with external users (private links, public links, password protection, download limitation, etc.)[28]
  • Online viewing and editing of documents with Collabora Office (Pydio Cells Enterprise also offers OnlyOffice integration)[29]
  • Preview and editing of image files
  • Integrated audio and video reader
  • Activity stream ('timeline') for all actions taken by users
  • Integrated chat platform

Client applications are available for all major desktop and mobile platforms.[30]

See also

References

  1. Translation is mostly done by volunteers in Crowdin
  2. 2.0 2.1 Thomas Saliou (2016-08-19). "How to Deploy On-Premise File Sharing and Sync with Pydio". ProgrammableWeb. http://www.programmableweb.com/news/how-to-deploy-premise-file-sharing-and-sync-pydio/how-to/2016/08/19. Retrieved 2016-09-25. 
  3. "Pydio". https://aws.amazon.com/marketplace/pp/B01H0O29U2/ref=sp_mpg_product_title?ie=UTF8&sr=0-2. Retrieved 2016-09-25. 
  4. Christophe Lagane (2013-12-13). "Start-up : Pydio, le partage de fichiers qui surfe sur la peur de Prism" (in French). :fr:Silicon.fr. http://www.silicon.fr/pydio-partage-les-fichiers-en-open-source-91481.html. Retrieved 2016-09-25. 
  5. "About-Us - Pydio". 22 January 2019. https://pydio.com/en/about-us. 
  6. van 't Ende, Ben (May 19, 2016). "The future of sharing: integrating Pydio and ownCloud". Opensource.com. https://opensource.com/business/16/5/sharing-files-pydio-owncloud. Retrieved 26 August 2016. 
  7. "First Cells Release" (in en). https://github.com/pydio/cells/releases/tag/v0.9.0. 
  8. "Why migrate from Pydio 8 to Cells?". Pydio. 2020-07-17. https://pydio.com/en/features/why-migrating-pydio-8-cells. Retrieved 2021-03-08. 
  9. Bruno Sinou (2020-02-03). "Raspberry 4 / ARMV7 image". Pydio Forums. https://forum.pydio.com/t/raspberry-4-armv7-image/3036/7. 
  10. "Pydio Re-Invents Open Source File Sharing For The Enterprise". Pydio. 2018-05-16. https://pydio.com/sites/default/files/import/user/Pydio%20Cells%20Launch.pdf. Retrieved 2020-02-28. 
  11. "Pydio Cells 4.0.0 Release Candidate". Abstrium/Pydio. 2022-07-19. https://pydio.com/en/community/releases/pydio-cells/pydio-cells-400-release-candidate. Retrieved 2022-08-30. 
  12. "CellsSync 0.9.1 - First public release for Cells desktop sync client". Pydio. 2019-11-07. https://pydio.com/en/community/releases/cellssync/cellssync-091-first-public-release-cells-desktop-sync-client. Retrieved 2020-02-28. 
  13. "Pydio 8 vs Pydio Cells - Which version should I install?". Pydio.com. 2020-01-06. https://pydio.com/en/features/pydio-8-vs-pydio-cells. Retrieved 2020-02-28. 
  14. "Pydio Cells reaches stable state!". Pydio. 2018-05-16. https://pydio.com/en/blog/pydio-cells-reaches-stable-state. Retrieved 2020-02-28. 
  15. Cyrille Chausson (2013-12-04). "Pydio et Red Hat, ensemble pour attaquer le marché français des " Box " d'entreprises" (in fr-FR). LeMagIT (TechTarget). http://www.lemagit.fr/actualites/2240210420/Pydio-et-Red-Hat-ensemble-pour-attaquer-le-marche-francais-des-Box-dentreprises. 
  16. 16.0 16.1 16.2 Maryse Gros (2014-12-03). "Pydio adapte le partage de fichiers à l'entreprise" (in French). :fr:Le Monde Informatique. http://www.lemondeinformatique.fr/actualites/lire-pydio-adapte-le-partage-de-fichiers-a-l-entreprise-59474.html. 
  17. Only on Pydio 8.X (PHP edition); Pydio Cells is more limited, restricting most of these protocols to the Enterprise Edition
  18. Mikael Ricknäs (2016-06-03). "French startups are taking a more privacy centric approach file sharing". PC World. http://www.pcworld.com/article/2843932/french-startups-are-taking-a-more-privacy-centric-approach-file-sharing.html. 
  19. "Plugin Architecture". 2016-06-03. https://pydio.com/en/docs/developer-guide/plugin-architecture. 
  20. "Pydio Plugin List". Pydio. https://pydio.com/en/docs/references/plugins. 
  21. "Introduction". Pydio. 2021-11-12. https://pydio.com/en/docs/developer-guide/introduction. 
  22. "Activity Service". GitHub. 2018-04-21. https://github.com/pydio/cells/blob/main/broker/activity/README.md. 
  23. "Discovery". Pydio. 2021-11-12. https://pydio.com/fr/docs/developer-guide/discovery. 
  24. Emilien Ercolani (2015-12-09). "Partage de fichiers : Pydio accélère et dévoile une version pour les entreprises" (in French). L'Informaticien. http://www.linformaticien.com/actualites/id/38805/partage-de-fichiers-pydio-accelere-et-devoile-une-version-pour-les-entreprises.aspx. Retrieved 2016-09-25. 
  25. "Pricing". Abstrium/Pydio. 2022-05-25. https://pydio.com/en/pricing. 
  26. "Pydio Core 6.4.0 - Sharing, UX, Performances". 2016-03-29. https://pydio.com/en/community/releases/pydio-core/pydio-core-640-sharing-ux-performances. 
  27. Dmitri Popov (2015-03-12). "Pydio-Tutorial" (in German). :de:Pro-Linux. http://www.pro-linux.de/artikel/2/1756/pydio-tutorial.html. Retrieved 2016-09-27. 
  28. "Pydio, ou le partage sécurisé en ligne" (in French). Demat Infos. 2015-12-08. http://www.demat-infos.com/info_article/m/302/pydio-ou-le-partage-securise-en-ligne.html. Retrieved 2016-09-25. 
  29. "[ED Only office"]. Pydio. 2021-01-28. https://pydio.com/en/docs/cells/v2/ed-only-office. Retrieved 2021-03-08. 
  30. "How To Host a File Sharing Server with Pydio on Ubuntu 14.04". DigitalOcean. 2016-04-29. https://www.digitalocean.com/community/tutorials/how-to-host-a-file-sharing-server-with-pydio-on-ubuntu-14-04. Retrieved 2016-09-27. 

External links