mirror of
https://github.com/YunoHost-Apps/forgejo_ynh.git
synced 2024-09-03 18:36:26 +02:00
add email user password
This commit is contained in:
parent
2ed9d5a340
commit
1052835a44
2 changed files with 3 additions and 0 deletions
|
@ -36,6 +36,8 @@ ENABLED = true
|
|||
SMTP_ADDR = localhost
|
||||
SMTP_PORT = 25
|
||||
FROM = "Forgejo" <forgejo-noreply@__DOMAIN__>
|
||||
USER = __APP__
|
||||
PASSWD = __MAIL_PWD__
|
||||
FORCE_TRUST_SERVER_CERT = true
|
||||
|
||||
[service]
|
||||
|
|
|
@ -60,6 +60,7 @@ ram.runtime = "2G"
|
|||
|
||||
[resources.system_user]
|
||||
allow_ssh = true
|
||||
allow_email = true
|
||||
|
||||
[resources.ports]
|
||||
main.default = 6000
|
||||
|
|
Loading…
Reference in a new issue