1
0
Fork 0
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:
Éric Gaspar 2023-11-09 10:45:31 +01:00
parent 2ed9d5a340
commit 1052835a44
2 changed files with 3 additions and 0 deletions

View file

@ -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]

View file

@ -60,6 +60,7 @@ ram.runtime = "2G"
[resources.system_user]
allow_ssh = true
allow_email = true
[resources.ports]
main.default = 6000