diff --git a/conf/nginx.conf b/conf/nginx.conf index a4c4d1f..3d920d6 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,6 @@ #root_path_only location / { #sub_path_only location __PATH__ { + # Standard nginx configuration proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; @@ -7,7 +8,7 @@ proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_pass http://localhost:__PORT____PATH__; + proxy_pass http://127.0.0.1:__PORT____PATH__; # Include SSOWAT user panel. include conf.d/yunohost_panel.conf.inc; diff --git a/conf/systemd.service b/conf/systemd.service index 695dca6..5580662 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=Small description of the service +Description=Simply Translate: translation engine Web interface After=network.target [Service] diff --git a/doc/DESCRIPTION.id.md b/doc/DESCRIPTION.id.md deleted file mode 100644 index af6ef4f..0000000 --- a/doc/DESCRIPTION.id.md +++ /dev/null @@ -1 +0,0 @@ -Antarmuka penerjemahan untuk berbagai mesin penerjemahan, ada DeepL, Reverso, ICIBA, Google Translate, dan LibreTranslate (bisa diubah peladen LibreTranslate mana yang mau dipakai). diff --git a/doc/DESCRIPTION_fr.md b/doc/DESCRIPTION_fr.md new file mode 100644 index 0000000..4428655 --- /dev/null +++ b/doc/DESCRIPTION_fr.md @@ -0,0 +1 @@ +L'interface du moteur SimplyTranslate, que vous pouvez utiliser pour la traduction de nombreux moteurs de traduction, comprend les moteurs DeepL, Reverso, ICIBA, Google Translate et LibreTranslate (dont l'instance de récupération de LibreTranslate peut être configurée). \ No newline at end of file diff --git a/manifest.toml b/manifest.toml index b32b58a..99a94a4 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,8 +2,9 @@ packaging_format = 2 id = "simplytranslate" name = "Simply Translate" -description.en = "Web interface for many translation engine: DeepL, Reverso, ICIBA, Google Translate, and LibreTranslate." -description.id = "Antarmuka web mesin penerjemahan: DeepL; Reverso; ICIBA; Google Translate; dan LibreTranslate." +description.en = "Web interface for many translation engine" +description.fr = "Interface Web pour de nombreux moteurs de traduction" +description.id = "Antarmuka web mesin penerjemahan" version = "2023.4.9~ynh2" @@ -15,7 +16,7 @@ website = "https://simple-web.org/projects/simplytranslate.html" code = "https://codeberg.org/SimpleWeb/SimplyTranslate-Web" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false