From 97c9b2bd5522af85a8a2c1648d7500a9573b46e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 6 Apr 2024 13:34:41 +0200 Subject: [PATCH] fix --- conf/systemd.service | 2 +- manifest.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/systemd.service b/conf/systemd.service index 18b5ea1..3830ab8 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -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__" diff --git a/manifest.toml b/manifest.toml index dd65f7f..f97c1f1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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]