chore: update hi-events template to version 1.9.0-beta and add smtp mail configuration (#911)

This commit is contained in:
Nicolás Carvajal
2026-07-07 14:42:42 -05:00
committed by GitHub
parent 5bbc380f36
commit a3d1efad02
3 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
services:
all-in-one:
image: daveearley/hi.events-all-in-one:v0.8.0-beta.1
image: daveearley/hi.events-all-in-one:v1.9.0-beta
restart: always
environment:
- VITE_FRONTEND_URL=https://${DOMAIN}
@@ -20,6 +20,8 @@ services:
- MAIL_MAILER
- MAIL_HOST
- MAIL_PORT
- MAIL_USERNAME
- MAIL_PASSWORD
- MAIL_FROM_ADDRESS
- MAIL_FROM_NAME
depends_on:

View File

@@ -16,6 +16,8 @@ env = [
"MAIL_MAILER=",
"MAIL_HOST=",
"MAIL_PORT=",
"MAIL_USERNAME=",
"MAIL_PASSWORD=",
"MAIL_FROM_ADDRESS=",
"MAIL_FROM_NAME=",
]

View File

@@ -3111,7 +3111,7 @@
{
"id": "hi-events",
"name": "Hi.events",
"version": "0.8.0-beta.1",
"version": "1.9.0-beta",
"description": "Hi.Events is a self-hosted event management and ticket selling platform that allows you to create, manage and promote events easily.",
"logo": "hi-events.svg",
"links": {