activa emails no gitea
This commit is contained in:
parent
ec0186ac08
commit
3174460451
@ -12,6 +12,7 @@
|
|||||||
gitea_protocol: http
|
gitea_protocol: http
|
||||||
gitea_only_allow_external_registration: true
|
gitea_only_allow_external_registration: true
|
||||||
gitea_enable_captcha: false
|
gitea_enable_captcha: false
|
||||||
|
gitea_enable_notify_mail: true
|
||||||
gitea_require_signin: false
|
gitea_require_signin: false
|
||||||
gitea_show_registration_button: false
|
gitea_show_registration_button: false
|
||||||
gitea_start_ssh: true
|
gitea_start_ssh: true
|
||||||
@ -25,3 +26,9 @@
|
|||||||
SSH_LISTEN_PORT = 2222
|
SSH_LISTEN_PORT = 2222
|
||||||
SSH_USER = git
|
SSH_USER = git
|
||||||
BUILTIN_SSH_SERVER_USER = git
|
BUILTIN_SSH_SERVER_USER = git
|
||||||
|
gitea_mailer_enabled: true
|
||||||
|
gitea_mailer_protocol: smtp+starttls
|
||||||
|
gitea_mailer_smtp_addr: smtp.netureza.pt
|
||||||
|
gitea_mailer_user: '{{ smtp_username }}'
|
||||||
|
gitea_mailer_password: '{{ smtp_password }}'
|
||||||
|
gitea_mailer_from: '"git.ansol.org" <noreply@git.ansol.org>'
|
||||||
|
8
host_vars/gitea@lxd.ansol.org
Normal file
8
host_vars/gitea@lxd.ansol.org
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
$ANSIBLE_VAULT;1.1;AES256
|
||||||
|
35313130303563656537363634653234363936613936656332313061373838613331623838623936
|
||||||
|
3639633862323237393833393035623864663231356233640a363330396631643238326563303534
|
||||||
|
30616434363766613731373932313836356237633630663639616163313131613063663435643363
|
||||||
|
3434626566333235640a336231306532653163373333303238656666343538383833386337376161
|
||||||
|
32616635336333313835626330306135333637626630313330373433373463306339636165633565
|
||||||
|
34336431623234333861643837303138303563336164373930373763346134663866616463353837
|
||||||
|
313764393130663764373665333030623131
|
Loading…
Reference in New Issue
Block a user