mirror of
https://github.com/YunoHost-Apps/privatebin_ynh.git
synced 2024-09-03 20:15:56 +02:00
5f6073b524
* Auto-update README * 1.5.1 * Auto-update README * Php (#18) * Update _common.sh * Auto-update README * add config panel * fix * Update config_panel.toml Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Upgrade auto-updater (#20) * [autopatch] Upgrade auto-updater * Auto-update README --------- Co-authored-by: tituspijean <titus@pijean.ovh> * Version 2 (#21) * v2 * v2 * Auto-update README * Update upgrade --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Update manifest.toml * Auto-update README * cleaning * Auto-update README * cleaning * Delete ADMIN.md * Auto-update README * Update DESCRIPTION_fr.md * Auto-update README * Update manifest.toml * Update manifest.toml * 1.6.0 * Auto-update README * Upgrade to v1.6.2 (#25) * Update manifest.toml * Update manifest.toml * Auto-update README * Update manifest.toml * Update manifest.toml * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: tituspijean <titus@pijean.ovh>
50 lines
No EOL
2.2 KiB
Markdown
50 lines
No EOL
2.2 KiB
Markdown
<!--
|
||
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 d’inté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)
|
||
|
||
*[Read this readme in english.](./README.md)*
|
||
|
||
> *Ce package vous permet d’installer PrivateBin rapidement et simplement sur un serveur YunoHost.
|
||
Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
|
||
|
||
## Vue d’ensemble
|
||
|
||
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).
|
||
|
||
|
||
**Version incluse :** 1.7.0~ynh1
|
||
|
||
**Démo :** https://privatebin.net/
|
||
|
||
## Captures d’écran
|
||
|
||
![Capture d’écran de PrivateBin](./doc/screenshots/bootstrap.png)
|
||
|
||
## Documentations et ressources
|
||
|
||
* 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>
|
||
|
||
## Informations pour les développeurs
|
||
|
||
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.
|
||
|
||
``` bash
|
||
sudo yunohost app install https://github.com/YunoHost-Apps/privatebin_ynh/tree/testing --debug
|
||
ou
|
||
sudo yunohost app upgrade privatebin -u https://github.com/YunoHost-Apps/privatebin_ynh/tree/testing --debug
|
||
```
|
||
|
||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps> |