Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion blueprints/hi-events/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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}
Expand All @@ -20,6 +20,8 @@ services:
- MAIL_MAILER
- MAIL_HOST
- MAIL_PORT
- MAIL_USERNAME
- MAIL_PASSWORD
- MAIL_FROM_ADDRESS
- MAIL_FROM_NAME
depends_on:
Expand Down
2 changes: 2 additions & 0 deletions blueprints/hi-events/template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ env = [
"MAIL_MAILER=",
"MAIL_HOST=",
"MAIL_PORT=",
"MAIL_USERNAME=",
"MAIL_PASSWORD=",
"MAIL_FROM_ADDRESS=",
"MAIL_FROM_NAME=",
]
Expand Down
2 changes: 1 addition & 1 deletion meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2957,7 +2957,7 @@
{
"id": "hi-events",
"name": "Hi.events",
"version": "0.8.0-beta.1",
"version": "1.9.0-beta",
Comment thread
ncarvajalc marked this conversation as resolved.
"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": {
Expand Down
Loading