From 6a6cd83d63ef25b78ffef94a282e9fc795ebb587 Mon Sep 17 00:00:00 2001 From: emy Date: Mon, 21 Mar 2022 05:30:44 +0100 Subject: [PATCH 1/2] fixed file --- check_process | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/check_process b/check_process index 029bf63..7755f17 100644 --- a/check_process +++ b/check_process @@ -18,7 +18,6 @@ setup_private=0 setup_public=1 upgrade=1 - ; Upgrade from 0.2.1~ynh3 upgrade=1 from_commit=460048e78df8a195b1eca5994a4699079954b312 backup_restore=1 multi_instance=1 @@ -28,6 +27,5 @@ Email= Notification=none ;;; Upgrade options - ; commit=CommitHash - name=Name and date of the commit. - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&password=pass&port=666& + ; commit=460048e78df8a195b1eca5994a4699079954b312 + name=0.2.1~ynh3 From 8788a9d9ac413aecbee0de19b4154e74c129f950 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 24 Mar 2022 21:46:09 +0100 Subject: [PATCH 2/2] smtp configured --- conf/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/config.yaml b/conf/config.yaml index d3eccd7..094440a 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -372,12 +372,12 @@ oidc-scopes: # If this is not set, smtp will not be used to send emails, and you can ignore the other settings. # Examples: ["mail.example.org", "localhost"] # Default: "" -smtp-host: "" +smtp-host: "localhost" # Int. Port to use to connect to the smtp server. # Examples: [] # Default: 0 -smtp-port: 0 +smtp-port: 25 # String. Username to use when authenticating with the smtp server. # This should have been provided to you by your smtp host. @@ -395,7 +395,7 @@ smtp-password: "" # String. 'From' address for sent emails. # Examples: ["mail@example.org"] # Default: "" -smtp-from: "" +smtp-from: "GoToSocial@__DOMAIN__" ######################### ##### SYSLOG CONFIG #####