2024-01-05 18:46:20 +01:00
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "cops"
|
|
|
|
name = "COPS"
|
|
|
|
description.en = "Calibre OPDS (and HTML) PHP Server"
|
|
|
|
description.fr = "Calibre OPDS (et HTML) PHP Serveur"
|
|
|
|
|
2024-04-11 12:41:46 +02:00
|
|
|
version = "1.1.3~ynh2"
|
2024-01-05 18:46:20 +01:00
|
|
|
|
|
|
|
maintainers = ["polytan02"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "GPL-2.0"
|
|
|
|
code = "https://github.com/seblucas/cops"
|
|
|
|
website = "https://blog.slucas.fr/projects/calibre-opds-php-server/"
|
|
|
|
demo = "http://cops-demo.slucas.fr/index.php"
|
|
|
|
|
|
|
|
[integration]
|
2024-05-26 20:46:20 +02:00
|
|
|
yunohost = ">= 11.2"
|
2024-01-05 18:46:20 +01:00
|
|
|
architectures = "all"
|
|
|
|
multi_instance = true
|
|
|
|
ldap = "not_relevant"
|
|
|
|
sso = "not_relevant"
|
2024-01-05 23:54:25 +01:00
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2024-01-05 18:46:20 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/cops"
|
|
|
|
|
|
|
|
[install.language]
|
|
|
|
ask.en = "Choose the application language"
|
|
|
|
ask.fr = "Choisissez la langue de l'application"
|
2024-01-05 23:23:07 +01:00
|
|
|
type = "select"
|
2024-01-05 18:46:20 +01:00
|
|
|
choices = ["fr", "en"]
|
|
|
|
default = "fr"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.sources.main]
|
|
|
|
url = "https://github.com/seblucas/cops/releases/download/1.1.3/cops-1.1.3.zip"
|
|
|
|
sha256 = "68c9efb340ab30989cd89a19a173c45872d33ed85dd02674f8af08b7748cbc77"
|
|
|
|
in_subdir = false
|
2024-02-20 04:59:15 +01:00
|
|
|
autoupdate.strategy = "latest_github_release"
|
2024-01-05 18:46:20 +01:00
|
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
2024-01-05 23:23:07 +01:00
|
|
|
main.url = "/"
|
2024-01-05 18:46:20 +01:00
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
packages = [
|
|
|
|
"php7.4-xml",
|
|
|
|
"php7.4-mbstring",
|
|
|
|
"php7.4-zip",
|
|
|
|
"php7.4-gd",
|
|
|
|
"php7.4-sqlite3",
|
|
|
|
"php7.4-json",
|
|
|
|
"php7.4-intl",
|
|
|
|
]
|