mirror of
https://github.com/YunoHost-Apps/librephotos_ynh.git
synced 2024-09-03 19:36:12 +02:00
Update manifest.toml
This commit is contained in:
parent
1b5c9aaac9
commit
1fe52a118c
1 changed files with 5 additions and 5 deletions
|
@ -2,8 +2,8 @@ packaging_format = 2
|
|||
|
||||
id = "librephotos"
|
||||
name = "Librephotos"
|
||||
description.en = "A photo viewer and manager similar to Google Photos"
|
||||
description.fr = "Un gestionnaire de photos semblable à Google Photos"
|
||||
description.en = "Photo viewer and manager similar to Google Photos"
|
||||
description.fr = "Gestionnaire de photos semblable à Google Photos"
|
||||
|
||||
version = "0.2021.36~ynh1"
|
||||
|
||||
|
@ -24,9 +24,9 @@ architectures = "all"
|
|||
multi_instance = false
|
||||
ldap = false
|
||||
sso = false
|
||||
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
||||
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
|
|
Loading…
Add table
Reference in a new issue