mirror of
https://github.com/privacyguides/i18n.git
synced 2025-11-16 21:32:39 +00:00
82 lines
3.9 KiB
Markdown
82 lines
3.9 KiB
Markdown
---
|
|
title: File Management
|
|
meta_title: "Self-Hosting File Management Tools - Privacy Guides"
|
|
icon: material/file-multiple-outline
|
|
description: For our more technical readers, self-hosting file management tools can provide additional privacy assurances by having maximum control over your data.
|
|
cover: cloud.webp
|
|
---
|
|
|
|
<small>Protège contre les menaces suivantes :</small>
|
|
|
|
- [:material-server-network: Fournisseurs de services](../basics/common-threats.md#privacy-from-service-providers){ .pg-teal }
|
|
|
|
Self-hosting your own **file management** tools may be a good idea to reduce the risk of encryption flaws in a cloud provider's native clients.
|
|
|
|
## Gestion des photos
|
|
|
|
### PhotoPrism
|
|
|
|
<div class="admonition recommendation" markdown>
|
|
|
|
{ align=right }
|
|
|
|
**PhotoPrism** is a platform for managing photos. Elle prend en charge la synchronisation et le partage d'albums ainsi qu'une variété d'autres [fonctionnalités](https://photoprism.app/features). It does not include end-to-end encryption, so it's best hosted on a server that you trust and is under your control.
|
|
|
|
[:octicons-home-16: Homepage](https://photoprism.app){ .md-button .md-button--primary }
|
|
[:octicons-eye-16:](https://photoprism.app/privacy){ .card-link title="Privacy Policy" }
|
|
[:octicons-info-16:](https://photoprism.app/kb){ .card-link title="Documentation" }
|
|
[:octicons-code-16:](https://github.com/photoprism){ .card-link title="Source Code" }
|
|
|
|
</div>
|
|
|
|
## Partage et synchronisation de fichiers
|
|
|
|
### FreedomBox
|
|
|
|
<div class="admonition recommendation" markdown>
|
|
|
|
{ align=right }
|
|
|
|
**FreedomBox** is an operating system designed to be run on a [single-board computer (SBC)](https://en.wikipedia.org/wiki/Single-board_computer). The purpose is to make it easy to set up server applications for use cases like sharing files.
|
|
|
|
[:octicons-home-16: Homepage](https://freedombox.org){ .md-button .md-button--primary }
|
|
[:octicons-info-16:](https://wiki.debian.org/FreedomBox/Manual){ .card-link title="Documentation" }
|
|
[:octicons-code-16:](https://salsa.debian.org/freedombox-team/freedombox){ .card-link title="Source Code" }
|
|
[:octicons-heart-16:](https://freedomboxfoundation.org/donate){ .card-link title="Contribute" }
|
|
|
|
</div>
|
|
|
|
### Nextcloud
|
|
|
|
<div class="admonition recommendation" markdown>
|
|
|
|
{ align=right }
|
|
|
|
**Nextcloud** is a suite of free and open-source client-server software for creating your own file hosting services on a private server you control.
|
|
|
|
[:octicons-home-16: Homepage](https://nextcloud.com){ .md-button .md-button--primary }
|
|
[:octicons-eye-16:](https://nextcloud.com/privacy){ .card-link title="Privacy Policy" }
|
|
[:octicons-info-16:](https://nextcloud.com/support){ .card-link title="Documentation" }
|
|
[:octicons-code-16:](https://github.com/nextcloud){ .card-link title="Source Code" }
|
|
[:octicons-heart-16:](https://nextcloud.com/contribute){ .card-link title="Contribute" }
|
|
|
|
<details class="downloads" markdown><summary>Téléchargements</summary>
|
|
|
|
- [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.nextcloud.client)
|
|
- [:simple-appstore: App Store](https://apps.apple.com/app/id1125420102)
|
|
- [:simple-github: GitHub](https://github.com/nextcloud/android/releases)
|
|
- [:fontawesome-brands-windows: Windows](https://nextcloud.com/install/#install-clients)
|
|
- [:simple-apple: macOS](https://nextcloud.com/install/#install-clients)
|
|
- [:simple-linux: Linux](https://nextcloud.com/install/#install-clients)
|
|
|
|
</details>
|
|
|
|
</div>
|
|
|
|
<div class="admonition danger" markdown>
|
|
<p class="admonition-title">Danger</p>
|
|
|
|
Nous ne recommandons pas l'utilisation de [l'application E2EE](https://apps.nextcloud.com/apps/end_to_end_encryption) pour Nextcloud car elle peut entraîner une perte de données ; elle est hautement expérimentale et n'est pas de qualité de production. For this reason, we don't recommend third-party Nextcloud providers.
|
|
|
|
</div>
|