Upgrade Gitea 1.18.0
Requires some config changes for the mailer.
This commit is contained in:
@@ -39,10 +39,12 @@ COOKIE_SECURE = true
|
||||
|
||||
[mailer]
|
||||
ENABLED = true
|
||||
HOST = <%= @smtp_host %>
|
||||
FROM = gitea@kosmos.org
|
||||
PROTOCOL = smtp+startls
|
||||
SMTP_ADDR = <%= @smtp_addr %>
|
||||
SMTP_PORT = <%= @smtp_port %>
|
||||
USER = <%= @smtp_user %>
|
||||
PASSWD = <%= @smtp_password %>
|
||||
FROM = gitea@kosmos.org
|
||||
|
||||
[security]
|
||||
INTERNAL_TOKEN = <%= @internal_token %>
|
||||
|
||||
Reference in New Issue
Block a user