mirror of
https://github.com/YunoHost-Apps/cryptpad_ynh.git
synced 2024-09-03 18:26:14 +02:00
Merge pull request #211 from YunoHost-Apps/fix-node-path-only
Fix node path only
This commit is contained in:
commit
e84965d680
4 changed files with 17 additions and 17 deletions
14
README.md
14
README.md
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
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.
|
||||
-->
|
||||
|
||||
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
CryptPad is a collaboration suite that is end-to-end-encrypted and open-source. It is built to enable collaboration, synchronizing changes to documents in real time. Because all data is encrypted, the service and its administrators have no way of seeing the content being edited and stored.
|
||||
|
||||
**Shipped version:** 5.3.0~ynh1
|
||||
**Shipped version:** 5.3.0~ynh2
|
||||
|
||||
**Demo:** https://cryptpad.fr/
|
||||
|
||||
|
@ -28,11 +28,11 @@ CryptPad is a collaboration suite that is end-to-end-encrypted and open-source.
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://cryptpad.fr/>
|
||||
* Official admin documentation: <https://docs.cryptpad.fr/en/>
|
||||
* Upstream app code repository: <https://github.com/xwiki-labs/cryptpad>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/cryptpad>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/cryptpad_ynh/issues>
|
||||
- Official app website: <https://cryptpad.fr/>
|
||||
- Official admin documentation: <https://docs.cryptpad.fr/en/>
|
||||
- Upstream app code repository: <https://github.com/xwiki-labs/cryptpad>
|
||||
- YunoHost Store: <https://apps.yunohost.org/app/cryptpad>
|
||||
- Report a bug: <https://github.com/YunoHost-Apps/cryptpad_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
|
|
14
README_fr.md
14
README_fr.md
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
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.
|
||||
-->
|
||||
|
||||
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
CryptPad est une suite de collaboration chiffrée de bout en bout et open source. Il est conçu pour permettre la collaboration, en synchronisant les modifications apportées aux documents en temps réel. Étant donné que toutes les données sont chiffrées, le service et ses administrateurs n'ont aucun moyen de voir le contenu modifié et stocké.
|
||||
|
||||
**Version incluse :** 5.3.0~ynh1
|
||||
**Version incluse :** 5.3.0~ynh2
|
||||
|
||||
**Démo :** https://cryptpad.fr/
|
||||
|
||||
|
@ -28,11 +28,11 @@ CryptPad est une suite de collaboration chiffrée de bout en bout et open source
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://cryptpad.fr/>
|
||||
* Documentation officielle de l’admin : <https://docs.cryptpad.fr/en/>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/xwiki-labs/cryptpad>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/cryptpad>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/cryptpad_ynh/issues>
|
||||
- Site officiel de l’app : <https://cryptpad.fr/>
|
||||
- Documentation officielle de l’admin : <https://docs.cryptpad.fr/en/>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/xwiki-labs/cryptpad>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/cryptpad>
|
||||
- Signaler un bug : <https://github.com/YunoHost-Apps/cryptpad_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Type=simple
|
|||
User=__APP__
|
||||
Group=__APP__
|
||||
WorkingDirectory=__INSTALL_DIR__
|
||||
Environment=PATH=__ENV_PATH__
|
||||
Environment=PATH=__YNH_NODE_LOAD_PATH__
|
||||
Environment=NODE_ENV=production
|
||||
ExecStart=__YNH_NPM__ start
|
||||
Restart=always
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "CryptPad"
|
|||
description.en = "Zero Knowledge realtime collaborative office suite"
|
||||
description.fr = "Suite bureautique chiffrée pour la collaboration en temps réel"
|
||||
|
||||
version = "5.3.0~ynh1"
|
||||
version = "5.3.0~ynh2"
|
||||
|
||||
maintainers = ["ddataa"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue