mirror of
https://github.com/YunoHost-Apps/keeweb_ynh.git
synced 2024-09-03 19:26:33 +02:00
c6ac1c973c
Try tests for Bookworm
52 lines
1.2 KiB
TOML
52 lines
1.2 KiB
TOML
packaging_format = 2
|
||
|
||
id = "keeweb"
|
||
name = "Keeweb"
|
||
description.en = "Password manager compatible with KeePass"
|
||
description.fr = "Gestionnaire de mots de passe compatible avec KeePass"
|
||
|
||
version = "1.18.8~ynh2"
|
||
|
||
maintainers = ["kay0u"]
|
||
|
||
[upstream]
|
||
license = "MIT"
|
||
website = "https://keeweb.info/"
|
||
demo = "https://app.keeweb.info/"
|
||
admindoc = "https://github.com/keeweb/keeweb/wiki"
|
||
code = "https://github.com/keeweb/keeweb"
|
||
|
||
[integration]
|
||
yunohost = ">= 11.2"
|
||
architectures = "all"
|
||
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 = "/keeweb"
|
||
|
||
[install.init_main_permission]
|
||
help.en = "If enabled, KeeWeb will be accessible by people who do not have an account. This can be changed later via the webadmin."
|
||
help.fr = "Si cette case est cochée, KeeWeb sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[resources]
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|