diff --git a/README.md b/README.md index d3e68a0..ad1864e 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Kiwix is an offline reader for online content like Wikipedia, Project Gutenberg, - Able to deal with one ZIM file or XML library files -**Shipped version:** 3.5.0~ynh2 +**Shipped version:** 3.5.0~ynh3 **Demo:** http://library.kiwix.org/ diff --git a/README_fr.md b/README_fr.md index bd4c33f..2c02e16 100644 --- a/README_fr.md +++ b/README_fr.md @@ -26,7 +26,7 @@ Kiwix est un lecteur hors-ligne pour contenus web qui permet en particulier d’ - Embedded in Kiwix UI - Capable de traiter un fichier ZIM ou des fichiers de bibliothèque XML -**Version incluse :** 3.5.0~ynh2 +**Version incluse :** 3.5.0~ynh3 **Démo :** http://library.kiwix.org/ diff --git a/conf/nginx.conf b/conf/nginx.conf index 5eb63ca..24004e1 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,10 +4,10 @@ location __PATH__/ { proxy_pass http://127.0.0.1:__PORT____PATH__/; proxy_redirect off; proxy_pass_header Server; - proxy_set_header Host $http_host; + proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Host $http_host; + proxy_set_header X-Forwarded-Host $host; proxy_http_version 1.1; proxy_pass_request_headers on; diff --git a/manifest.toml b/manifest.toml index b3877a9..8ebfde3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Kiwix" description.en = "Sharing Web content with people without Internet access" description.fr = "Partager du contenu Web avec des personnes sans accès à Internet" -version = "3.5.0~ynh2" +version = "3.5.0~ynh3" maintainers = ["eric_G"] @@ -17,8 +17,8 @@ admindoc = "https://wiki.kiwix.org/wiki/Kiwix-serve/" code = "https://github.com/kiwix/kiwix-tools" [integration] -yunohost = ">= 11.1.20" -architectures = ["amd64", "armhf"] +yunohost = ">= 11.2" +architectures = ["amd64", "armhf", "arm64"] multi_instance = true ldap = false sso = false @@ -41,6 +41,8 @@ ram.runtime = "50M" amd64.sha256 = "110d4b00b0c6aa3fa6982c3f3cc5d4143af90caa935b1e23e0ecd80680f269e8" armhf.url = "https://download.kiwix.org/release/kiwix-tools/kiwix-tools_linux-armhf-3.5.0.tar.gz" armhf.sha256 = "41242099546401250268fee9bf48c43c2217b0a1d14efb1b90ae15bafcf05bcc" + arm64.url = "https://download.kiwix.org/release/kiwix-tools/kiwix-tools_linux-aarch64-3.5.0.tar.gz" + arm64.sha256 = "2a5c88bba79ff8b253138bbd960c40c0588a13a9e52b6a41cd979c0940f7d72c" [resources.ports]