Add some scripts and fix small issues

This commit is contained in:
Tobias Reisinger 2023-06-03 03:35:37 +02:00
parent 0e26052058
commit b286596765
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
5 changed files with 32 additions and 3 deletions

View file

@ -36,7 +36,7 @@ GITEA__service__NO_REPLY_ADDRESS="discard.msrg.cc"
GITEA__webhook__DELIVER_TIMEOUT="60"
GITEA__mailer__ENABLED="true"
GITEA__mailer__PROTOCOL="smtp+startls"
GITEA__mailer__PROTOCOL="smtp+starttls"
GITEA__mailer__SMTP_ADDR="mail.serguzim.me"
GITEA__mailer__SMTP_PORT="587"
GITEA__mailer__FROM="Gitea <git@serguzim.me>"

View file

@ -2,7 +2,7 @@ version: "3"
services:
server:
image: gitea/gitea:1.18
image: gitea/gitea:1.19
container_name: gitea
labels:
com.centurylinklabs.watchtower.enable: true