1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/omeka-s_ynh.git synced 2024-09-03 19:56:05 +02:00
omeka-s_ynh/manifest.toml

58 lines
1.4 KiB
TOML
Raw Normal View History

2023-02-17 19:17:32 +01:00
packaging_format = 2
id = "omeka-s"
name = "Omeka S"
description.en = "Web publication system for universities, galleries, libraries, archives, and museums"
description.fr = "Système de publication Web pour les universités, les galeries, les bibliothèques, les archives et les musées"
version = "4.0.0~ynh1"
maintainers = ["eric_G"]
[upstream]
license = "AGPL-3.0-only"
website = "https://omeka.org/s/"
demo = "https://omeka.org/s/download/#sandbox"
userdoc = "https://omeka.org/s/docs/user-manual/"
code = "https://github.com/omeka/omeka-s"
[integration]
2023-02-17 19:27:25 +01:00
yunohost = ">= 11.1.7"
architectures = "all"
2023-02-17 19:17:32 +01:00
multi_instance = true
2023-02-17 19:27:25 +01:00
ldap = "?"
sso = "?"
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-02-17 19:17:32 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/omeka"
[install.init_main_permission]
help.en = "If enabled, Omeka S 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, Omeka S sera accessible aux personnes nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
type = "group"
default = "visitors"
[resources]
[resources.system_user]
[resources.install_dir]
2023-02-17 19:27:25 +01:00
[resources.ports]
2023-02-17 19:17:32 +01:00
[resources.permissions]
main.url = "/"
[resources.database]
type = "mysql"
2023-02-17 19:27:25 +01:00
[resources.apt]
packages = "imagemagick php8.0-mysql php8.0-gd php8.0-mbstring php8.0-xml"