diff --git a/README.md b/README.md
index 6a7d5d4..e828e47 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Minimalist and opinionated RSS feed reader
-**Shipped version:** 2.0.48~ynh2
+**Shipped version:** 2.0.49~ynh1
## Screenshots
@@ -29,7 +29,6 @@ Minimalist and opinionated RSS feed reader
* Official app website:
* Official admin documentation:
* Upstream app code repository:
-* YunoHost documentation for this app:
* Report a bug:
## Developer info
diff --git a/README_fr.md b/README_fr.md
index 1fe6189..adaf0f2 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Minimalist and opinionated RSS feed reader
-**Version incluse :** 2.0.48~ynh2
+**Version incluse :** 2.0.49~ynh1
## Captures d’écran
@@ -29,7 +29,6 @@ Minimalist and opinionated RSS feed reader
* Site 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 :
## Informations pour les développeurs
diff --git a/doc/ADMIN.md b/doc/ADMIN.md
index 81408ee..b2f4cf5 100644
--- a/doc/ADMIN.md
+++ b/doc/ADMIN.md
@@ -1,3 +1,3 @@
## Configuration
-You can also configure Miniflux by editing this file `/var/www/miniflux/miniflux.conf` using the [documentation](https://miniflux.app/docs/configuration.html).
\ No newline at end of file
+You can also configure Miniflux by editing this file `__INSTALL_DIR__/miniflux.conf` using the [documentation](https://miniflux.app/docs/configuration.html).
\ No newline at end of file
diff --git a/doc/ADMIN_fr.md b/doc/ADMIN_fr.md
index bb4d9d9..8203a1f 100644
--- a/doc/ADMIN_fr.md
+++ b/doc/ADMIN_fr.md
@@ -1,3 +1 @@
-## Configuration
-
-Vous pouvez configurer Miniflux en modifiant le fichier `/var/www/miniflux/miniflux.conf` en vous aidant de la [documentation](https://miniflux.app/docs/configuration.html).
\ No newline at end of file
+Vous pouvez configurer Miniflux en modifiant le fichier `__INSTALL_DIR__/miniflux.conf` en vous aidant de la [documentation](https://miniflux.app/docs/configuration.html).
\ No newline at end of file
diff --git a/manifest.toml b/manifest.toml
index 4a315e7..8ebaffe 100644
--- a/manifest.toml
+++ b/manifest.toml
@@ -5,7 +5,7 @@ name = "Miniflux"
description.en = "Minimalist and opinionated RSS feed reader"
description.fr = "Agrégateur de flux RSS minimaliste"
-version = "2.0.48~ynh2"
+version = "2.0.49~ynh1"
maintainers = ["eric_G"]
@@ -53,12 +53,12 @@ ram.runtime = "50M"
extract = false
rename = "miniflux"
- arm64.url = "https://github.com/miniflux/v2/releases/download/2.0.48/miniflux-linux-arm64"
- arm64.sha256 = "5dc44544fb7b08ed389d05841a53563f35442b5b5515bc4a97e9a9a782ecad1b"
- amd64.url = "https://github.com/miniflux/v2/releases/download/2.0.48/miniflux-linux-amd64"
- amd64.sha256 = "c9bd207ac53046961f114d8cecb9fdf6af98b0aa1f828ba045463f58807edc1f"
- armhf.url = "https://github.com/miniflux/v2/releases/download/2.0.48/miniflux-linux-armv7"
- armhf.sha256 = "048333a71e2cdc61c4163acf904e5b7d2415553f6dfcb7622b14eddf6da6c4c2"
+ arm64.url = "https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-linux-arm64"
+ arm64.sha256 = "6dcfd11a5c9ce615add3b89594c19a7b965465e4bbd3759f60673e489dc45cbe"
+ amd64.url = "https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-linux-amd64"
+ amd64.sha256 = "1535c7fc4a3e5a89df6959dc0750e22f89a038037eee2ba377fcc2b69ee82e17"
+ armhf.url = "https://github.com/miniflux/v2/releases/download/2.0.49/miniflux-linux-armv7"
+ armhf.sha256 = "be7092cfc751d22cfc18e1e567cb59ae213770acf46fe7b992fa64306d5b6666"
autoupdate.strategy = "latest_github_release"
autoupdate.asset.amd64 = "^miniflux-linux-amd64$"
autoupdate.asset.arm64 = "^miniflux-linux-arm64$"