mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Merge pull request #160 from YunoHost-Apps/ci-auto-update-v5.2.1
Upgrade to version 5.2.1
This commit is contained in:
commit
c43c8185d0
4 changed files with 30 additions and 28 deletions
23
README.md
23
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Ghost for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/ghost)  
|
||||
[](https://dash.yunohost.org/appci/app/ghost)  
|
||||
[](https://install-app.yunohost.org/?app=ghost)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -17,13 +17,11 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Publishing, memberships, subscriptions and newsletters platform
|
||||
|
||||
**Shipped version:** 4.48.0~ynh1
|
||||
|
||||
|
||||
**Shipped version:** 5.2.1~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
|
@ -51,21 +49,22 @@ Publishing, memberships, subscriptions and newsletters platform
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://ghost.org/
|
||||
* Official admin documentation: https://ghost.org/help/
|
||||
* Upstream app code repository: https://github.com/TryGhost/Ghost
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_ghost
|
||||
* Report a bug: https://github.com/YunoHost-Apps/ghost_ynh/issues
|
||||
* Official app website: <https://ghost.org/>
|
||||
* Official admin documentation: <https://ghost.org/help/>
|
||||
* Upstream app code repository: <https://github.com/TryGhost/Ghost>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_ghost>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/ghost_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/ghost_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade ghost -u https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
29
README_fr.md
29
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
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.
|
||||
-->
|
||||
|
||||
# Ghost pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/ghost)  
|
||||
[](https://dash.yunohost.org/appci/app/ghost)  
|
||||
[](https://install-app.yunohost.org/?app=ghost)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Ghost 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.*
|
||||
|
@ -13,13 +17,11 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Plateforme d'édition, d'adhésions, d'abonnements et de newsletters
|
||||
|
||||
**Version incluse :** 4.48.0~ynh1
|
||||
|
||||
|
||||
**Version incluse :** 5.2.1~ynh1
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -46,21 +48,22 @@ Plateforme d'édition, d'adhésions, d'abonnements et de newsletters
|
|||
2. Après l'installation, créez un **compte administrateur** en visitant `https://domain.tld/ghost/ghost`. Si vous choisissez de nommer votre instance Ghost "blog" pendant le processus d'installation de YunoHost, alors ce sera "https://domain.tld/blog/ghost". Cela vous permettra de continuer à configurer votre compte administrateur et à configurer vos paramètres.
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://ghost.org/
|
||||
* Documentation officielle de l'admin : https://ghost.org/help/
|
||||
* Dépôt de code officiel de l'app : https://github.com/TryGhost/Ghost
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_ghost
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/ghost_ynh/issues
|
||||
* Site officiel de l'app : <https://ghost.org/>
|
||||
* Documentation officielle de l'admin : <https://ghost.org/help/>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/TryGhost/Ghost>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_ghost>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/ghost_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/ghost_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade ghost -u https://github.com/YunoHost-Apps/ghost_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/TryGhost/Admin/archive/refs/tags/v4.48.0.zip
|
||||
SOURCE_SUM=54e8bf3f07dfbc227274cb5e465051a83823110b84270d2a182cce65eccac989
|
||||
SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v5.2.1.zip
|
||||
SOURCE_SUM=ec9f78c647375e61fae2fba22536397fd54da1721318a39b56dfb1fbd20d828f
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Publishing, memberships, subscriptions and newsletters platform",
|
||||
"fr": "Plateforme d'édition, d'adhésions, d'abonnements et de newsletters"
|
||||
},
|
||||
"version": "4.48.0~ynh1",
|
||||
"version": "5.2.1~ynh1",
|
||||
"url": "https://ghost.org/",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Add table
Reference in a new issue