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

88 lines
2.6 KiB
TOML
Raw Normal View History

2023-04-27 23:04:36 +02:00
packaging_format = 2
id = "grav"
name = "Grav"
description.en = "Modern open source flat-file CMS"
description.fr = "CMS moderne basé sur des fichiers plats"
version = "1.7.44~ynh1"
2023-04-27 23:04:36 +02:00
maintainers = ["tituspijean"]
[upstream]
license = "MIT"
website = "https://www.getgrav.org/"
demo = "https://getgrav.org/downloads/themes"
admindoc = "https://learn.getgrav.org"
code = "https://github.com/getgrav/grav"
cpe = "cpe:2.3:a:getgrav:grav"
fund = "https://opencollective.com/grav"
[integration]
yunohost = ">= 11.1"
architectures = "all"
multi_instance = true
2023-04-27 23:53:52 +02:00
ldap = true
sso = false
2023-04-27 23:04:36 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/grav"
[install.init_main_permission]
help.en = "Will anyone be able to access the website?"
help.fr = "Est-ce que quiconque pourra accéder au site ?"
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "string"
choices = ["en_EN", "fr_FR"]
default = "fr_FR"
2023-04-27 23:27:16 +02:00
[install.init_admin_permission]
ask.en = "Select an administrator for the app"
ask.fr = "Sélectionnez un administrateur pour l'application"
2023-04-27 23:04:36 +02:00
type = "user"
[resources]
[resources.sources]
[resources.sources.ldap]
2023-07-03 20:15:57 +02:00
url = "https://github.com/trilbymedia/grav-plugin-login-ldap/archive/refs/tags/1.0.2.tar.gz"
sha256 = "130298bf04e6464ea4347d2deda9e285b2820c48e9e64e6d4b67217566047c3b"
2023-04-27 23:04:36 +02:00
autoupdate.strategy = "latest_github_tag"
2023-07-03 10:29:40 +02:00
autoupdate.upstream = "https://github.com/trilbymedia/grav-plugin-login-ldap"
2023-04-27 23:04:36 +02:00
[resources.sources.main]
url = "https://github.com/getgrav/grav/releases/download/1.7.44/grav-admin-v1.7.44.zip"
sha256 = "e1ed0746f5c107f2e6d8f2174d8bac25abe07ccf7f8eec1e6d65c4dc63908fa5"
2023-07-02 19:03:53 +02:00
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "grav-admin.*.zip"
2023-04-27 23:04:36 +02:00
[resources.sources.app-upgrade]
url = "https://github.com/getgrav/grav/releases/download/1.7.44/grav-update-v1.7.44.zip"
sha256 = "d3766001bb3711f7c8530b0d2e8ab26c7de7bca50c1cc81b8f4792a4b926001f"
2023-07-02 19:03:53 +02:00
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "grav-update.*.zip"
2023-04-27 23:04:36 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-04-27 23:27:16 +02:00
admin.show_tile = false
2023-04-27 23:46:43 +02:00
user.show_tile = false
2023-04-27 23:04:36 +02:00
[resources.apt]
packages = "php7.4, php7.4-zip, php7.4-mbstring, php7.4-curl, php7.4-dom, php7.4-gd, php7.4-xml, php7.4-ldap"