mirror of
https://github.com/YunoHost-Apps/libretranslate_ynh.git
synced 2024-09-03 19:36:00 +02:00
commit
89c9bc0329
5 changed files with 5 additions and 8 deletions
|
@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
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.
|
||||
|
||||
|
||||
**Shipped version:** 1.3.11~ynh2
|
||||
**Shipped version:** 1.3.12~ynh1
|
||||
|
||||
**Demo:** https://libretranslate.com/
|
||||
|
||||
|
@ -32,7 +32,6 @@ Free and Open Source Machine Translation API, entirely self-hosted. Unlike other
|
|||
* Official app website: <https://libretranslate.com/>
|
||||
* Official admin documentation: <https://libretranslate.com/docs/>
|
||||
* Upstream app code repository: <https://github.com/LibreTranslate/LibreTranslate>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_libretranslate>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/libretranslate_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
|
|
@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
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.
|
||||
|
||||
|
||||
**Version incluse :** 1.3.11~ynh2
|
||||
**Version incluse :** 1.3.12~ynh1
|
||||
|
||||
**Démo :** https://libretranslate.com/
|
||||
|
||||
|
@ -32,7 +32,6 @@ Free and Open Source Machine Translation API, entirely self-hosted. Unlike other
|
|||
* Site officiel de l’app : <https://libretranslate.com/>
|
||||
* Documentation officielle de l’admin : <https://libretranslate.com/docs/>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/LibreTranslate/LibreTranslate>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_libretranslate>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/libretranslate_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "LibreTranslate"
|
|||
description.en = "Open Source Machine Translation API"
|
||||
description.fr = "API de traduction automatique Open Source"
|
||||
|
||||
version = "1.3.11~ynh2"
|
||||
version = "1.3.12~ynh1"
|
||||
|
||||
maintainers = [""]
|
||||
|
||||
|
@ -29,7 +29,6 @@ ram.runtime = "50M"
|
|||
[install]
|
||||
[install.domain]
|
||||
type = "domain"
|
||||
full_domain = true
|
||||
|
||||
[install.init_main_permission]
|
||||
type = "group"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# COMMON VARIABLES
|
||||
#=================================================
|
||||
|
||||
libretranslate_version="1.3.11"
|
||||
libretranslate_version="1.3.12"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
|
@ -59,7 +59,7 @@ yunohost service add $app --description="Machine Translation API" --log="/var/lo
|
|||
#=================================================
|
||||
ynh_script_progression --message="Starting a systemd service..." --weight=1
|
||||
|
||||
ynh_systemd_action --service_name="${app}" --action="start"
|
||||
ynh_systemd_action --service_name="${app}" --action="start"
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
Loading…
Add table
Reference in a new issue