1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_ynh.git synced 2024-09-03 18:36:10 +02:00
This commit is contained in:
Éric Gaspar 2022-06-25 10:23:00 +02:00
parent 90ecbdb805
commit 6312112b79
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 3 additions and 2 deletions

View file

@ -9,7 +9,8 @@ Group=__APP__
WorkingDirectory=__FINALPATH__/ WorkingDirectory=__FINALPATH__/
Environment="NODE_ENV=production" Environment="NODE_ENV=production"
Environment="__YNH_NODE_LOAD_PATH__" Environment="__YNH_NODE_LOAD_PATH__"
ExecStart=__FINALPATH__/src/bin/run.sh ExecStart=__YNH_NODE__ __FINALPATH__/src/node/server.js
#ExecStart=__FINALPATH__/src/bin/run.sh
Restart=always Restart=always
# Sandboxing options to harden security # Sandboxing options to harden security

View file

@ -12,7 +12,7 @@
"license": "Apache-2.0", "license": "Apache-2.0",
"website": "https://etherpad.org/", "website": "https://etherpad.org/",
"demo": "https://video.etherpad.com/", "demo": "https://video.etherpad.com/",
"admindoc": "http://etherpad.org/doc/v1.8.17", "admindoc": "http://etherpad.org/doc/v1.8.18",
"code": "https://github.com/ether/etherpad-lite" "code": "https://github.com/ether/etherpad-lite"
}, },
"license": "Apache-2.0", "license": "Apache-2.0",