diff --git a/README.md b/README.md
index 22bc536..303e829 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,8 @@ It shall NOT be edited by hand.
# ifconfig-io for YunoHost
-[](https://dash.yunohost.org/appci/app/ifconfig-io)  
+[](https://dash.yunohost.org/appci/app/ifconfig-io)  
+
[](https://install-app.yunohost.org/?app=ifconfig-io)
*[Lire ce readme en français.](./README_fr.md)*
@@ -22,7 +23,7 @@ I used the gin framework as it does several things to ensure that there are no m
Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms.
-**Shipped version:** 2022.12.16~ynh1
+**Shipped version:** 2023.03.26~ynh1
**Demo:** https://ifconfig.io
## Documentation and resources
diff --git a/README_fr.md b/README_fr.md
index 0ae080d..54241cd 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -5,15 +5,16 @@ It shall NOT be edited by hand.
# ifconfig-io pour YunoHost
-[](https://dash.yunohost.org/appci/app/ifconfig-io)  
+[](https://dash.yunohost.org/appci/app/ifconfig-io)  
+
[](https://install-app.yunohost.org/?app=ifconfig-io)
*[Read this readme in english.](./README.md)*
-> *Ce package vous permet d'installer ifconfig-io rapidement et simplement sur un serveur YunoHost.
-Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
+> *Ce package vous permet d’installer ifconfig-io rapidement et simplement sur un serveur YunoHost.
+Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.*
-## Vue d'ensemble
+## Vue d’ensemble
Inspired by ifconfig.me, but designed for pure speed. A single server can do 18,000 requests per seconds while only consuming 50megs of ram.
@@ -22,15 +23,15 @@ I used the gin framework as it does several things to ensure that there are no m
Tested to handle 15,000 requests persecond on modest hardware with an average response time of 130ms.
-**Version incluse :** 2022.12.16~ynh1
+**Version incluse :** 2023.03.26~ynh1
**Démo :** https://ifconfig.io
## Documentations et ressources
-* Site officiel de l'app :
+* Site officiel de l’app :
* Documentation officielle utilisateur :
-* Documentation officielle de l'admin :
-* Dépôt de code officiel de l'app :
+* Documentation officielle de l’admin :
+* Dépôt de code officiel de l’app :
* Documentation YunoHost pour cette app :
* Signaler un bug :
@@ -46,4 +47,4 @@ ou
sudo yunohost app upgrade ifconfig-io -u https://github.com/YunoHost-Apps/ifconfig-io_ynh/tree/testing --debug
```
-**Plus d'infos sur le packaging d'applications :**
+**Plus d’infos sur le packaging d’applications :**
\ No newline at end of file
diff --git a/check_process b/check_process
index 1c3174d..ce9d843 100644
--- a/check_process
+++ b/check_process
@@ -15,8 +15,8 @@
setup_private=0
setup_public=1
upgrade=1
- # 2022.01.05~ynh3
- upgrade=1 from_commit=4980c6868671f1aef796d890b77d43ec7ecbf25f
+ # 2022.12.16~ynh1
+ upgrade=1 from_commit=cbfc1c97552baf502de72232d7467d9f168e4749
backup_restore=1
multi_instance=1
port_already_use=0
@@ -25,6 +25,6 @@
Email=
Notification=none
;;; Upgrade options
- ; commit=4980c6868671f1aef796d890b77d43ec7ecbf25f
- name=2022.01.05~ynh3
+ ; commit=cbfc1c97552baf502de72232d7467d9f168e4749
+ name=2022.12.26~ynh1
manifest_arg=domain=DOMAIN&path=PATH
diff --git a/conf/app.src b/conf/app.src
index 9f9f787..5adedd3 100644
--- a/conf/app.src
+++ b/conf/app.src
@@ -1,5 +1,5 @@
-SOURCE_URL=https://github.com/georgyo/ifconfig.io/archive/c2d3e4302166573003ce8ace4042f4a977133c31.tar.gz
-SOURCE_SUM=6a51296513c890b8f13726a730aff16f2a7426ed583f18e285d27ddbc904d7ff
+SOURCE_URL=https://github.com/georgyo/ifconfig.io/archive/3feb4d428dfa7881c60849b16167beccc73994e8.tar.gz
+SOURCE_SUM=b1144fc5c394ae2bda5a2d0bf3cdf7586e863187b833ed5a9265fbd62a81f7fe
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
diff --git a/conf/systemd.service b/conf/systemd.service
index 2048f92..1bf330b 100644
--- a/conf/systemd.service
+++ b/conf/systemd.service
@@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
Environment=PORT=__PORT__
-Environment=HOSTNAME=__DOMAIN__
+Environment=HOSTNAME=https://__DOMAIN____PATH_URL__
Environment=GIN_MODE=release
Environment=FORWARD_IP_HEADER=X-Forwarded-For
Environment="__YNH_GO_LOAD_PATH__"
diff --git a/manifest.json b/manifest.json
index 0b8caca..1825e02 100644
--- a/manifest.json
+++ b/manifest.json
@@ -5,7 +5,7 @@
"description": {
"en": "IP API service to get their public IP address."
},
- "version": "2022.12.16~ynh1",
+ "version": "2023.03.26~ynh1",
"url": "https://github.com/georgyo/ifconfig.io/",
"upstream": {
"license": "MIT",