chore(libretranslate): fixed version + logo update

This commit is contained in:
Nicolas Meienberger 2022-09-10 12:01:34 +02:00
parent cd7573e418
commit 235cb3629d
3 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@
"name": "LibreTranslate",
"available": true,
"exposable": true,
"port": 8106,
"port": 8121,
"id": "libretranslate",
"tipi_version": 1,
"version": "latest",
"version": "v1.2.9",
"categories": ["utilities"],
"description": "Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library.",
"short_desc": "Free and Open Source Machine Translation API. 100% self-hosted, offline capable and easy to setup.",

View File

@ -2,7 +2,7 @@ version: "3.7"
services:
libretranslate:
container_name: libretranslate
image: libretranslate/libretranslate:latest
image: libretranslate/libretranslate:v1.2.9
dns:
- ${DNS_IP}
ports:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 20 KiB