mirror of
https://github.com/YunoHost-Apps/privatebin_ynh.git
synced 2024-09-03 20:15:56 +02:00
ca739e6d16
* Allow pastes to be seen in private * upgrade to PHP7.3 * Update README_fr.md * Small fixes * Typo * ZeroBin -> PrivateBin * Small typos * rename common.sh * Typo * Fix linter warnings * Fix linter warnings * Update README_fr.md * Update backup * Update manifest.json * Update manifest.json * Set badge in SVG * Set badge to SVG * Enh testing (#3) * New permissions * Update check_process * Update change_url * Update change_url * Update manifest.json * Upgrade to version 1.3.5 * Fix links * [autopatch] Update issue and PR templates (#8) Co-authored-by: Yunohost-Bot <> * Add templates * Update check_process * cleaning up * Add templates * Auto-update README * Update DISCLAIMER_fr.md * Auto-update README * cleaning up * Auto-update README * 4.3 * Update restore * 1.4.0 (#10) * 1.4.0 * Auto-update README Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: maniack <maniack@maniack-fixe> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: Yunohost-Bot <> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
56 lines
No EOL
3.1 KiB
Markdown
56 lines
No EOL
3.1 KiB
Markdown
# PrivateBin pour YunoHost
|
||
|
||
[![Niveau d'intégration](https://dash.yunohost.org/integration/privatebin.svg)](https://dash.yunohost.org/appci/app/privatebin) ![](https://ci-apps.yunohost.org/ci/badges/privatebin.status.svg) ![](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)*
|
||
*[Lire ce readme en français.](./README_fr.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
|
||
|
||
**Version incluse :** 1.4.0~ynh1
|
||
|
||
**Démo :** https://privatebin.net/
|
||
|
||
## Captures d'écran
|
||
|
||
![](./doc/screenshots/bootstrap.png)
|
||
|
||
## Avertissements / informations importantes
|
||
|
||
## Informations additionnelles
|
||
|
||
Les données sont chiffrées et déchiffrées dans le navigateur en utilisant la technologie AES 256bits en mode Galois Counter (GCM).
|
||
|
||
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. 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.
|
||
|
||
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.
|
||
## 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
|
||
* Documentation YunoHost pour cette app : https://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.
|
||
```
|
||
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 |