mirror of
https://github.com/YunoHost-Apps/streams_ynh.git
synced 2024-09-03 20:26:20 +02:00
Fix
This commit is contained in:
parent
ff8ec4b78a
commit
8c7ffc5592
2 changed files with 5 additions and 4 deletions
|
@ -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**.
|
||||
|
|
|
@ -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/",
|
||||
|
|
Loading…
Add table
Reference in a new issue