From 2403c17fbd09b07b13e08566dd6a71b802366376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Mon, 10 Apr 2023 00:16:59 +0200 Subject: [PATCH] Add mail and user definded config options for GoToSocial --- docs/services/gotosocial.md | 7 +++++++ requirements.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/services/gotosocial.md b/docs/services/gotosocial.md index 3558709..c3371fc 100644 --- a/docs/services/gotosocial.md +++ b/docs/services/gotosocial.md @@ -29,6 +29,13 @@ gotosocial_hostname: 'social.example.org' # https://docs.gotosocial.org/installation_guide/advanced/#can-i-host-my-instance-at-fediexampleorg-but-have-just-exampleorg-in-my-username # gotosocial_account_domain: "example.org" +# Uncomment and adjust the following lines to enable GTS to send emails (reports, notifications, password resets etc..) +# Check out https://docs.gotosocial.org/en/latest/configuration/smtp/ for a configuration reference +# gotosocial_smtp_host: 'smtp.example.org' +# gotosocial_smtp_username: ggotosocial@example.org +# gotosocial_smtp_password: yourpassword +# gotosocial_smtp_from: ggotosocial@example.org + ######################################################################## # # # /gotosocial # diff --git a/requirements.yml b/requirements.yml index 98f070b..ce4d4c3 100644 --- a/requirements.yml +++ b/requirements.yml @@ -60,7 +60,7 @@ version: v1.19.0-1 name: gitea - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gotosocial.git - version: v0.8.0-0 + version: v0.8.0-1 name: gotosocial - src: git+https://gitlab.com/etke.cc/roles/grafana.git version: v9.4.7-1