2022-07-28 21:27:59 +02:00
<!--
2024-05-01 02:08:47 +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-07-28 21:27:59 +02:00
-->
2020-04-14 23:13:34 +02:00
# PrivateBin pour YunoHost
2024-07-09 22:32:37 +02:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/privatebin.svg )](https://ci-apps.yunohost.org/ci/apps/privatebin/) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/privatebin.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/privatebin.maintain.svg )
2023-02-24 00:39:00 +01:00
2021-02-05 23:27:28 +01:00
[![Installer PrivateBin avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=privatebin)
2020-04-14 23:13:34 +02:00
2024-05-01 02:08:47 +02:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2020-04-14 23:13:34 +02:00
2024-05-01 02:08:47 +02:00
> *Ce package vous permet d’ installer PrivateBin 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.*
2020-04-14 23:13:34 +02:00
2023-02-24 00:39:00 +01:00
## Vue d’ ensemble
2020-04-14 23:13:34 +02:00
2023-07-09 09:52:49 +02:00
Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées. Les données sont chiffrées et déchiffrées dans le navigateur en utilisant la technologie AES 256bits en mode Galois Counter (GCM).
2022-09-12 21:28:26 +02:00
2022-07-28 21:27:59 +02:00
2024-07-09 22:32:37 +02:00
**Version incluse :** 1.7.4~ynh1
2020-04-14 23:13:34 +02:00
2024-05-01 02:08:47 +02:00
**Démo :** < https: / / privatebin . net / >
2020-04-14 23:13:34 +02:00
2023-02-24 00:39:00 +01:00
## Captures d’ écran
2020-04-14 23:13:34 +02:00
2023-02-24 00:39:00 +01:00
![Capture d’ écran de PrivateBin ](./doc/screenshots/bootstrap.png )
2020-04-14 23:13:34 +02:00
2021-10-03 19:31:17 +02:00
## Documentations et ressources
2020-04-14 23:13:34 +02:00
2024-05-01 02:08:47 +02:00
- Site officiel de l’ app : < https: // privatebin . info />
- Documentation officielle de l’ admin : < https: // github . com / PrivateBin / PrivateBin / wiki >
- Dépôt de code officiel de l’ app : < https: // github . com / PrivateBin / PrivateBin >
- YunoHost Store : < https: // apps . yunohost . org / app / privatebin >
- Signaler un bug : < https: // github . com / YunoHost-Apps / privatebin_ynh / issues >
2020-04-14 23:13:34 +02:00
2020-10-13 17:56:48 +02:00
## Informations pour les développeurs
2020-04-14 23:13:34 +02:00
2024-05-01 02:08:47 +02:00
Merci de faire vos pull request sur la [branche `testing` ](https://github.com/YunoHost-Apps/privatebin_ynh/tree/testing ).
2020-04-14 23:13:34 +02:00
2024-05-01 02:08:47 +02:00
Pour essayer la branche `testing` , procédez comme suit :
2022-07-28 21:27:59 +02:00
2024-05-01 02:08:47 +02:00
```bash
2020-10-13 17:56:48 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/privatebin_ynh/tree/testing --debug
2020-12-14 08:34:32 +01:00
ou
2020-10-13 17:56:48 +02:00
sudo yunohost app upgrade privatebin -u https://github.com/YunoHost-Apps/privatebin_ynh/tree/testing --debug
2020-04-14 23:13:34 +02:00
```
2021-10-03 19:31:17 +02:00
2024-05-01 02:08:47 +02:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >