mirror of
https://github.com/YunoHost-Apps/streams_ynh.git
synced 2024-09-03 20:26:20 +02:00
commit
d34b16074c
3 changed files with 21 additions and 14 deletions
10
README.md
10
README.md
|
@ -5,7 +5,8 @@ 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)*
|
||||
|
@ -53,10 +54,13 @@ Before installing, read the [Zap installation instructions](https://codeberg.org
|
|||
|
||||
- **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**.
|
||||
|
||||
## :red_circle: Antifeatures
|
||||
|
||||
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://zotlabs.com/zap/>
|
||||
* Upstream app code repository: <https://codeberg.org/zot/zap>
|
||||
* Upstream app code repository: <https://codeberg.org/zot-archive/zap>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_zap>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/zap_ynh/issues>
|
||||
|
||||
|
|
18
README_fr.md
18
README_fr.md
|
@ -5,15 +5,16 @@ It shall NOT be edited by hand.
|
|||
|
||||
# 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)*
|
||||
|
||||
> *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.*
|
||||
> *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.*
|
||||
|
||||
## Vue d'ensemble
|
||||
## Vue d’ensemble
|
||||
|
||||
[Zap](https://zotlabs.com/zap/) is an an ethical alternative to Fediverse that provides powerful features for creating interconnected websites featuring a decentralized identity, communications, and permissions framework built using common webserver technology.
|
||||
|
||||
|
@ -53,10 +54,13 @@ Before installing, read the [Zap installation instructions](https://codeberg.org
|
|||
|
||||
- **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**.
|
||||
|
||||
## :red_circle: Fonctions indésirables
|
||||
|
||||
- **Upstream not maintained**: This software is not maintained anymore. Expect it to break down over time, be exposed to unfixed security breaches, etc.
|
||||
|
||||
## 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>
|
||||
* Dépôt de code officiel de l’app : <https://codeberg.org/zot-archive/zap>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_zap>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/zap_ynh/issues>
|
||||
|
||||
|
@ -72,4 +76,4 @@ 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>
|
||||
**Plus d’infos sur le packaging d’applications :** <https://yunohost.org/packaging_apps>
|
|
@ -7,18 +7,17 @@
|
|||
"fr": "serveur fedverse éthique"
|
||||
},
|
||||
"version": "21.11.28~ynh1",
|
||||
"url": "https://zotlabs.com/zap/",
|
||||
"url": "https://codeberg.org/zot-archive/zap",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
"website": "https://zotlabs.com/zap/",
|
||||
"code": "https://codeberg.org/zot/zap"
|
||||
"code": "https://codeberg.org/zot-archive/zap"
|
||||
},
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
"name": ""
|
||||
},
|
||||
"requirements": {
|
||||
"yunohost": ">= 11.0.9"
|
||||
"yunohost": ">= 11.1.21"
|
||||
},
|
||||
"multi_instance": true,
|
||||
"services": [
|
||||
|
|
Loading…
Add table
Reference in a new issue