1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/zerobin_ynh.git synced 2024-09-03 18:06:01 +02:00
This commit is contained in:
Éric Gaspar 2023-08-27 23:12:18 +02:00
commit 97f42decca
2 changed files with 23 additions and 15 deletions

View file

@ -6,6 +6,7 @@ It shall NOT be edited by hand.
# Zerobin for YunoHost
[![Integration level](https://dash.yunohost.org/integration/zerobin.svg)](https://dash.yunohost.org/appci/app/zerobin) ![Working status](https://ci-apps.yunohost.org/ci/badges/zerobin.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/zerobin.maintain.svg)
[![Install Zerobin with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zerobin)
*[Lire ce readme en français.](./README_fr.md)*
@ -22,8 +23,7 @@ Data is encrypted/decrypted in the browser using 256bit AES in Galois Counter mo
This is a fork of ZeroBin, originally developed by Sébastien Sauvage. It was refactored to allow easier and cleaner extensions and has now much more features than the original. It is however still fully compatible to the original ZeroBin 0.19 data storage scheme. Therefore such installations can be upgraded to this fork without loosing any data.
**Shipped version:** 1.3.5~ynh3
**Shipped version:** 1.5.2~ynh1
**Demo:** https://privatebin.net/
@ -41,6 +41,10 @@ For full compatibility with ZeroBin and to be able to decrypt old pastes, you wo
This means that we have decided to delete the directory that allows us to save the data. You can save the 'data' directory, if you want to keep your data. But you should know that this weakens the security of this application.
## :red_circle: Antifeatures
- **Replaced by another app**: Was replaced by another app. Please refer to the README.
## Documentation and resources
* Official app website: <https://privatebin.info/>

View file

@ -5,15 +5,16 @@ It shall NOT be edited by hand.
# Zerobin pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/zerobin.svg)](https://dash.yunohost.org/appci/app/zerobin) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/zerobin.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/zerobin.maintain.svg)
[![Niveau dintégration](https://dash.yunohost.org/integration/zerobin.svg)](https://dash.yunohost.org/appci/app/zerobin) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/zerobin.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/zerobin.maintain.svg)
[![Installer Zerobin avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zerobin)
*[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Zerobin 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.*
> *Ce package vous permet dinstaller Zerobin 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 d'ensemble
## Vue densemble
PrivateBin est un logiciel libre, minimaliste, qui joue le rôle de pastebin (coller-corbeille) où le serveur n'a aucune connaissance des données qu'il stocke.
@ -23,14 +24,13 @@ Ce projet est un fork de ZeroBin, développé à l'origine par Sébastien Sauvag
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.
**Version incluse :** 1.3.5~ynh3
**Version incluse :** 1.5.2~ynh1
**Démo :** https://privatebin.net/
## Captures d'écran
## Captures décran
![Capture d'écran de Zerobin](./doc/screenshots/screenshot.png)
![Capture décran de Zerobin](./doc/screenshots/screenshot.png)
## Avertissements / informations importantes
@ -42,11 +42,15 @@ Pour une compatibilité complète avec Zerobin et le déchiffrement de tous les
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.
## :red_circle: Fonctions indésirables
- **Replaced by another app**: Was replaced by another app. Please refer to the README.
## 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>
* 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>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_zerobin>
* Signaler un bug : <https://github.com/YunoHost-Apps/zerobin_ynh/issues>
@ -62,4 +66,4 @@ ou
sudo yunohost app upgrade zerobin -u https://github.com/YunoHost-Apps/zerobin_ynh/tree/testing --debug
```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>