mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
Merge branch 'testing' of https://github.com/YunoHost-Apps/misskey_ynh into testing
This commit is contained in:
commit
25daff4570
4 changed files with 23 additions and 41 deletions
23
README.md
23
README.md
|
@ -1,7 +1,3 @@
|
|||
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
|
@ -9,38 +5,31 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Misskey for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/misskey)  
|
||||
[](https://install-app.yunohost.org/?app=misskey)
|
||||
[](https://dash.yunohost.org/appci/app/misskey)  
|
||||
[](https://install-app.yunohost.org/?app=misskey)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *This package allows you to install misskey quickly and simply on a YunoHost server.
|
||||
> *This package allows you to install Misskey quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
|
||||
## Overview
|
||||
|
||||
Microblogging platform
|
||||
|
||||
**Shipped version:** 12.81.0~ynh1
|
||||
|
||||
**Shipped version:** 12.82.0~ynh1
|
||||
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://join.misskey.page
|
||||
* Official user documentation: https://yunohost.org/apps
|
||||
|
||||
* Upstream app code repository: https://github.com/syuilo/misskey
|
||||
* Upstream app code repository: https://github.com/misskey-dev/misskey
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_misskey
|
||||
* Report a bug: https://github.com/YunoHost-Apps/misskey_ynh/issues
|
||||
|
||||
|
|
33
README_fr.md
33
README_fr.md
|
@ -1,40 +1,33 @@
|
|||
# Misskey pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/misskey)  
|
||||
[](https://install-app.yunohost.org/?app=misskey)
|
||||
[](https://dash.yunohost.org/appci/app/misskey)  
|
||||
[](https://install-app.yunohost.org/?app=misskey)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *This package allows you to install misskey quickly and simply on a YunoHost server.
|
||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||
> *Ce package vous permet d'installer Misskey 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
|
||||
|
||||
Platforme de Microblogging
|
||||
|
||||
**Version incluse:** 12.81.0~ynh1
|
||||
|
||||
**Version incluse :** 12.82.0~ynh1
|
||||
|
||||
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site official de l'app : https://join.misskey.page
|
||||
* Documentation officielle utilisateur: https://yunohost.org/apps
|
||||
|
||||
* Dépôt de code officiel de l'app: https://github.com/syuilo/misskey
|
||||
* Documentation YunoHost pour cette app: https://yunohost.org/app_misskey
|
||||
* Signaler un bug: https://github.com/YunoHost-Apps/misskey_ynh/issues
|
||||
* Site officiel de l'app : https://join.misskey.page
|
||||
* Documentation officielle utilisateur : https://yunohost.org/apps
|
||||
* Dépôt de code officiel de l'app : https://github.com/misskey-dev/misskey
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_misskey
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/misskey_ynh/issues
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
|
@ -43,8 +36,8 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
|
|||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/misskey_ynh/tree/testing --debug
|
||||
or
|
||||
ou
|
||||
sudo yunohost app upgrade misskey -u https://github.com/YunoHost-Apps/misskey_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
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/syuilo/misskey/archive/12.81.0.tar.gz
|
||||
SOURCE_SUM=7534060ef796398650ca2f105bc51024ac1cefc6b1702dafd25101e7ccc6a929
|
||||
SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.82.0.tar.gz
|
||||
SOURCE_SUM=16d9787a96ee4593c5ec97f38ad646cb348e8761781433f51897de683c063c72
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
"en": "Microblogging platform",
|
||||
"fr": "Platforme de Microblogging"
|
||||
},
|
||||
"version": "12.81.0~ynh1",
|
||||
"version": "12.82.0~ynh1",
|
||||
"url": "https://join.misskey.page/en/",
|
||||
"upstream": {
|
||||
"license": "AGPL-3.0",
|
||||
"website": "https://join.misskey.page",
|
||||
"userdoc": "https://yunohost.org/apps",
|
||||
"code": "https://github.com/syuilo/misskey"
|
||||
"code": "https://github.com/misskey-dev/misskey"
|
||||
},
|
||||
"license": "AGPL-3.0",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Add table
Reference in a new issue