1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bludit_ynh.git synced 2024-09-03 18:06:13 +02:00
bludit_ynh/manifest.toml

61 lines
1.5 KiB
TOML
Raw Normal View History

packaging_format = 2
id = "bludit"
name = "Bludit"
description.en = "Simple, Fast, Secure, Flat-File CMS"
description.fr = "CMS simple, rapide, sécurisé et à fichier plat"
2023-07-15 16:54:47 +02:00
version = "3.15.0~ynh1"
maintainers = ["eric_G"]
[upstream]
license = "MIT"
website = "www.bludit.com"
demo = "https://demo.bludit.com"
admindoc = "https://docs.bludit.com/en/"
code = "https://github.com/bludit/bludit"
[integration]
2023-07-15 16:54:47 +02:00
yunohost = ">= 11.1.21"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/bludit"
[install.init_main_permission]
help.en = "If enabled, Bludit 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, Bludit sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
[resources]
2023-04-03 12:43:31 +02:00
[resources.sources]
[resources.sources.main]
2023-07-15 16:54:47 +02:00
url = "https://github.com/bludit/bludit/archive/3.15.0.tar.gz"
2023-07-15 16:55:52 +02:00
sha256 = "c85963b14b2295fe0274bd54cf8ff21d00378f22ae66c5c4ee46b829974ed1b5"
2023-04-03 12:43:31 +02:00
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
2023-07-15 16:54:47 +02:00
packages = "php8.2-gd php8.2-mbstring php8.2-dom"