1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/2FAuth_ynh.git synced 2024-09-03 20:36:18 +02:00
2fauth_ynh/manifest.toml

68 lines
1.4 KiB
TOML
Raw Normal View History

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"
2024-04-24 14:15:16 +02:00
version = "5.1.1~ynh2"
2023-02-17 22:50:54 +01:00
2024-02-14 11:12:14 +01:00
maintainers = []
2023-02-17 22:50:54 +01:00
[upstream]
license = "AGPL-3.0"
demo = "https://demo.2fauth.app/login"
admindoc = "https://docs.2fauth.app/"
code = "https://github.com/Bubka/2FAuth"
[integration]
2023-08-18 11:33:19 +02:00
yunohost = ">= 11.2"
2023-02-17 22:59:56 +01:00
architectures = "all"
2023-02-17 22:50:54 +01:00
multi_instance = true
2023-11-21 15:56:49 +01:00
2023-02-18 17:20:18 +01:00
ldap = false
2023-11-21 15:56:49 +01:00
2023-04-03 14:11:05 +02:00
sso = true
2023-11-21 15:56:49 +01:00
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"
[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]
2024-03-22 02:30:13 +01:00
url = "https://github.com/Bubka/2FAuth/archive/refs/tags/v5.1.1.tar.gz"
sha256 = "2e745b8770ae0bf38ae62a6d42f9f01d417cc36f03a02672b686bc7d155719e1"
2023-04-03 14:09:50 +02:00
autoupdate.strategy = "latest_github_tag"
2023-02-17 22:50:54 +01:00
[resources.system_user]
2024-03-25 21:15:22 +01:00
allow_email = true
2023-02-17 22:50:54 +01:00
[resources.install_dir]
[resources.permissions]
main.url = "/"
api.url = "/api"
api.show_tile = false
api.allowed = "visitors"
api.auth_header = false
2023-02-17 22:50:54 +01:00
2023-02-18 17:20:18 +01:00
[resources.apt]
2023-09-13 10:58:42 +02:00
packages = "mariadb-server, php8.2-bcmath, php8.2-xml, php8.2-mbstring, php8.2-gd, php8.2-mysql, php8.2-curl"
2023-02-18 17:20:18 +01:00
2023-02-17 22:50:54 +01:00
[resources.database]
type = "mysql"