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"
|
|
|
|
|
2024-06-09 15:12:39 +02:00
|
|
|
version = "5.3.1~ynh1"
|
2023-03-06 08:10:52 +01:00
|
|
|
|
2024-05-01 02:09:14 +02:00
|
|
|
maintainers = []
|
2023-03-06 08:10:52 +01:00
|
|
|
|
|
|
|
[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]
|
2024-06-09 15:12:39 +02:00
|
|
|
url = "https://github.com/LycheeOrg/Lychee/archive/refs/tags/v5.3.1.tar.gz"
|
|
|
|
sha256 = "4b45b2f486f2c3088aecea4682b9a5159c2b1c7657785f3580e2443c4256184e"
|
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"
|