Update manifest.toml

This commit is contained in:
denis 2024-11-07 04:35:03 -05:00
parent f19ffda5ff
commit 8b247083b6

View file

@ -34,7 +34,7 @@ yunohost = ">= 11.2.30"
helpers_version = "2.1" helpers_version = "2.1"
# FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"] # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"]
architectures = "all" architectures = "all"
multi_instance = true multi_instance = false
# FIXME: replace with true, false, or "not_relevant". # FIXME: replace with true, false, or "not_relevant".
# Not to confuse with the "sso" key: the "ldap" key corresponds to wether or not a user *can* login on the app using # Not to confuse with the "sso" key: the "ldap" key corresponds to wether or not a user *can* login on the app using