2023-02-17 22:50:54 +01:00
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "2fauth"
|
|
|
|
name = "2FAuth"
|
|
|
|
description.en = "self-hosted alternative to One Time Passcode"
|
|
|
|
description.fr = "Alternative auto-hébergée a One Time Passcode"
|
|
|
|
|
2023-04-16 17:47:10 +02:00
|
|
|
version = "4.0.1~ynh1"
|
2023-02-17 22:50:54 +01:00
|
|
|
|
|
|
|
maintainers = ["eric_G"]
|
|
|
|
|
|
|
|
[upstream]
|
|
|
|
license = "AGPL-3.0"
|
|
|
|
demo = "https://demo.2fauth.app/login"
|
|
|
|
admindoc = "https://docs.2fauth.app/"
|
|
|
|
code = "https://github.com/Bubka/2FAuth"
|
|
|
|
|
|
|
|
[integration]
|
2023-04-14 19:04:35 +02:00
|
|
|
yunohost = ">= 11.1.17"
|
2023-02-17 22:59:56 +01:00
|
|
|
architectures = "all"
|
2023-02-17 22:50:54 +01:00
|
|
|
multi_instance = true
|
2023-02-18 17:20:18 +01:00
|
|
|
ldap = false
|
2023-04-03 14:11:05 +02:00
|
|
|
sso = true
|
2023-02-17 22:59:56 +01:00
|
|
|
disk = "50M"
|
|
|
|
ram.build = "50M"
|
|
|
|
ram.runtime = "50M"
|
2023-02-17 22:50:54 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
full_domain = true
|
|
|
|
|
|
|
|
[install.admin]
|
|
|
|
type = "user"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[resources]
|
2023-04-03 14:09:50 +02:00
|
|
|
|
|
|
|
[resources.sources]
|
|
|
|
|
|
|
|
[resources.sources.main]
|
2023-04-16 17:47:10 +02:00
|
|
|
url = "https://github.com/Bubka/2FAuth/archive/refs/tags/v4.0.1.tar.gz"
|
|
|
|
sha256 = "d58f83117342030d5f491e5ada83742c31bba4fddb66a60007fdcfcb14018ec5"
|
2023-04-03 14:09:50 +02:00
|
|
|
autoupdate.strategy = "latest_github_tag"
|
|
|
|
|
2023-02-17 22:50:54 +01:00
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
2023-02-18 17:20:18 +01:00
|
|
|
[resources.apt]
|
2023-04-14 19:39:13 +02:00
|
|
|
packages = "mariadb-server php8.1-bcmath php8.1-xml php8.1-mbstring php8.1-gd php8.1-mysql php8.1-curl"
|
2023-02-18 17:20:18 +01:00
|
|
|
|
2023-02-17 22:50:54 +01:00
|
|
|
[resources.database]
|
|
|
|
type = "mysql"
|