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

78 lines
2.2 KiB
TOML
Raw Permalink 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"
2024-08-31 15:02:59 +02:00
version = "4.1.1~ynh2"
2023-02-17 19:17:32 +01:00
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]
2024-08-31 12:21:33 +02:00
yunohost = ">= 11.2.29"
helpers_version = "2.1"
2023-02-17 19:27:25 +01:00
architectures = "all"
2023-02-17 19:17:32 +01:00
multi_instance = true
2023-12-29 14:16:01 +01:00
2023-02-17 19:31:05 +01:00
ldap = false
2023-12-29 14:16:01 +01:00
2023-02-17 19:31:05 +01:00
sso = false
2023-12-29 14:16:01 +01:00
2023-02-17 19:27:25 +01:00
disk = "50M"
2023-07-08 21:30:16 +02:00
ram.build = "500M"
2023-02-17 19:27:25 +01:00
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]
2023-02-17 19:31:05 +01:00
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 nayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
2023-02-17 19:17:32 +01:00
type = "group"
default = "visitors"
[resources]
2023-03-29 19:15:40 +02:00
[resources.sources]
[resources.sources.main]
2024-06-20 22:05:33 +02:00
url = "https://github.com/omeka/omeka-s/releases/download/v4.1.1/omeka-s-4.1.1.zip"
sha256 = "b53c9eeb5e8479c6991de3c47197abac59be577884e7224f92f87758f2f14f7f"
2023-03-29 19:15:40 +02:00
autoupdate.strategy = "latest_github_tag"
2024-06-13 12:33:54 +02:00
[resources.sources.csvimport]
2024-06-13 12:41:28 +02:00
in_subdir = false
2024-06-13 12:33:54 +02:00
url = "https://github.com/omeka-s-modules/CSVImport/releases/download/v2.6.1/CSVImport-2.6.1.zip"
sha256 = "95aa91802ef497f6fb33e7bf1d129b041dc11ce1dc2eca4a6790a29becd592ad"
2023-02-17 19:17:32 +01:00
[resources.system_user]
[resources.install_dir]
group = "www-data:r-x"
2023-02-17 19:27:25 +01:00
2023-02-17 19:17:32 +01:00
[resources.permissions]
main.url = "/"
2024-06-13 11:27:48 +02:00
api.url = "/api"
api.allowed = "visitors"
api.auth_header = false
api.show_tile = false
2023-02-17 19:17:32 +01:00
2023-02-17 19:31:05 +01:00
[resources.apt]
2024-05-21 18:13:47 +02:00
packages = "mariadb-server, imagemagick, php8.3-mysql, php8.3-gd, php8.3-mbstring, php8.3-xml, php8.3-imagick"
2023-02-17 19:31:05 +01:00
2023-02-17 19:17:32 +01:00
[resources.database]
type = "mysql"