mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
Merge pull request #201 from YunoHost-Apps/ci-auto-update-v5.22.10
This commit is contained in:
commit
de92a1e962
6 changed files with 16 additions and 8 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Publishing, memberships, subscriptions and newsletters platform
|
||||
|
||||
**Shipped version:** 5.21.0~ynh1
|
||||
**Shipped version:** 5.22.10~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
@ -47,6 +47,10 @@ Publishing, memberships, subscriptions and newsletters platform
|
|||
|
||||
2. After installation create an **admin account** by visiting `https://domain.tld/ghost/ghost`. If you choose to name your Ghost instance "blog" during YunoHost setup process, then it would be `https://domain.tld/blog/ghost`. This will allow you to continue to setup your admin account and configure your settings.
|
||||
|
||||
## :red_circle: Antifeatures
|
||||
|
||||
- **Arbitrary limitations**: Features arbitrary limitations. Please refer to the README.
|
||||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://ghost.org/>
|
||||
|
|
|
@ -17,7 +17,7 @@ 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 :** 5.21.0~ynh1
|
||||
**Version incluse :** 5.22.10~ynh1
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
@ -46,6 +46,10 @@ Plateforme d'édition, d'adhésions, d'abonnements et de newsletters
|
|||
`sudo yunohost installer l'application https://github.com/YunoHost-Apps/ghost_ynh`
|
||||
|
||||
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.
|
||||
## :red_circle: Fonctions indésirables
|
||||
|
||||
- **Arbitrary limitations**: Features arbitrary limitations. Please refer to the README.
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : <https://ghost.org/>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v5.21.0.zip
|
||||
SOURCE_URL=https://github.com/TryGhost/Admin/archive/refs/tags/v5.22.10.zip
|
||||
SOURCE_SUM=d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://api.github.com/repos/TryGhost/Ghost/zipball/v5.21.0
|
||||
SOURCE_SUM=179f4762c78ce8247936e7acc2f8e2be6598af0b2d71202cbde8115eb0079103
|
||||
SOURCE_URL=https://api.github.com/repos/TryGhost/Ghost/zipball/v5.22.10
|
||||
SOURCE_SUM=4ce9c2867d7b35118d5e87c74748764d89ba3bc8af650199936efb67739ac7d1
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/TryGhost/Casper/archive/refs/tags/v5.3.2.zip
|
||||
SOURCE_SUM=af5e49c5d8efa48afd320b7d2b910cb58ef034a8c200a8e87aac391618bdc128
|
||||
SOURCE_URL=https://github.com/TryGhost/Casper/archive/refs/tags/v5.4.1.zip
|
||||
SOURCE_SUM=88d7d887a40c671c36011ec19f5fbacc7e640b961fd7f02bc24032355212d0ea
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Publishing, memberships, subscriptions and newsletters platform",
|
||||
"fr": "Plateforme d'édition, d'adhésions, d'abonnements et de newsletters"
|
||||
},
|
||||
"version": "5.21.0~ynh1",
|
||||
"version": "5.22.10~ynh1",
|
||||
"url": "https://ghost.org/",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Add table
Reference in a new issue