mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 14:24:25 +00:00
Add mail and user definded config options for GoToSocial
This commit is contained in:
parent
83463c9f27
commit
2403c17fbd
2 changed files with 8 additions and 1 deletions
|
@ -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 #
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue