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
eric_G e9ff45b992
Testing (#128)
* Update demo URL (#126)

* Auto-update READMEs

* [autopatch] Automatic patch attempt for helpers 2.1 (#127)

* [autopatch] Automatic patch attempt for helpers 2.1

* cleaning

---------

Co-authored-by: Yunohost-Bot <>
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>

* Update manifest.toml

* Auto-update READMEs

---------

Co-authored-by: Marie <marie.jeammet@protonmail.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
2024-09-01 21:29:01 +02:00

71 lines
1.7 KiB
TOML

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.5.1~ynh2"
maintainers = []
[upstream]
license = "MIT"
website = "https://lycheeorg.github.io/"
demo = "https://lychee-demo.fly.dev/landing"
admindoc = "https://lycheeorg.github.io/docs/"
code = "https://github.com/LycheeOrg/Lychee"
[integration]
yunohost = ">= 11.2.29"
helpers_version = "2.1"
architectures = ["arm64", "amd64"]
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 = "/lychee"
[install.init_main_permission]
type = "group"
default = "visitors"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/LycheeOrg/Lychee/releases/download/v5.5.1/Lychee.zip"
sha256 = "66a3d7f300610551ca8ad07ebe195a5a863e55597a4a972f1354d9e96f34f757"
autoupdate.strategy = "latest_github_release"
[resources.system_user]
allow_email = true
[resources.install_dir]
group = "www-data:r-x"
[resources.data_dir]
subdirs = ["uploads/big", "uploads/import", "uploads/medium", "uploads/raw", "uploads/small", "uploads/thumb"]
[resources.permissions]
main.url = "/"
main.auth_header = false
[resources.apt]
packages = "mariadb-server, ffmpeg, php8.3-xml, php8.3-imagick, php8.3-bcmath, php8.3-exif, php8.3-mbstring, php8.3-gd, php8.3-mysqli, php8.3-zip, php8.3-intl"
[resources.database]
type = "mysql"