mirror of
https://github.com/YunoHost-Apps/cheky_ynh.git
synced 2024-09-03 18:16:00 +02:00
68 lines
1.5 KiB
TOML
68 lines
1.5 KiB
TOML
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
packaging_format = 2
|
|
|
|
id = "cheky"
|
|
name = "Cheky"
|
|
description.en = "Monitors French classifieds websites LeBonCoin and SeLoger"
|
|
description.fr = "Surveille pour vous LeBonCoin et SeLoger"
|
|
|
|
version = "4.4.1~ynh5"
|
|
|
|
maintainers = ["Gofannon"]
|
|
|
|
[upstream]
|
|
license = "GPL-3.0-or-later"
|
|
website = "https://www.cheky.net"
|
|
code = "https://github.com/Blount/Cheky"
|
|
|
|
[integration]
|
|
yunohost = ">= 4.3.0"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = false
|
|
sso = false
|
|
disk = "50M"
|
|
ram.build = "80M"
|
|
ram.runtime = "10M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
type = "path"
|
|
default = "/cheky"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[install.password]
|
|
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
type = "password"
|
|
|
|
[resources]
|
|
[resources.sources.main]
|
|
url = "https://github.com/Blount/Cheky/archive/4.4.1.tar.gz"
|
|
sha256 = "4142430d17229332efca353cc95a993d85650af0a53155055847b4d7b9e9650b"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
|
|
[resources.apt]
|
|
packages = [
|
|
"mariadb-server",
|
|
"php7.4",
|
|
"php7.4-fpm",
|
|
]
|
|
|
|
[resources.database]
|
|
type = "mysql"
|