mirror of
https://github.com/YunoHost-Apps/yellow_ynh.git
synced 2024-09-03 20:36:12 +02:00
9483f1a05d
* Upgrade sources
- `main` v2024.08.28: aa80148bf3...e6513df19c
* Auto-update READMEs
61 lines
1.4 KiB
TOML
61 lines
1.4 KiB
TOML
packaging_format = 2
|
|
|
|
id = "yellow"
|
|
name = "Yellow"
|
|
description.en = "Content management system for simple website"
|
|
description.fr = "Système de gestion de contenu pour un site simple"
|
|
|
|
version = "2024.08.28~ynh1"
|
|
|
|
maintainers = []
|
|
|
|
[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.29"
|
|
helpers_version = "2.1"
|
|
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 = "/yellow"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/datenstrom/yellow/archive/e6513df19c02ed7d8abfe1d544ee8ae2bd1e2644.tar.gz"
|
|
sha256 = "cd8d2c58814bb06c5d6f5650edd3ec6bbcf52bff742d50310d11de4e31f3546d"
|
|
autoupdate.upstream = "https://github.com/datenstrom/yellow"
|
|
autoupdate.strategy = "latest_github_commit"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
group = "www-data:r-x"
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = "php8.3-mbstring, php8.3-xmlrpc, php8.3-sqlite3, php8.3-soap, php8.3-gd, php8.3-xml, php8.3-cli, php8.3-curl, php8.3-zip"
|