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

51 lines
2.3 KiB
Markdown
Raw Permalink Normal View History

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
-->
# PrivateBin pour YunoHost
[![Niveau dinté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)
[![Installer PrivateBin avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=privatebin)
2024-05-01 02:08:47 +02:00
*[Lire le README dans d'autres langues.](./ALL_README.md)*
2024-05-01 02:08:47 +02:00
> *Ce package vous permet dinstaller PrivateBin 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.*
## 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
**Version incluse:** 1.7.4~ynh1
2024-05-01 02:08:47 +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
2024-05-01 02:08:47 +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/privatebin>
- Signaler un bug: <https://github.com/YunoHost-Apps/privatebin_ynh/issues>
2020-10-13 17:56:48 +02:00
## Informations pour les développeurs
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).
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
```
2021-10-03 19:31:17 +02:00
2024-05-01 02:08:47 +02:00
**Plus dinfos sur le packaging dapplications:** <https://yunohost.org/packaging_apps>