mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 10:55:10 +00:00
b30e8c534f
* feat(2fauth): ✨ Added 2FAuth * refactor: 🚚 Changed path to user repo * refactor: 🚚 Changed path to user repo * refactor: 🚚 Changed path to user repo * refactor: 🚚 Changed path to user repo * refactor: 🚚 Changed path to user repo * fix(2fauth): 🐛 Fixed path to build functions file * fix(2fauth): 🐛 Fixed unbound variable * fix(2fauth): 🐛 Use instead of for the directory name * chore(2fauth): ✨ Added dependency package for improved composer performance * chore(2fauth): ✨ Added dependency package as it's required * chore(2fauth): ✨ Added dependency package `php8.2-fpm` as it's required * fix(2fauth): 🐛 Fixed unbound variable * fix(2fauth): 🐛 Fixed installation * fix(install): 🐛 Fixed unassigned variable * fix(install): 🐛 Fixed installation * fix(install): 🐛 explicitly set ownership as last step * revert: ⏪ Revert path rewrite to user repo * revert: ⏪ Revert path rewrite to user repo * refactor(2fauth): ⚰️ Removed commented-out code * fix(2fauth): 🚚 Fixed path to remove correctly * refactor(2fauth): 🎨 Changed from variables to static as requested * docs(2fauth): 📝 Added notes for db credentials and the first account being an administrator account * fix(2fauth): 🔊 Updated progress logging * test(2fauth): 🚚 Changed pathes temporarily to user repo to test the App * fix(2fauth): 🚑 Fixed wrong version file in update_script * fix(2fauth): 💄 Removed duplicated version prefix v in messages * Revert 'test(2fauth): 🚚 Changed pathes temporarily to user repo to test the App'
43 lines
1.2 KiB
JSON
43 lines
1.2 KiB
JSON
{
|
|
"name": "2FAuth",
|
|
"slug": "2fauth",
|
|
"categories": [
|
|
0
|
|
],
|
|
"date_created": "2024-12-20",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 80,
|
|
"documentation": null,
|
|
"website": "https://docs.2fauth.app/",
|
|
"logo": "https://raw.githubusercontent.com/Bubka/2FAuth/refs/heads/master/public/logo.svg",
|
|
"description": "2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop. It aims to ease you perform your 2FA authentication steps whatever the device you handle, with a clean and suitable interface.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/2fauth.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 512,
|
|
"hdd": 2,
|
|
"os": "Debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "Database credentials: `cat ~/2FAuth.creds`",
|
|
"type": "info"
|
|
},
|
|
{
|
|
"text": "The very first account created is automatically set up as an administrator account.",
|
|
"type": "info"
|
|
}
|
|
]
|
|
} |