Bubka
Bubka
Unfortunately I cannot reproduce the error 😞 The only difference between our setup is that I'm not using a docker+cloudron instance, all other settings are the same. The QR code...
Thx for the feedback and the explanations. > I tried to read the logs and even enabled APP_DEBUG setting in .env file, but all that Cloudron/logs folder was showing was...
> I have no idea how 2FAuth is integrated with Cloudron or how Cloudron works, but I think you were trying to find logs at Cloudron (or docker) level. The...
Hi, This is indeed a drawback of the 2FAuth model. That said, I'm not sure about the relevance of the > spotty internet on a remote location situation. If you...
Currently 2FAuth declares its presentation layer as a PWA via a [manifest file](https://github.com/Bubka/2FAuth/blob/master/public/manifest.json) and dedicated header tags: https://github.com/Bubka/2FAuth/blob/a1e0d4c110b9c5dadd4f2e756fb9ad1d333d749e/resources/views/landing.blade.php#L10-L18 I thought this was OK for both iOS and Android but I...
Hi, Thanks for your feedback. Offline mode has been requested for quite some time, but for now my position is still the same, I do not plan to add it....
@parasiteoflife This is an interesting approach. The webext wouldn't require much modification to support a fallback server (knowing you can already reset the webext at any time to bind it...
The web extension came recently while the _Use SSO only_ setting was already in place (without the extension use case in mind at the time of its implementation). I forgot...
Hi, What's the pb exactly? Email sending is not working at all? Or it's the log level that does not behave as expected? FYI, a successful test email sending only...
hum, I don't think `ssl` is a valid value for `MAIL_ENCRYPTION`. Try `tls` instead.