1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zerobin_ynh.git synced 2024-09-03 18:06:01 +02:00
zerobin_ynh/README_fr.md

60 lines
2.8 KiB
Markdown
Raw Normal View History

2022-09-12 21:26:46 +02:00
<!--
2024-04-06 17:31:31 +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-09-12 21:26:46 +02:00
-->
2021-09-22 18:35:47 +02:00
# Zerobin pour YunoHost
2023-09-26 23:05:56 +02:00
[![Niveau dintégration](https://dash.yunohost.org/integration/zerobin.svg)](https://dash.yunohost.org/appci/app/zerobin) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/zerobin.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/zerobin.maintain.svg)
2021-09-22 18:35:47 +02:00
[![Installer Zerobin avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zerobin)
2024-04-06 17:31:31 +02:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2024-04-06 17:31:31 +02:00
> *Ce package vous permet dinstaller Zerobin rapidement et simplement sur un serveur YunoHost.*
> *Si vous navez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment linstaller et en profiter.*
2023-09-26 23:05:56 +02:00
## Vue densemble
2020-10-09 18:15:50 +02:00
PrivateBin est un logiciel libre, minimaliste, qui joue le rôle de pastebin (coller-corbeille) où le serveur n'a aucune connaissance des données qu'il stocke.
2020-04-14 23:17:24 +02:00
Les données sont chiffrées et déchiffrées dans le navigateur en utilisant la technologie AES 256bits en mode Galois Counter (GCM).
2020-04-14 23:33:57 +02:00
Ce projet est un fork de ZeroBin, développé à l'origine par Sébastien Sauvage. Il a été ré-écrit pour accepter plus facilement des extensions en rajoutant plus de fonctionnalités.
2020-04-14 23:49:40 +02:00
Il reste cependant compatible avec le schéma original de stockage des données Zerobin 0.19. Ainsi toutes les installations peuvent être mises à jour vers ce projet, sans perte de données.
2024-04-06 17:31:31 +02:00
**Version incluse:** 1.7.1~ynh1
**Démo:** <https://privatebin.net/>
2023-09-26 23:05:56 +02:00
## Captures décran
2023-09-26 23:05:56 +02:00
![Capture décran de Zerobin](./doc/screenshots/screenshot.png)
2024-03-19 23:13:39 +01:00
## :red_circle: Anti-fonctionnalités
2023-09-26 23:05:56 +02:00
2024-04-06 17:33:20 +02:00
- **Remplacé par une autre application **: A été remplacé par une autre application. Se référer au fichier README.
2023-09-26 23:05:56 +02:00
2021-09-22 18:35:47 +02:00
## Documentations et ressources
2024-04-06 17:31:31 +02:00
- Site officiel de lapp: <https://privatebin.info/>
- Documentation officielle de ladmin: <https://github.com/PrivateBin/PrivateBin/wiki>
- Dépôt de code officiel de lapp: <https://github.com/PrivateBin/PrivateBin>
- YunoHost Store: <https://apps.yunohost.org/app/zerobin>
- Signaler un bug: <https://github.com/YunoHost-Apps/zerobin_ynh/issues>
2020-10-09 17:41:34 +02:00
## Informations pour les développeurs
2024-04-06 17:31:31 +02:00
Merci de faire vos pull request sur la [branche `testing`](https://github.com/YunoHost-Apps/zerobin_ynh/tree/testing).
2024-04-06 17:31:31 +02:00
Pour essayer la branche `testing`, procédez comme suit:
2022-09-12 21:26:46 +02:00
2024-03-19 23:13:39 +01:00
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/zerobin_ynh/tree/testing --debug
2021-09-22 18:35:47 +02:00
ou
sudo yunohost app upgrade zerobin -u https://github.com/YunoHost-Apps/zerobin_ynh/tree/testing --debug
```
2021-09-22 18:35:47 +02:00
2024-04-06 17:31:31 +02:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>