mirror of
https://github.com/YunoHost-Apps/photoprism_ynh.git
synced 2024-09-03 19:56:41 +02:00
Fix manifest, add schema
This commit is contained in:
parent
b429ef7a83
commit
5fbed01f93
2 changed files with 38 additions and 15 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
||||||
|
|
||||||
packaging_format = 2
|
packaging_format = 2
|
||||||
|
|
||||||
id = "photoprism"
|
id = "photoprism"
|
||||||
|
@ -19,7 +21,7 @@ code = "https://github.com/photoprism/photoprism"
|
||||||
fund = "https://www.photoprism.app/membership"
|
fund = "https://www.photoprism.app/membership"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.21"
|
yunohost = ">= 11.2"
|
||||||
architectures = ["amd64", "arm64", "armhf"]
|
architectures = ["amd64", "arm64", "armhf"]
|
||||||
multi_instance = false
|
multi_instance = false
|
||||||
ldap = false
|
ldap = false
|
||||||
|
@ -45,7 +47,7 @@ ram.runtime = "50M"
|
||||||
[install.language]
|
[install.language]
|
||||||
ask.en = "Choose the application language"
|
ask.en = "Choose the application language"
|
||||||
ask.fr = "Choisissez la langue de l'application"
|
ask.fr = "Choisissez la langue de l'application"
|
||||||
type = "string"
|
type = "select"
|
||||||
choices = ["fr", "en"]
|
choices = ["fr", "en"]
|
||||||
default = "fr"
|
default = "fr"
|
||||||
|
|
||||||
|
@ -89,7 +91,26 @@ ram.runtime = "50M"
|
||||||
main.default = 8095
|
main.default = 8095
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "libc6-dev, libssl-dev, libxft-dev, libhdf5-serial-dev, libpng-dev, libheif-examples, librsvg2-bin, libx264-dev, libx265-dev, libnss3, libfreetype6, libfreetype6-dev, libfontconfig1, libfontconfig1-dev, libzmq3-dev, ffmpeg, libimage-exiftool-perl, mariadb-server"
|
packages = [
|
||||||
|
"libc6-dev",
|
||||||
|
"libssl-dev",
|
||||||
|
"libxft-dev",
|
||||||
|
"libhdf5-serial-dev",
|
||||||
|
"libpng-dev",
|
||||||
|
"libheif-examples",
|
||||||
|
"librsvg2-bin",
|
||||||
|
"libx264-dev",
|
||||||
|
"libx265-dev",
|
||||||
|
"libnss3",
|
||||||
|
"libfreetype6",
|
||||||
|
"libfreetype6-dev",
|
||||||
|
"libfontconfig1",
|
||||||
|
"libfontconfig1-dev",
|
||||||
|
"libzmq3-dev",
|
||||||
|
"ffmpeg",
|
||||||
|
"libimage-exiftool-perl",
|
||||||
|
"mariadb-server",
|
||||||
|
]
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "mysql"
|
type = "mysql"
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/tests.v1.schema.json
|
||||||
|
|
||||||
test_format = 1.0
|
test_format = 1.0
|
||||||
|
|
||||||
[default]
|
[default]
|
||||||
|
|
Loading…
Add table
Reference in a new issue