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

69 lines
3.5 KiB
Markdown
Raw Normal View History

2022-09-12 21:26:46 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2021-09-22 18:35:47 +02:00
# Zerobin pour YunoHost
2023-10-31 15:42:42 +01: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)
2021-09-22 18:35:47 +02:00
*[Read this readme in english.](./README.md)*
2023-10-31 15:42:42 +01:00
> *Ce package vous permet dinstaller Zerobin rapidement et simplement sur un serveur YunoHost.
Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
2023-10-31 15:42:42 +01: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.
2023-10-31 15:42:42 +01:00
**Version incluse :** 1.3.5~ynh3
2021-09-22 18:35:47 +02:00
**Démo :** https://privatebin.net/
2023-10-31 15:42:42 +01:00
## Captures décran
2023-10-31 15:42:42 +01:00
![Capture décran de Zerobin](./doc/screenshots/screenshot.png)
2021-09-22 18:35:47 +02:00
## Avertissements / informations importantes
## Informations additionnelles
2022-09-12 21:26:46 +02:00
Dans la [documentation de mise à jour](https://github.com/PrivateBin/PrivateBin/wiki/Configuration#zerobincompatibility) de PrivateBin, il est précisé que :
Pour une compatibilité complète avec Zerobin et le déchiffrement de tous les vieux "paste", vous devriez activer cette option. Cependant, ce n'est pas recommandé pour les nouvelles installations car cela affaiblit la sécurité de votre instance PrivateBin.
Ceci signifie que nous avons décidé de supprimer ce répertoire pour permettre la sécurisation des données. Vous pouvez sauvegarder le répertoire 'data', si vous voulez conservez vos données. Mais vous devriez savoir que cela réduit la sécurité de votre application.
2023-10-31 15:42:42 +01:00
## :red_circle: Fonctions indésirables
- **Replaced by another app**: Was replaced by another app. Please refer to the README.
2021-09-22 18:35:47 +02:00
## Documentations et ressources
2023-10-31 15:42:42 +01: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>
2022-09-12 21:26:46 +02:00
* Signaler un bug : <https://github.com/YunoHost-Apps/zerobin_ynh/issues>
2020-10-09 17:41:34 +02:00
## Informations pour les développeurs
2021-09-22 18:35:47 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/zerobin_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-09-12 21:26:46 +02: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
2023-10-31 15:42:42 +01:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>