Compare commits
5 Commits
2.0.0+2024
...
3.0.0+2024
| Author | SHA1 | Date | |
|---|---|---|---|
| 86f63e65c3 | |||
| 60f0f8ba73 | |||
| 7b5a6979f2 | |||
| f95b2e687d | |||
| 1437715364 |
@ -10,7 +10,7 @@ steps:
|
|||||||
from_secret: drone_abra-bot_token
|
from_secret: drone_abra-bot_token
|
||||||
fork: true
|
fork: true
|
||||||
repositories:
|
repositories:
|
||||||
- coop-cloud/auto-recipes-catalogue-json
|
- toolshed/auto-recipes-catalogue-json
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
event: tag
|
event: tag
|
||||||
|
|||||||
@ -31,6 +31,9 @@ TRAEFIK_STACK_NAME=traefik_example_com
|
|||||||
# OPTIONAL SETTINGS #
|
# OPTIONAL SETTINGS #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
|
# Uncomment this to reënable STARTTLS, although beware the health warnings here: https://nostarttls.secvuln.info/
|
||||||
|
#PORTS=25,80,443,465,993,995,4190,110,143,587
|
||||||
|
|
||||||
# Name of the instance, displayed in the web UI
|
# Name of the instance, displayed in the web UI
|
||||||
SITENAME=mymail
|
SITENAME=mymail
|
||||||
|
|
||||||
|
|||||||
@ -51,6 +51,7 @@ x-environment:
|
|||||||
- WELCOME_BODY
|
- WELCOME_BODY
|
||||||
- WELCOME_SUBJECT
|
- WELCOME_SUBJECT
|
||||||
- TZ
|
- TZ
|
||||||
|
- PORTS
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
@ -95,7 +96,7 @@ services:
|
|||||||
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
|
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
|
||||||
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
|
||||||
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
|
||||||
- "coop-cloud.${STACK_NAME}.version=2.0.0+2024.06.27"
|
- "coop-cloud.${STACK_NAME}.version=3.0.0+2024.06.27"
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: redis:7.4.1-alpine
|
image: redis:7.4.1-alpine
|
||||||
|
|||||||
3
release/3.0.0+2024.06.27
Normal file
3
release/3.0.0+2024.06.27
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
ALERTA! 🚨 Mailu has dropped support for STARTTLS by default – see details here: https://mailu.io/2024.06/releases.html#starttls-ports-disabled-by-default
|
||||||
|
|
||||||
|
If you are relying on STARTTLS, e.g. SMTP port 587, please copy the example `PORTS` variable from `~/.abra/recipes/mailu/.env.example` BEFORE deploying.
|
||||||
Reference in New Issue
Block a user