2022-05-28 18:35:05 +02:00
<!--
2024-04-17 00:33:23 +02:00
Nota bene : ce README est automatiquement généré par < https: / / github . com / YunoHost / apps / tree / master / tools / readme_generator >
Il NE doit PAS être modifié à la main.
2022-05-28 18:35:05 +02:00
-->
2022-04-01 22:31:00 +02:00
# Seafile pour YunoHost
2023-01-31 22:57:06 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/seafile.svg )](https://dash.yunohost.org/appci/app/seafile) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/seafile.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/seafile.maintain.svg )
2023-08-10 22:56:21 +02:00
2022-04-01 22:31:00 +02:00
[![Installer Seafile avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=seafile)
2024-04-17 00:33:23 +02:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2022-04-01 22:31:00 +02:00
2024-04-17 00:33:23 +02:00
> *Ce package vous permet d’ installer Seafile rapidement et simplement sur un serveur YunoHost.*
> *Si vous n’ avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’ installer et en profiter.*
2022-04-01 22:31:00 +02:00
2023-01-31 22:57:06 +01:00
## Vue d’ ensemble
2022-04-01 22:31:00 +02:00
Seafile is an open Source Cloud Storage application.
It's a Enterprise file sync and share platform with high reliability and performance. It's a file hosting platform with high reliability and performance. Put files on your own server. Sync and share files across different devices, or access all the files as a virtual disk.
2024-05-31 23:32:50 +02:00
**Version incluse :** 11.0.9~ynh1
2022-04-01 22:31:00 +02:00
2024-04-17 00:33:23 +02:00
**Démo :** < https: / / demo . seafile . com >
2022-04-01 22:31:00 +02:00
2023-01-31 22:57:06 +01:00
## Captures d’ écran
2022-04-01 22:31:00 +02:00
2024-06-23 14:36:05 +02:00
![Capture d’ écran de Seafile ](./doc/screenshots/access-logs.jpg )
2024-06-23 14:49:38 +02:00
![Capture d’ écran de Seafile ](./doc/screenshots/drive-client.png )
2024-06-23 14:36:05 +02:00
![Capture d’ écran de Seafile ](./doc/screenshots/file-history.png )
2024-06-23 14:49:38 +02:00
![Capture d’ écran de Seafile ](./doc/screenshots/file-locking.jpg )
![Capture d’ écran de Seafile ](./doc/screenshots/mobile-ios-client.jpg )
2023-01-31 22:57:06 +01:00
![Capture d’ écran de Seafile ](./doc/screenshots/sharing-dialog.png )
![Capture d’ écran de Seafile ](./doc/screenshots/sync-client.jpg )
2024-06-23 14:49:38 +02:00
![Capture d’ écran de Seafile ](./doc/screenshots/wiki_en.png )
2022-04-01 22:31:00 +02:00
## Documentations et ressources
2024-04-17 00:33:23 +02:00
- Site officiel de l’ app : < https: // www . seafile . com >
- Documentation officielle de l’ admin : < https: // manual . seafile . com >
- Dépôt de code officiel de l’ app : < https: // github . com / haiwen / seafile-server >
- YunoHost Store : < https: // apps . yunohost . org / app / seafile >
- Signaler un bug : < https: // github . com / YunoHost-Apps / seafile_ynh / issues >
2022-04-01 22:31:00 +02:00
## Informations pour les développeurs
2024-04-17 00:33:23 +02:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/seafile_ynh/tree/testing ).
2022-04-01 22:31:00 +02:00
2024-04-17 00:33:23 +02:00
Pour essayer la branche `testing` , procédez comme suit :
2022-05-28 18:35:05 +02:00
2024-04-17 00:33:23 +02:00
```bash
2022-04-01 22:31:00 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/seafile_ynh/tree/testing --debug
ou
sudo yunohost app upgrade seafile -u https://github.com/YunoHost-Apps/seafile_ynh/tree/testing --debug
```
2024-04-17 00:33:23 +02:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >