chore: update Tolgee to latest version and fix SMTP config typo (#432)

* chore: update Tolgee to latest version and fix SMTP config typo

* Update docker-compose.yml

* Update docker-compose.yml

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
This commit is contained in:
Kamil Dzieniszewski
2025-12-14 06:48:57 +01:00
committed by GitHub
parent c59fbf0f36
commit 30ecc96168
3 changed files with 5 additions and 4 deletions

View File

@@ -1,8 +1,9 @@
version: "3"
services:
app:
image: tolgee/tolgee:v3.80.4
image: tolgee/tolgee:latest
volumes:
- ./data:/data
- ./config.yaml:/config.yaml
@@ -22,3 +23,4 @@ services:
TOLGEE_SMTP_PORT: ${TOLGEE_SMTP_PORT}
TOLGEE_SMTP_SSL_ENABLED: ${TOLGEE_SMTP_SSL_ENABLED}
TOLGEE_SMTP_USERNAME: ${TOLGEE_SMTP_USERNAME}

View File

@@ -11,7 +11,6 @@ port = 8_080
host = "${main_domain}"
[config.env]
TOLGEE_HOST = "${main_domain}"
TOLGEE_AUTHENTICATION_ENABLED = "true"
TOLGEE_AUTHENTICATION_INITIAL_PASSWORD = "admin"
TOLGEE_AUTHENTICATION_INITIAL_USERNAME = "admin"
@@ -19,7 +18,7 @@ TOLGEE_AUTHENTICATION_JWT_SECRET = "${jwt_secret}"
TOLGEE_MACHINE_TRANSLATION_GOOGLE_API_KEY = "my_google_api_key"
TOLGEE_SMTP_AUTH = "true"
TOLGEE_SMTP_FROM = "Tolgee <no-reply@mydomain.com>"
TOLGEE_SMTPHOST = "email-smtp.regional-region.amazonaws.com"
TOLGEE_SMTP_HOST = "email-smtp.regional-region.amazonaws.com"
TOLGEE_SMTP_PASSWORD = "omg/my/password"
TOLGEE_SMTP_PORT = "465"
TOLGEE_SMTP_SSL_ENABLED = "true"

View File

@@ -5386,7 +5386,7 @@
{
"id": "tolgee",
"name": "Tolgee",
"version": "v3.80.4",
"version": "latest",
"description": "Developer & translator friendly web-based localization platform",
"logo": "tolgee.svg",
"links": {