This commit is contained in:
Andrew Z 2022-01-25 10:03:32 -05:00
parent 1cd3a052d0
commit fab615f381
4 changed files with 11 additions and 11 deletions

View File

@ -1,3 +1,3 @@
{
"last_updated_timestamp": 1643115813
"last_updated_timestamp": 1643123011
}

View File

@ -196752,7 +196752,7 @@
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
"Mask": "false"
},
"value": "disable"
}
@ -208478,7 +208478,7 @@
"Project": "https://github.com/Bubka/2FAuth",
"Overview": "DESCRIPTION\r\n2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop.\r\n\r\nIt aims to ease you perform your 2FA authentication steps whatever the device you handle, with a clean and suitable interface.\r\n\r\nMain features:\r\n\u2022 Manage your 2FA accounts and organize them using Groups\r\n\u2022 Scan and decode any QR code to add account in no time\r\n\u2022 Add custom account without QR code thanks to an advanced form\r\n\u2022 Edit accounts, even the imported ones\r\n\u2022 Generate TOTP and HOTP security codes\r\n\r\nLive demo:\r\nhttps://demo.2fauth.app/\r\nuser: demo@2fauth.app\r\npass: demo\r\n\r\nHow to proceed when restoring the container?\r\n0. Be sure to backup the DB file (database.sqlite) somewhere in your server, located under '/.../appdata/2fauth/', or you can back up the whole directory to simplify.\r\n1. Load and fill-in all the requiered fields in the template (same configuration as it was in previous container), then create the container, as usual. Stop it now.\r\n2. Navigate to where you could save the DB file (i.e.: using Krusader), and place it under '/.../appdata/2fauth' directory. Launch the container again.\r\n3. Done!\r\n\r\nWARNING\r\nEven if the config dir (/.../appdata/2fauth) is supposed to work with 700 (chmod) permissions, I could not get it working as it should on unRAID. Instead, I had to set full permissions: 777, if not, the container refused to start. If someone could help on this I would thank you very much.\r\n\r\nNOTES\r\n\u2022 Run the following cmd via Terminal (unRAID) before building the container: mkdir -m 777 /mnt/user/appdata/2fauth.\r\n\u2022 A default app key (APP_KEY) is already included in the template, but it's highly recommended to change it by your own. Then, copy and paste it into the template, and rebuild the container. Be sure to clean the config directory (appdata), so the DB is re-generated with new the key.\r\n\u2022 There are some other variables that the user can use on this template, if needed, but I didn't include all of them because them are not really necessary for the most basic configuration. Check the '.env.example' file in the root of the GitHub repo to know more.\r\n\u2022 Redis server is needed.\r\n\r\nVERSION\r\n1.0 (2022-01-23)",
"WebUI": "http://[IP]:[PORT:8000]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/master/templates/icons/2FAuth.xml",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/master/templates/2FAuth.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/2fauth.png",
"PostArgs": "",
"CPUset": "",
@ -208613,7 +208613,7 @@
],
"Repo": "SmartPhoneLover's Repository",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/icons/2FAuth.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/2FAuth.xml",
"CategoryList": [
"Cloud",
"Security",

View File

@ -1,7 +1,7 @@
{
"apps": 1541,
"last_updated_timestamp": 1643115813,
"last_updated": "2022-01-25 08:03",
"last_updated_timestamp": 1643123011,
"last_updated": "2022-01-25 10:03",
"categories": [
{
"Cat": "Backup:",
@ -196914,7 +196914,7 @@
"Type": "Variable",
"Display": "always",
"Required": "false",
"Mask": "true"
"Mask": "false"
},
"value": "disable"
}
@ -208640,7 +208640,7 @@
"Project": "https://github.com/Bubka/2FAuth",
"Overview": "DESCRIPTION\r\n2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop.\r\n\r\nIt aims to ease you perform your 2FA authentication steps whatever the device you handle, with a clean and suitable interface.\r\n\r\nMain features:\r\n\u2022 Manage your 2FA accounts and organize them using Groups\r\n\u2022 Scan and decode any QR code to add account in no time\r\n\u2022 Add custom account without QR code thanks to an advanced form\r\n\u2022 Edit accounts, even the imported ones\r\n\u2022 Generate TOTP and HOTP security codes\r\n\r\nLive demo:\r\nhttps://demo.2fauth.app/\r\nuser: demo@2fauth.app\r\npass: demo\r\n\r\nHow to proceed when restoring the container?\r\n0. Be sure to backup the DB file (database.sqlite) somewhere in your server, located under '/.../appdata/2fauth/', or you can back up the whole directory to simplify.\r\n1. Load and fill-in all the requiered fields in the template (same configuration as it was in previous container), then create the container, as usual. Stop it now.\r\n2. Navigate to where you could save the DB file (i.e.: using Krusader), and place it under '/.../appdata/2fauth' directory. Launch the container again.\r\n3. Done!\r\n\r\nWARNING\r\nEven if the config dir (/.../appdata/2fauth) is supposed to work with 700 (chmod) permissions, I could not get it working as it should on unRAID. Instead, I had to set full permissions: 777, if not, the container refused to start. If someone could help on this I would thank you very much.\r\n\r\nNOTES\r\n\u2022 Run the following cmd via Terminal (unRAID) before building the container: mkdir -m 777 /mnt/user/appdata/2fauth.\r\n\u2022 A default app key (APP_KEY) is already included in the template, but it's highly recommended to change it by your own. Then, copy and paste it into the template, and rebuild the container. Be sure to clean the config directory (appdata), so the DB is re-generated with new the key.\r\n\u2022 There are some other variables that the user can use on this template, if needed, but I didn't include all of them because them are not really necessary for the most basic configuration. Check the '.env.example' file in the root of the GitHub repo to know more.\r\n\u2022 Redis server is needed.\r\n\r\nVERSION\r\n1.0 (2022-01-23)",
"WebUI": "http://[IP]:[PORT:8000]",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/master/templates/icons/2FAuth.xml",
"TemplateURL": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/master/templates/2FAuth.xml",
"Icon": "https://raw.githubusercontent.com/SmartPhoneLover/unraid-docker-templates/main/templates/icons/2fauth.png",
"PostArgs": "",
"CPUset": "",
@ -208775,7 +208775,7 @@
],
"Repo": "SmartPhoneLover's Repository",
"Official": true,
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/icons/2FAuth.xml",
"templatePath": "/tmp/GitHub/AppFeed/templates/SmartPhoneLoversRepository/templates/2FAuth.xml",
"CategoryList": [
"Cloud",
"Security",

View File

@ -107824,8 +107824,8 @@
"Productivity",
"Tools-Utilities"
],
"downloads": 35,
"LastUpdateScan": 1640516620,
"downloads": 4565,
"LastUpdateScan": 1643115813,
"FirstSeen": 1640516620
},
{