mirror of
https://github.com/YunoHost-Apps/omeka-s_ynh.git
synced 2024-09-03 19:56:05 +02:00
55 lines
1.5 KiB
TOML
55 lines
1.5 KiB
TOML
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~ynh2"
|
||
|
||
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]
|
||
yunohost = ">= 11.1.11"
|
||
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 = "/omeka"
|
||
|
||
[install.init_main_permission]
|
||
help.en = "With 'Visitors' permission, Omeka S will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
||
help.fr = "Avec la permission 'Visiteurs', Omeka S sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[resources]
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
packages = "imagemagick php8.1-mysql php8.1-gd php8.1-mbstring php8.1-xml"
|
||
|
||
[resources.database]
|
||
type = "mysql"
|