mirror of
https://github.com/YunoHost-Apps/privatebin_ynh.git
synced 2024-09-03 20:15:56 +02:00
Auto-update README
This commit is contained in:
parent
73a4e69cad
commit
5cff21b58b
2 changed files with 31 additions and 21 deletions
23
README.md
23
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# PrivateBin for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/privatebin)  
|
||||
[](https://dash.yunohost.org/appci/app/privatebin)  
|
||||
[](https://install-app.yunohost.org/?app=privatebin)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -17,13 +17,14 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Minimalist pastebin where the server has zero knowledge of pasted data
|
||||
|
||||
**Shipped version:** 1.4.0~ynh1
|
||||
|
||||
**Shipped version:** 1.4.0~ynh2
|
||||
|
||||
**Demo:** https://privatebin.net/
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
|
@ -38,23 +39,25 @@ In the [update documentation](https://github.com/PrivateBin/PrivateBin/wiki/Conf
|
|||
For full compatibility with ZeroBin and to be able to decrypt old pastes, you would enable this option. However this is not recommend for new installations as it weakens the security of your PrivateBin instance.
|
||||
|
||||
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.
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://privatebin.info/
|
||||
* Official admin documentation: https://github.com/PrivateBin/PrivateBin/wiki
|
||||
* Upstream app code repository: https://github.com/PrivateBin/PrivateBin
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_privatebin
|
||||
* Report a bug: https://github.com/YunoHost-Apps/privatebin_ynh/issues
|
||||
* Official app website: <https://privatebin.info/>
|
||||
* Official admin documentation: <https://github.com/PrivateBin/PrivateBin/wiki>
|
||||
* Upstream app code repository: <https://github.com/PrivateBin/PrivateBin>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_privatebin>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/privatebin_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/privatebin_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/privatebin_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade privatebin -u https://github.com/YunoHost-Apps/privatebin_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
29
README_fr.md
29
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
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
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/privatebin)  
|
||||
[](https://dash.yunohost.org/appci/app/privatebin)  
|
||||
[](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.*
|
||||
|
@ -13,13 +17,14 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Pastebin minimaliste où le serveur n'a aucune connaissance des données copiées
|
||||
|
||||
**Version incluse :** 1.4.0~ynh1
|
||||
|
||||
**Version incluse :** 1.4.0~ynh2
|
||||
|
||||
**Démo :** https://privatebin.net/
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -34,23 +39,25 @@ Dans la [documentation de mise à jour](https://github.com/PrivateBin/PrivateBin
|
|||
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
|
||||
* 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.
|
||||
```
|
||||
|
||||
``` 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
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
Loading…
Add table
Reference in a new issue