1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libretranslate_ynh.git synced 2024-09-03 19:36:00 +02:00

Merge pull request #18 from YunoHost-Apps/testing

Testing
This commit is contained in:
Thomas 2023-10-03 21:09:44 +02:00 committed by GitHub
commit 89c9bc0329
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 8 deletions

View file

@ -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

View file

@ -19,7 +19,7 @@ Si vous navez 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 lapp : <https://libretranslate.com/>
* Documentation officielle de ladmin : <https://libretranslate.com/docs/>
* Dépôt de code officiel de lapp : <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

View file

@ -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"

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
libretranslate_version="1.3.11"
libretranslate_version="1.3.12"
#=================================================
# PERSONAL HELPERS

View file

@ -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