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 #336 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-05-13 19:03:57 +02:00 committed by GitHub
commit 32a730bcbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 63 additions and 8 deletions

View file

@ -1,6 +1,7 @@
# All available README files by language
- [Read the README in English](README.md)
- [Lee el README en español](README_es.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)

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.
**Shipped version:** 5.82.8~ynh1
**Shipped version:** 5.82.9~ynh1
## Screenshots

54
README_es.md Normal file
View file

@ -0,0 +1,54 @@
<!--
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
No se debe editar a mano.
-->
# Ghost para Yunohost
[![Nivel de integración](https://dash.yunohost.org/integration/ghost.svg)](https://dash.yunohost.org/appci/app/ghost) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/ghost.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/ghost.maintain.svg)
[![Instalar Ghost con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ghost)
*[Leer este README en otros idiomas.](./ALL_README.md)*
> *Este paquete le permite instalarGhost rapidamente y simplement en un servidor YunoHost.*
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
## Descripción general
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.
**Versión actual:** 5.82.9~ynh1
## Capturas
![Captura de Ghost](./doc/screenshots/screenshot.png)
## :red_circle: funcionalidades no deseadas
- **Arbitrary limitations**: 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
## Documentaciones y recursos
- Sitio web oficial: <https://ghost.org/>
- Documentación administrador oficial: <https://ghost.org/help/>
- Repositorio del código fuente oficial de la aplicación : <https://github.com/TryGhost/Ghost>
- Catálogo YunoHost: <https://apps.yunohost.org/app/ghost>
- Reportar un error: <https://github.com/YunoHost-Apps/ghost_ynh/issues>
## Información para desarrolladores
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/ghost_ynh/tree/testing
Para probar la rama `testing`, sigue asÍ:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug
o
sudo yunohost app upgrade ghost -u https://github.com/YunoHost-Apps/ghost_ynh/tree/testing --debug
```
**Mas informaciones sobre el empaquetado de aplicaciones:** <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.
**Paketatutako bertsioa:** 5.82.8~ynh1
**Paketatutako bertsioa:** 5.82.9~ynh1
## Pantaila-argazkiak

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.82.8~ynh1
**Version incluse:** 5.82.9~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.82.8~ynh1
**Versión proporcionada:** 5.82.9~ynh1
## Capturas de pantalla

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.
**分发版本:** 5.82.8~ynh1
**分发版本:** 5.82.9~ynh1
## 截图

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.82.8~ynh1"
version = "5.82.9~ynh1"
maintainers = []
[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.82.8.tar.gz"
sha256 = "47e881d9bd8f8236f40cd8b447f344f774766b21b008ae31940779c8eb94dd3d"
url = "https://github.com/TryGhost/Ghost/archive/refs/tags/v5.82.9.tar.gz"
sha256 = "9e21ff4e885826ebeffa798edc64c19725eed79771b26bdb1393539c1594b3fc"
autoupdate.strategy = "latest_github_release"
[resources.system_user]