1
0
Fork 0
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:
DDATAA 2024-03-07 15:56:16 +00:00 committed by GitHub
commit e84965d680
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 17 deletions

View file

@ -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

View file

@ -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 navez 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 lapp : <https://cryptpad.fr/>
* Documentation officielle de ladmin : <https://docs.cryptpad.fr/en/>
* Dépôt de code officiel de lapp : <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 lapp : <https://cryptpad.fr/>
- Documentation officielle de ladmin : <https://docs.cryptpad.fr/en/>
- Dépôt de code officiel de lapp : <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
@ -46,4 +46,4 @@ ou
sudo yunohost app upgrade cryptpad -u https://github.com/YunoHost-Apps/cryptpad_ynh/tree/testing --debug
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -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

View file

@ -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"]