mirror of
https://github.com/YunoHost-Apps/bludit_ynh.git
synced 2024-09-03 18:06:13 +02:00
c43f3f3c0f
* Upgrade to v3.16.0 (#42) * Upgrade to v3.16.0 * Auto-update READMEs * Upgrade to v3.16.1 (#43) * Upgrade sources - `main` v3.16.1: https://github.com/bludit/bludit/releases/tag/3.16.1 * Auto-update READMEs --------- Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
67 lines
1.6 KiB
TOML
67 lines
1.6 KiB
TOML
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"
|
||
|
||
version = "3.16.1~ynh1"
|
||
|
||
maintainers = []
|
||
|
||
[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]
|
||
yunohost = ">= 11.2"
|
||
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 n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[resources]
|
||
|
||
[resources.sources]
|
||
|
||
[resources.sources.main]
|
||
url = "https://github.com/bludit/bludit/archive/refs/tags/3.16.1.tar.gz"
|
||
sha256 = "e54ea199b8e04d668af41f7dfb180ab694f247c0118d6717e91a1d30326de4bf"
|
||
autoupdate.strategy = "latest_github_tag"
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
api.url = "/api"
|
||
api.allowed = "visitors"
|
||
api.show_tile = false
|
||
api.protected = true
|
||
|
||
[resources.apt]
|
||
packages = "php8.2-gd, php8.2-mbstring, php8.2-dom"
|