2023-09-23 15:39:44 +02:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "yellow"
|
|
|
|
name = "Yellow"
|
|
|
|
description.en = "Content management system (CMS) for simple website"
|
|
|
|
description.fr = "Système de gestion de contenu (CMS) pour un site simple"
|
|
|
|
|
2024-05-30 03:49:33 +02:00
|
|
|
version = "2024.05.29~ynh1"
|
2023-09-23 15:39:44 +02:00
|
|
|
|
2024-02-14 17:34:52 +01:00
|
|
|
maintainers = []
|
2023-09-23 15:39:44 +02:00
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "GPL-2.0-only"
|
|
|
|
website = "https://datenstrom.se/yellow/"
|
|
|
|
demo = "https://datenstrom.se/yellow/demo/"
|
|
|
|
admindoc = "https://datenstrom.se/yellow/help/"
|
|
|
|
code = "https://github.com/datenstrom/yellow/"
|
|
|
|
|
|
|
|
[integration]
|
|
|
|
yunohost = ">= 11.2"
|
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
2023-11-23 09:47:20 +01:00
|
|
|
|
2023-09-23 15:39:44 +02:00
|
|
|
ldap = false
|
2023-11-23 09:47:20 +01:00
|
|
|
|
2023-09-23 15:39:44 +02:00
|
|
|
sso = false
|
2023-11-23 09:47:20 +01:00
|
|
|
|
2023-09-23 15:39:44 +02:00
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/yellow"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
2024-05-30 03:49:33 +02:00
|
|
|
url = "https://github.com/datenstrom/yellow/archive/9cc6912ebd449a4182d77c908a6b6425c3bca111.tar.gz"
|
|
|
|
sha256 = "1dcee8680ffd024d09e84146ece93e3e00e0877c65192d648363aa3bc004036a"
|
2023-09-23 15:39:44 +02:00
|
|
|
autoupdate.upstream = "https://github.com/datenstrom/yellow"
|
|
|
|
autoupdate.strategy = "latest_github_commit"
|
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
packages = "php8.2-mbstring, php8.2-xmlrpc, php8.2-sqlite3, php8.2-soap, php8.2-gd, php8.2-xml, php8.2-cli, php8.2-curl, php8.2-zip"
|
|
|
|
|