mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
* Upgrade sources - `main` v5.89.3: https://github.com/TryGhost/Ghost/releases/tag/v5.89.3 * Auto-update READMEs Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
75 lines
2.1 KiB
TOML
75 lines
2.1 KiB
TOML
packaging_format = 2
|
||
|
||
id = "ghost"
|
||
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.89.3~ynh1"
|
||
maintainers = []
|
||
|
||
[upstream]
|
||
license = "MIT"
|
||
website = "https://ghost.org/"
|
||
admindoc = "https://ghost.org/help/"
|
||
code = "https://github.com/TryGhost/Ghost"
|
||
cpe = "cpe:2.3:a:ghost:ghost"
|
||
fund = "https://opencollective.com/ghost"
|
||
|
||
[antifeatures]
|
||
arbitrary-limitations.en = "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"
|
||
|
||
[integration]
|
||
yunohost = ">= 11.2.20"
|
||
architectures = "all"
|
||
multi_instance = true
|
||
ldap = false
|
||
sso = false
|
||
disk = "500M"
|
||
ram.build = "1G"
|
||
ram.runtime = "1G"
|
||
|
||
[install]
|
||
[install.domain]
|
||
type = "domain"
|
||
|
||
[install.path]
|
||
type = "path"
|
||
default = "/blog"
|
||
|
||
[install.init_main_permission]
|
||
help.en = "If enabled, Ghost will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
||
help.fr = "Si cette case est cochée, Ghost sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[resources]
|
||
[resources.sources.main]
|
||
# Unused source, only to trigger the autoupdater
|
||
prefetch = false
|
||
url = "https://github.com/TryGhost/Ghost/archive/refs/tags/v5.89.3.tar.gz"
|
||
sha256 = "12f4fd115a161b06db53a48c85f77308a74b7fc1ddd1ce56bd8c6668ddaadb77"
|
||
autoupdate.strategy = "latest_github_release"
|
||
|
||
[resources.system_user]
|
||
allow_email = true
|
||
#mail_user = "noreply"
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
main.auth_header = false
|
||
|
||
[resources.ports]
|
||
|
||
[resources.apt]
|
||
packages = "mailutils, mariadb-server"
|
||
|
||
[resources.apt.extras.yarn]
|
||
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||
packages = ["yarn"]
|
||
|
||
[resources.database]
|
||
type = "mysql"
|