mirror of
https://github.com/YunoHost-Apps/ghost_ynh.git
synced 2024-09-03 19:16:02 +02:00
70 lines
2 KiB
TOML
70 lines
2 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.87.2~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"
|
||
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.87.2.tar.gz"
|
||
sha256 = "57ea28f90a868a498301208993a693f19f58d570d8fc7aabd022148a08826eb0"
|
||
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.database]
|
||
type = "mysql"
|