diff --git a/README.md b/README.md
index c2424c1..7743d0b 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# Zap for YunoHost
-[](https://dash.yunohost.org/appci/app/zap)  
+[](https://dash.yunohost.org/appci/app/zap)  
[](https://install-app.yunohost.org/?app=zap)
*[Lire ce readme en français.](./README_fr.md)*
@@ -31,9 +31,6 @@ Compatible with **Mastodon**, **Pleroma**, **Pixelfed**, **Friendica**, **Hubzil
**Shipped version:** 21.11.28~ynh1
-
-
-
## Disclaimers / important information
## Installation
@@ -58,20 +55,21 @@ Before installing, read the [Zap installation instructions](https://codeberg.org
## Documentation and resources
-* Official app website: https://zotlabs.com/zap/
-* Upstream app code repository: https://codeberg.org/zot/zap
-* YunoHost documentation for this app: https://yunohost.org/app_zap
-* Report a bug: https://github.com/YunoHost-Apps/zap_ynh/issues
+* Official app website:
+* Upstream app code repository:
+* YunoHost documentation for this app:
+* Report a bug:
## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/zap_ynh/tree/testing).
To try the testing branch, please proceed like that.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/zap_ynh/tree/testing --debug
or
sudo yunohost app upgrade zap -u https://github.com/YunoHost-Apps/zap_ynh/tree/testing --debug
```
-**More info regarding app packaging:** https://yunohost.org/packaging_apps
\ No newline at end of file
+**More info regarding app packaging:**
diff --git a/README_fr.md b/README_fr.md
index 952986b..82a2845 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -1,10 +1,14 @@
+
+
# Zap pour YunoHost
-[](https://dash.yunohost.org/appci/app/zap)  
+[](https://dash.yunohost.org/appci/app/zap)  
[](https://install-app.yunohost.org/?app=zap)
*[Read this readme in english.](./README.md)*
-*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer Zap 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.*
@@ -27,9 +31,6 @@ Compatible with **Mastodon**, **Pleroma**, **Pixelfed**, **Friendica**, **Hubzil
**Version incluse :** 21.11.28~ynh1
-
-
-
## Avertissements / informations importantes
## Installation
@@ -54,20 +55,21 @@ Before installing, read the [Zap installation instructions](https://codeberg.org
## Documentations et ressources
-* Site officiel de l'app : https://zotlabs.com/zap/
-* Dépôt de code officiel de l'app : https://codeberg.org/zot/zap
-* Documentation YunoHost pour cette app : https://yunohost.org/app_zap
-* Signaler un bug : https://github.com/YunoHost-Apps/zap_ynh/issues
+* Site officiel de l'app :
+* Dépôt de code officiel de l'app :
+* Documentation YunoHost pour cette app :
+* Signaler un bug :
## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/zap_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit.
-```
+
+``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/zap_ynh/tree/testing --debug
ou
sudo yunohost app upgrade zap -u https://github.com/YunoHost-Apps/zap_ynh/tree/testing --debug
```
-**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
\ No newline at end of file
+**Plus d'infos sur le packaging d'applications :**
diff --git a/check_process b/check_process
index 6fca7dd..b89514a 100644
--- a/check_process
+++ b/check_process
@@ -12,7 +12,6 @@
setup_private=0
setup_public=1
upgrade=1
- upgrade=1 from_commit=c8575c645eb5802cd99cf63dfede2ddba124582b
backup_restore=1
multi_instance=1
change_url=0
diff --git a/conf/app.src b/conf/app.src
index ca8a4e4..4da06e6 100644
--- a/conf/app.src
+++ b/conf/app.src
@@ -1,3 +1,3 @@
-SOURCE_URL=https://codeberg.org/zot/zap/archive/078714b9dde991d02f8cce1183ce357d96405558.tar.gz
+SOURCE_URL=https://codeberg.org/zot-archive/zap/archive/078714b9dde991d02f8cce1183ce357d96405558.tar.gz
SOURCE_SUM=6159da945fe504bffe23f80d299bfe3e146a9d9df76412f5bea6d1d415516d34
SOURCE_FORMAT=tar.gz
diff --git a/conf/app_addons.src b/conf/app_addons.src
index 5c526c5..1ea3fd7 100644
--- a/conf/app_addons.src
+++ b/conf/app_addons.src
@@ -1,4 +1,4 @@
-SOURCE_URL=https://codeberg.org/zot/zap-addons/archive/b2ddcc67735fb413f14efcc9c49780469b8b61cf.tar.gz
+SOURCE_URL=https://codeberg.org/zot-archive/zap-addons/archive/b2ddcc67735fb413f14efcc9c49780469b8b61cf.tar.gz
SOURCE_SUM=009f5047096fdbe3becaebfb7ac3ee34d7efd3f4f891e3a645484a7e406598a1
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
diff --git a/manifest.json b/manifest.json
index a2e6806..69d8860 100644
--- a/manifest.json
+++ b/manifest.json
@@ -18,12 +18,12 @@
"name": ""
},
"requirements": {
- "yunohost": ">= 4.3.0"
+ "yunohost": ">= 11.0.9"
},
"multi_instance": true,
"services": [
"nginx",
- "php7.3-fpm",
+ "php7.4-fpm",
"mysql",
"postgresql"
],
diff --git a/scripts/_common.sh b/scripts/_common.sh
index c654c01..c630efa 100644
--- a/scripts/_common.sh
+++ b/scripts/_common.sh
@@ -5,7 +5,7 @@
#=================================================
# dependencies used by the app
-YNH_PHP_VERSION="7.3"
+YNH_PHP_VERSION="7.4"
pkg_dependencies="postgresql postgresql-contrib php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-cli php${YNH_PHP_VERSION}-imagick php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-pgsql php${YNH_PHP_VERSION}-mysql php${YNH_PHP_VERSION}-json php${YNH_PHP_VERSION}-gd"
diff --git a/scripts/install b/scripts/install
index 114ece7..68b0f3c 100755
--- a/scripts/install
+++ b/scripts/install
@@ -83,8 +83,7 @@ ynh_script_progression --message="Setting up Zap source files..."
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
# Download, check integrity, uncompress and patch the source from app.src
-git clone https://codeberg.org/zot/zap.git "$final_path" --quiet
-
+git clone https://codeberg.org/zot-archive/zap.git "$final_path" --quiet
# 2 - Zap Addons
@@ -94,7 +93,7 @@ ynh_script_progression --message="Setting up Zap addons source files..."
pushd "$final_path"
mkdir -p extend/addon/zaddons
mkdir addon
- git clone https://codeberg.org/zot/zap-addons.git $final_path/extend/addon/zaddons --quiet
+ git clone https://codeberg.org/zot-archive/zap-addons.git $final_path/extend/addon/zaddons --quiet
filelist=(`ls extend/addon/zaddons`)
cd addon
for a in "${filelist[@]}" ; do