diff --git a/conf/systemd.service b/conf/systemd.service index b2b50fb..07fff0d 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -6,6 +6,7 @@ After=network.target postgresql.service redis-server.service Type=simple Environment=NODE_ENV=production Environment=NODE_CONFIG_DIR=__FINALPATH__/config +Environment="__YNH_NODE_LOAD_PATH__" User=__APP__ Group=__APP__ ExecStart=__YNH_NODE__ __FINALPATH__/dist/server diff --git a/manifest.json b/manifest.json index 7f0891d..dbd69db 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Video streaming platform using P2P directly in the web browser, connected to a federated network", "fr": "Plateforme de diffusion vidéo par P2P directement dans le navigateur, et connectée à un réseau fédéralisé" }, - "version": "3.3.0~ynh2", + "version": "3.3.0~ynh3", "url": "https://github.com/Chocobozzz/PeerTube", "upstream": { "license": "AGPL-3.0-only",