forked from coop-cloud/gitea
chore: publish 3.0.0+1.22.2-rootless release
This commit is contained in:
parent
0bfb666dd0
commit
7fec94eaec
@ -51,7 +51,8 @@ SECRET_SECRET_KEY_VERSION=v1 # length=64
|
||||
# SMTP Mailer
|
||||
# COMPOSE_FILE="$COMPOSE_FILE:compose.smtp.yml"
|
||||
# GITEA_SMTP_MAILER_ENABLED=1
|
||||
# GITEA_MAILER_HOST=mail.gandi.net:465
|
||||
# GITEA_MAILER_ADDR=mail.gandi.net
|
||||
# GITEA_MAILER_PORT=465
|
||||
# SECRET_SMTP_PASSWORD_VERSION=v1
|
||||
|
||||
# OATH2 Options
|
||||
|
2
abra.sh
2
abra.sh
@ -1,4 +1,4 @@
|
||||
export APP_INI_VERSION=v18
|
||||
export APP_INI_VERSION=v19
|
||||
export DOCKER_SETUP_SH_VERSION=v1
|
||||
export PG_BACKUP_VERSION=v1
|
||||
|
||||
|
@ -71,11 +71,12 @@ JWT_SECRET = {{ secret "jwt_secret" }}
|
||||
[mailer]
|
||||
ENABLED = true
|
||||
FROM = {{ env "GITEA_MAILER_FROM" }}
|
||||
HOST = {{ env "GITEA_MAILER_HOST" }}
|
||||
PROTOCOL = smtps
|
||||
SMTP_ADDR = {{ env "GITEA_MAILER_ADDR" }}
|
||||
SMTP_PORT = {{ env "GITEA_MAILER_PORT" }}
|
||||
USER = {{ env "GITEA_MAILER_USER" }}
|
||||
PASSWD = {{ secret "smtp_password" }}
|
||||
MAILER_TYPE = smtp
|
||||
IS_TLS_ENABLED = true
|
||||
{{ end }}
|
||||
|
||||
{{ if eq (env "GITEA_OAUTH2_CLIENT_ENABLED") "1" }}
|
||||
|
@ -5,7 +5,8 @@ services:
|
||||
app:
|
||||
environment:
|
||||
- GITEA_MAILER_FROM
|
||||
- GITEA_MAILER_HOST
|
||||
- GITEA_MAILER_ADDR
|
||||
- GITEA_MAILER_PORT
|
||||
- GITEA_MAILER_USER
|
||||
secrets:
|
||||
- smtp_password
|
||||
|
@ -85,7 +85,7 @@ services:
|
||||
- "traefik.http.middlewares.${STACK_NAME}_cors.headers.accesscontrolalloworiginlist=https://${GITEA_CORS_ALLOW_DOMAIN}"
|
||||
- "traefik.http.middlewares.${STACK_NAME}_cors.headers.accesscontrolmaxage=100"
|
||||
- "traefik.http.middlewares.${STACK_NAME}_cors.headers.addvaryheader=true"
|
||||
- coop-cloud.${STACK_NAME}.version=2.11.0+1.22.2-rootless
|
||||
- coop-cloud.${STACK_NAME}.version=3.0.0+1.22.2-rootless
|
||||
|
||||
|
||||
networks:
|
||||
|
3
release/3.0.0+1.22.2-rootless
Normal file
3
release/3.0.0+1.22.2-rootless
Normal file
@ -0,0 +1,3 @@
|
||||
BEWARE! 🚨 This release updates to the newer Gitea SMTP settings format.
|
||||
|
||||
If you are using SMTP, you will need to split the old GITEA_MAILER_HOST into separate GITEA_MAILER_ADDR (hostname) and GITEA_MAILER_PORT settings.
|
Loading…
x
Reference in New Issue
Block a user