mirror of
https://github.com/CyberMind-FR/secubox-deb.git
synced 2026-07-29 15:37:03 +00:00
26 lines
675 B
Plaintext
26 lines
675 B
Plaintext
Source: secubox-auth
|
|
Section: net
|
|
Priority: optional
|
|
Maintainer: Gerald KERMA <devel@cybermind.fr>
|
|
Build-Depends: debhelper-compat (= 13)
|
|
Standards-Version: 4.6.2
|
|
Homepage: https://cybermind.fr/secubox
|
|
Rules-Requires-Root: no
|
|
|
|
Package: secubox-auth
|
|
Architecture: all
|
|
Depends: ${misc:Depends},
|
|
${python3:Depends},
|
|
python3-aiosqlite,
|
|
python3-fastapi,
|
|
python3-uvicorn,
|
|
python3-argon2,
|
|
python3-pyotp,
|
|
python3-jose,
|
|
secubox-core (>= 1.0),
|
|
secubox-users (>= 1.4)
|
|
Description: SecuBox Auth Guardian
|
|
Authentification avancée : OAuth2 (Google/GitHub), vouchers, sessions, portail splash.
|
|
.
|
|
Port Debian bookworm de luci-app-auth-guardian (SecuBox OpenWrt / CyberMind.fr).
|