From 2bc1adaad0fdffca1a376835bd52475aa6de1df2 Mon Sep 17 00:00:00 2001 From: parrot Date: Sun, 23 May 2021 09:55:49 +0530 Subject: [PATCH] Updated to version 21.05.21 --- README.md | 39 ++++++++++++++++++++------------------- check_process | 12 ++++++------ conf/app.src | 4 ++-- conf/app_addons.src | 4 ++-- manifest.json | 4 ++-- 5 files changed, 32 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index cdb6542..02acbfa 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,8 @@ [![Install Zap with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=zap) -> *This package allow you to install ZAP quickly and simply on a YunoHost server. -If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* - +> _This package allow you to install ZAP quickly and simply on a YunoHost server. +> If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it._ ## Overview @@ -14,7 +13,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to Compatible with **Mastodon**, **Pleroma**, **Pixelfed**, **Friendica**, **Hubzilla**, **Funkwhale**, **Peertube**, **Plume**, **WriteFreely** and many, many more. -**Shipped version:** 21.03.02 +**Shipped version:** 21.05.21 ## Unique Features of ZAP @@ -27,19 +26,20 @@ Compatible with **Mastodon**, **Pleroma**, **Pixelfed**, **Friendica**, **Hubzil - **Extend** : Change or upgrade your software functionality as desired by installing additional features from addons and- the free app collection. ## This app claims following features: -- [X] Ldap integration -- [X] Multi-instance -- [X] Adeed php.log in the root folder for debugging php, with logrotate applied on it (can be accesssed by **admin->logs** and entering the **php.log**). -- [X] Fail2ban -- [X] Option to choose between **Mysql** and **PostgreSQL**. + +- [x] Ldap integration +- [x] Multi-instance +- [x] Adeed php.log in the root folder for debugging php, with logrotate applied on it (can be accesssed by **admin->logs** and entering the **php.log**). +- [x] Fail2ban +- [x] Option to choose between **Mysql** and **PostgreSQL**. ## Installation + Before installing, read the [Zap installation instructions](https://codeberg.org/zot/zap/src/branch/release/install/INSTALL.txt) for important information about: - ### Register a new domain and add it to YunoHost -- Zap requires a dedicated domain, so obtain one and add it using the YunoHost admin panel. **Domains -> Add domain**. As Zap uses the full domain and is installed on the root, you can create a subdomain such as Zap.domain.tld. Don't forget to update your DNS if you manage them manually. +- Zap requires a dedicated domain, so obtain one and add it using the YunoHost admin panel. **Domains -> Add domain**. As Zap uses the full domain and is installed on the root, you can create a subdomain such as Zap.domain.tld. Don't forget to update your DNS if you manage them manually. ## Ldap Admin user rights, logs and failed database updates @@ -49,21 +49,21 @@ Before installing, read the [Zap installation instructions](https://codeberg.org - **Failing to get admin rights :** If the admin cannot access the admin settings at `https://zap.example.com/admin` or you want to grant admin rights to any other user(s) on the hub, then you have to **manually add 4096** to the **account_roles** under **accounts** for that user in the **database through phpMYAdmin**. -- **For logs :** Go to **admin->logs** and enter the file name **php.log**. +- **For logs :** Go to **admin->logs** and enter the file name **php.log**. -- **Failed Database after Upgrade :** Some times databse upgrade fails after version upgrade. You can go to hub eg. `https://zap.example.com/admin/dbsync/` and check the numbers of failled update. These updates will have to be ran manually by **phpMYAdmin**. +- **Failed Database after Upgrade :** Some times databse upgrade fails after version upgrade. You can go to hub eg. `https://zap.example.com/admin/dbsync/` and check the numbers of failled update. These updates will have to be ran manually by **phpMYAdmin**. #### Supported architectures -* x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/Zap%20%28Official%29.svg)](https://ci-apps.yunohost.org/ci/apps/zap/) -* ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/Zap%20%28Official%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/zap/) +- x86-64 - [![Build Status](https://ci-apps.yunohost.org/ci/logs/Zap%20%28Official%29.svg)](https://ci-apps.yunohost.org/ci/apps/zap/) +- ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/Zap%20%28Official%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/zap/) ## Links - * YunoHost project: https://yunohost.org - * Zap website: https://zotlabs.com/zap/ - * Zap code on codeberg: https://codeberg.org/zot/zap - * Zap addons on codeberg: https://codeberg.org/zot/zap-addons +- YunoHost project: https://yunohost.org +- Zap website: https://zotlabs.com/zap/ +- Zap code on codeberg: https://codeberg.org/zot/zap +- Zap addons on codeberg: https://codeberg.org/zot/zap-addons --- @@ -72,6 +72,7 @@ Before installing, read the [Zap installation instructions](https://codeberg.org 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. + ``` sudo yunohost app install https://github.com/YunoHost-Apps/zap_ynh/tree/testing --debug or diff --git a/check_process b/check_process index dc40a1b..219f897 100644 --- a/check_process +++ b/check_process @@ -5,10 +5,10 @@ ;; Test complet ; Manifest - domain="domain.tld" (DOMAIN) - admin="john" (USER) + domain="domain.tld" + admin="john" upload="256M" - database="1" (STRING) + database="1" ; Checks pkg_linter=1 setup_sub_dir=0 @@ -17,11 +17,11 @@ setup_private=0 setup_public=1 upgrade=1 - #upgrade=1 from_commit=ef4779f60af6bb83a521eeb93c47de61dc6d758a + upgrade=1 from_commit=c8575c645eb5802cd99cf63dfede2ddba124582b backup_restore=1 multi_instance=1 port_already_use=0 change_url=0 ;;; Options -Email=anmol@datamol.org -Notification=change +Email= +Notification= diff --git a/conf/app.src b/conf/app.src index e7fe09c..62ad1f9 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://codeberg.org/zot/zap/archive/4a62de088cc36027d6b1cb99c01eee12a18c3ce9.tar.gz -SOURCE_SUM=03ae2135792ce58823a44c216a75b14c0539fd9732d4520814db472405bdd6b0 +SOURCE_URL=https://codeberg.org/zot/zap/archive/7d77d277d90dbb0b99c3680d1dc956323120e0d5.tar.gz +SOURCE_SUM=0e3e932514c877aad5a2bbc31703143c0df22d097a01a952505bbbca3976fd50 SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR= SOURCE_FILENAME= diff --git a/conf/app_addons.src b/conf/app_addons.src index 1e8346c..230603b 100644 --- a/conf/app_addons.src +++ b/conf/app_addons.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://codeberg.org/zot/zap-addons/archive/756560a51d600b52447c810929cea88d717e95fc.tar.gz -SOURCE_SUM=99af572f730293687129f67d22a6576cc93751d808b5371af110fb836ef345d1 +SOURCE_URL=https://codeberg.org/zot/zap-addons/archive/096e7619f091652b3abdabd6f85141fb49c3f268.tar.gz +SOURCE_SUM=1c8c205f2811fed809bce71a97fdd8723096030473be1162766d8772c56f1511 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR= diff --git a/manifest.json b/manifest.json index 4fc2238..bc99930 100644 --- a/manifest.json +++ b/manifest.json @@ -5,11 +5,11 @@ "description": { "en": "A fediverse server." }, - "version": "21.03.02~ynh1", + "version": "21.05.21~ynh1", "url": "https://zotlabs.com/zap/", "license": "MIT", "maintainer": { - "name": "Anmol Sharma" + "name": "" }, "requirements": { "yunohost": ">= 4.0.0"