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

71 lines
1.5 KiB
TOML
Raw Normal View History

2023-10-15 14:03:13 +02:00
packaging_format = 2
id = "blogotext"
name = "BlogoText"
description.en = "Lightweight Blog-Engine"
description.fr = "Moteur de blog léger"
2023-10-15 14:09:37 +02:00
version = "3.7.6~ynh6"
2023-10-15 14:03:13 +02:00
maintainers = ["Antoine"]
[upstream]
license = "MIT"
website = "https://blogotext.org/"
demo = "https://blogotext.org/blog/"
admindoc = "https://github.com/BlogoText/blogotext/wiki"
code = "https://github.com/BlogoText/blogotext"
[integration]
2023-10-15 14:09:37 +02:00
yunohost = ">= 11.2"
architectures = "all"
2023-10-15 14:03:13 +02:00
multi_instance = true
2023-10-15 14:09:37 +02:00
ldap = false
sso = false
disk = "50M"
2023-10-15 14:15:19 +02:00
ram.build = "350M"
2023-10-15 14:09:37 +02:00
ram.runtime = "50M"
2023-10-15 14:03:13 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/blogotext"
[install.admin]
type = "user"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
2023-10-15 14:09:37 +02:00
type = "select"
2023-10-15 14:03:13 +02:00
choices = ["fr", "en"]
default = "fr"
[install.password]
type = "password"
[resources]
[resources.sources.main]
url = "https://github.com/BlogoText/blogotext/archive/fa2a4497e76aeb295db1a9d1aa8b7594c7484365.tar.gz"
sha256 = "14098f6a1d1f1ef9569ddaf79bb2e29fe88b810d6831eb3de620297dea4ee4c2"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-10-15 14:09:37 +02:00
[resources.apt]
2023-10-15 14:21:58 +02:00
packages = "mariadb-server, php7.4-mysql, php7.4-xml, php7.4-intl, php7.4-mbstring, php7.4-gd, php7.4-curl"
2023-10-15 14:09:37 +02:00
2023-10-15 14:03:13 +02:00
[resources.database]
type = "mysql"