12345678910111213141516171819202122232425262728 |
- name: twofactor-auth
- description: 2FAuth is a web based self-hosted alternative to One Time Passcode (OTP)
- generators like Google Authenticator, designed for both mobile and desktop.
- annotations:
- title: 2FAuth
- type: application
- version: 1.2.14
- apiVersion: v2
- appVersion: 5.4.3
- kubeVersion: '>=1.16.0-0'
- maintainers:
- - name: truenas
- url: https://www.truenas.com/
- email: dev@ixsystems.com
- dependencies:
- - name: common
- repository: file://../../../common
- version: 1.2.9
- home: https://docs.2fauth.app/
- icon: https://media.sys.truenas.net/apps/twofactor-auth/icons/icon.png
- sources:
- - https://github.com/Bubka/2FAuth
- - https://github.com/truenas/charts/tree/master/library/ix-dev/community/2fauth
- - https://hub.docker.com/r/2fauth/2fauth/
- keywords:
- - security
- - 2fa
- - otp
|