1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/privatebin_ynh.git synced 2024-09-03 20:15:56 +02:00
privatebin_ynh/README_fr.md

50 lines
2.2 KiB
Markdown
Raw Normal View History

2022-07-28 21:27:59 +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.
-->
# PrivateBin pour YunoHost
[![Niveau dintégration](https://dash.yunohost.org/integration/privatebin.svg)](https://dash.yunohost.org/appci/app/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)
[![Installer PrivateBin avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=privatebin)
2021-10-03 19:31:17 +02:00
*[Read this readme in english.](./README.md)*
> *Ce package vous permet dinstaller PrivateBin 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.*
## Vue densemble
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
2023-12-17 14:37:36 +01:00
**Version incluse :** 1.6.2~ynh2
2021-10-03 19:31:17 +02:00
**Démo :** https://privatebin.net/
## Captures décran
![Capture décran de PrivateBin](./doc/screenshots/bootstrap.png)
2021-10-03 19:31:17 +02:00
## Documentations et ressources
* 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>
2023-12-05 07:40:46 +01:00
* YunoHost Store: <https://apps.yunohost.org/app/privatebin>
2022-07-28 21:27:59 +02:00
* Signaler un bug : <https://github.com/YunoHost-Apps/privatebin_ynh/issues>
2020-10-13 17:56:48 +02:00
## Informations pour les développeurs
2021-10-03 19:31:17 +02:00
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/privatebin_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
2022-07-28 21:27:59 +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
```
2021-10-03 19:31:17 +02:00
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>