mirror of
https://github.com/YunoHost-Apps/omeka-s_ynh.git
synced 2024-09-03 19:56:05 +02:00
63 lines
1.7 KiB
TOML
63 lines
1.7 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.4~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]
|
||
yunohost = ">= 11.2"
|
||
architectures = "all"
|
||
multi_instance = true
|
||
ldap = false
|
||
sso = false
|
||
disk = "50M"
|
||
ram.build = "500M"
|
||
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.sources]
|
||
|
||
[resources.sources.main]
|
||
url = "https://github.com/omeka/omeka-s/releases/download/v4.0.4/omeka-s-4.0.4.zip"
|
||
sha256 = "6162a2621a20e9110bf376b0866da407f4f8ea82932fcaaef467202f0d83d9f3"
|
||
autoupdate.strategy = "latest_github_tag"
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|
||
|
||
[resources.apt]
|
||
packages = "mariadb-server imagemagick php8.2-mysql php8.2-gd php8.2-mbstring php8.2-xml"
|
||
|
||
[resources.database]
|
||
type = "mysql"
|