Fix #180: Letsencrypt import not working

Letsencrypt certificate import procedure was not working on server that had never installed Prosody.
Adding `prosody_user` in the Prosody configuration file to fix this.
Updating the procedure: the `chown` is no more needed in `/etc/letsencrypt/renewal-hooks/deploy/prosody.sh`.
This commit is contained in:
John Livingston
2023-06-08 10:22:43 +02:00
parent 083b075445
commit 8f66ea4032
6 changed files with 10 additions and 7 deletions

View File

@ -1,7 +1,7 @@
{
"name": "peertube-plugin-livechat",
"description": "PeerTube plugin livechat: offers a way to embed a chat system into Peertube.",
"version": "7.0.1",
"version": "7.0.2",
"license": "AGPL-3.0",
"author": {
"name": "John Livingston",