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

70 lines
1.6 KiB
TOML
Raw Normal View History

2023-03-06 08:10:52 +01:00
packaging_format = 2
id = "lychee"
name = "Lychee"
description.en = "Photo-management-system to manage and share photos"
description.fr = "Système de gestion de photos pour gérer et partager des photos"
version = "5.1.2~ynh1"
2023-03-06 08:10:52 +01:00
maintainers = ["eric_G"]
[upstream]
license = "MIT"
website = "https://lycheeorg.github.io/"
demo = "https://lycheeorg.github.io/demo/"
admindoc = "https://lycheeorg.github.io/docs/"
code = "https://github.com/LycheeOrg/Lychee"
[integration]
2023-08-02 19:02:13 +02:00
yunohost = ">= 11.2"
2023-11-08 10:10:43 +01:00
architectures = ["arm64", "amd64"]
2023-03-06 08:10:52 +01:00
multi_instance = true
2023-12-30 09:12:44 +01:00
2023-03-06 08:10:52 +01:00
ldap = false
2023-12-30 09:12:44 +01:00
2023-03-06 08:10:52 +01:00
sso = false
2023-12-30 09:12:44 +01:00
2023-03-06 08:10:52 +01:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/lychee"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
2023-03-15 15:59:29 +01:00
[resources.sources]
[resources.sources.main]
url = "https://github.com/LycheeOrg/Lychee/archive/refs/tags/v5.1.2.tar.gz"
sha256 = "9f5fa367e68b8a0027978082634625dbd210eefd95474fc95b11dcc506eab541"
2023-05-19 08:52:15 +02:00
autoupdate.strategy = "latest_github_tag"
2023-03-15 15:59:29 +01:00
2023-03-06 08:10:52 +01:00
[resources.system_user]
2023-12-30 10:52:22 +01:00
allow_email = true
2023-03-06 08:10:52 +01:00
[resources.install_dir]
[resources.data_dir]
2023-05-04 19:34:55 +02:00
subdirs = ["uploads/big", "uploads/import", "uploads/medium", "uploads/raw", "uploads/small", "uploads/thumb"]
2023-03-06 08:10:52 +01:00
[resources.permissions]
main.url = "/"
2023-03-06 19:45:38 +01:00
main.auth_header = false
2023-03-06 08:10:52 +01:00
[resources.apt]
2023-09-07 09:43:57 +02:00
packages = "mariadb-server, ffmpeg, php8.2-xml, php8.2-imagick, php8.2-bcmath, php8.2-exif, php8.2-mbstring, php8.2-gd, php8.2-mysqli, php8.2-zip, php8.2-intl"
2023-03-06 08:10:52 +01:00
[resources.database]
type = "mysql"