From 8c7ffc5592f3ceae96654385b7bef0ad9f181388 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 6 Sep 2021 13:49:11 +0200 Subject: [PATCH] Fix --- doc/DISCLAIMER.md | 6 +++--- manifest.json | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index dd90a68..c84aadc 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -6,7 +6,7 @@ Before installing, read the [Zap installation instructions](https://codeberg.org - 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 +## LDAP Admin user rights, logs and failed database updates - **For admin rights**: When installation is complete, you will need to visit your new hub's page and login with the **admin account username** which was entered at the time of installation process. You should then be able to create your first channel and have the **admin rights** for the hub. @@ -14,6 +14,6 @@ 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**. diff --git a/manifest.json b/manifest.json index 3066134..6f16f65 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,8 @@ "id": "zap", "packaging_format": 1, "description": { - "en": "A fediverse server" + "en": "Ethical fediverse server alternative", + "fr": "serveur fedverse éthique" }, "version": "21.10.21~ynh1", "url": "https://zotlabs.com/zap/",