1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

Merge pull request #315 from YunoHost-Apps/testing

Testing
This commit is contained in:
Alexandre Aubin 2024-04-07 18:39:28 +02:00 committed by GitHub
commit 74744529e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 63 additions and 9 deletions

View file

@ -1,6 +1,6 @@
# All available README files by language
- [Read the README in English](README.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)
- [Leggi il “README” in italiano](README_it.md)

View file

@ -9,7 +9,7 @@ It shall NOT be edited by hand.
[![Install Ghost with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ghost)
*[Read this README is other languages.](./ALL_README.md)*
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Ghost 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.*
@ -21,7 +21,7 @@ Ghost is a powerful app for new-media creators to publish, share, and grow a bus
It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.
**Shipped version:** 5.79.6~ynh1
**Shipped version:** 5.80.0~ynh1
## Screenshots

54
README_eu.md Normal file
View file

@ -0,0 +1,54 @@
<!--
Ohart ongi: README hau automatikoki sortu da <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>ri esker
EZ editatu eskuz.
-->
# Ghost YunoHost-erako
[![Integrazio maila](https://dash.yunohost.org/integration/ghost.svg)](https://dash.yunohost.org/appci/app/ghost) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/ghost.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/ghost.maintain.svg)
[![Instalatu Ghost YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ghost)
*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)*
> *Pakete honek Ghost YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.*
> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.*
## Aurreikuspena
Ghost is a powerful app for new-media creators to publish, share, and grow a business around their content.
It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.
**Paketatutako bertsioa:** 5.80.0~ynh1
## Pantaila-argazkiak
![Ghost(r)en pantaila-argazkia](./doc/screenshots/screenshot.png)
## :red_circle: Ezaugarri zalantzagarriak
- **Muga arbitrarioak**: Ghost developers have chosen to only support MySQL. YunoHost relying on MariaDB, incompatibilities may arise. For more information: https://github.com/TryGhost/Ghost/issues/15729#issuecomment-1299297720
## Dokumentazioa eta baliabideak
- Aplikazioaren webgune ofiziala: <https://ghost.org/>
- Administratzaileen dokumentazio ofiziala: <https://ghost.org/help/>
- Jatorrizko aplikazioaren kode-gordailua: <https://github.com/TryGhost/Ghost>
- YunoHost Denda: <https://apps.yunohost.org/app/ghost>
- Eman errore baten berri: <https://github.com/YunoHost-Apps/ghost_ynh/issues>
## Garatzaileentzako informazioa
Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/ghost_ynh/tree/testing).
`testing` abarra probatzeko, ondorengoa egin:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug
edo
sudo yunohost app upgrade ghost -u https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug
```
**Informazio gehiago aplikazioaren paketatzeari buruz:** <https://yunohost.org/packaging_apps>

View file

@ -21,7 +21,7 @@ Ghost is a powerful app for new-media creators to publish, share, and grow a bus
It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.
**Version incluse:** 5.79.6~ynh1
**Version incluse:** 5.80.0~ynh1
## Captures décran

View file

@ -21,7 +21,7 @@ Ghost is a powerful app for new-media creators to publish, share, and grow a bus
It comes with modern tools to build a website, publish content, send newsletters & offer paid subscriptions to members.
**Versión proporcionada:** 5.79.6~ynh1
**Versión proporcionada:** 5.80.0~ynh1
## Capturas de pantalla

View file

@ -5,7 +5,7 @@ name = "Ghost"
description.en = "Publishing, memberships, subscriptions and newsletters platform"
description.fr = "Plateforme d'édition, d'adhésions, d'abonnements et de newsletters"
version = "5.79.6~ynh1"
version = "5.80.0~ynh1"
maintainers = ["Julien Malik"]
[upstream]
@ -47,8 +47,8 @@ ram.runtime = "1G"
[resources.sources.main]
# Unused source, only to trigger the autoupdater
prefetch = false
url = "https://github.com/TryGhost/Ghost/archive/refs/tags/v5.79.6.tar.gz"
sha256 = "f6ef7bb713c120329628b6d2dcdd66c2d05bd512be155dc19b4c31fdab1aeef7"
url = "https://github.com/TryGhost/Ghost/archive/refs/tags/v5.80.0.tar.gz"
sha256 = "f3b074a169cec0e85ee622e739f4146d87ba4abf62395e16c5122045a57cec83"
autoupdate.strategy = "latest_github_release"
[resources.system_user]