1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/teampass_ynh.git synced 2024-09-03 20:26:37 +02:00
teampass_ynh/manifest.toml

60 lines
1.3 KiB
TOML
Raw Normal View History

2023-03-23 21:50:47 +01:00
packaging_format = 2
id = "teampass"
name = "Teampass"
description.en = "Passwords Manager"
description.fr = "Gestionnaire de mots de passes."
version = "3.0.0.23~ynh1"
maintainers = []
[upstream]
license = "AGPL-3.0"
website = "http://www.teampass.net"
admindoc = "https://teampass.readthedocs.io/en/latest/"
code = "https://github.com/nilsteampassnet/TeamPass"
[integration]
2023-09-09 11:49:06 +02:00
yunohost = ">= 11.2"
2023-03-23 21:58:32 +01:00
architectures = "all"
2023-03-23 21:50:47 +01:00
multi_instance = true
2023-03-23 21:58:32 +01:00
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-03-23 21:50:47 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/teampass"
2023-09-09 11:49:06 +02:00
[install.init_main_permission]
type = "group"
default = "visitors"
2023-03-23 21:50:47 +01:00
[install.password]
type = "password"
[resources]
[resources.sources.main]
url = "https://github.com/nilsteampassnet/TeamPass/archive/refs/tags/3.0.0.23.tar.gz"
sha256 = "b010d1ea2cf0ace9fbeef30b448e864e3bc767f9f6e5beac79f0bf7e359005e7"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-03-23 21:58:32 +01:00
[resources.apt]
packages = "mariadb-server, php8.2-mbstring, php8.2-bcmath, php8.2-iconv, php8.2-xml, php8.2-gd, php8.2-curl, php8.2-mysqli, python3-bcrypt"
2023-03-23 21:58:32 +01:00
2023-03-23 21:50:47 +01:00
[resources.database]
type = "mysql"