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 2024-04-06 13:34:41 +02:00
parent efe434f0d2
commit 97c9b2bd55
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ After=syslog.target network.target
Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
WorkingDirectory=__INSTALL_DIR__/dist
#Environment=ETHERPAD_PRODUCTION=true
Environment="NODE_ENV=production"
#Environment="__YNH_NODE_LOAD_PATH__"

View file

@ -13,7 +13,7 @@ maintainers = ["eric_G"]
license = "Apache-2.0"
website = "https://etherpad.org/"
demo = "https://video.etherpad.com/"
admindoc = "http://etherpad.org/doc/v1.9.3"
admindoc = "http://etherpad.org/doc/v2.0.1"
code = "https://github.com/ether/etherpad-lite"
[integration]