QNAP [ VaultWarden ex: BitWarden_rs ] Password management solution for individuals, team

Eien a dit:
Oui j'ai vu mais tu modifies le core du programme. Du coup à chaque update il faut refaire et pas sûr que ça ne saute pas par la suite.
Je vais plutôt attendre que l'éditeur offre la possibilité ça sera plus simple.
On va se contenter du HTTP. De toute façon avec un bon mot de passe maître + 2FA on est assez tranquille :)

En tout cas merci du temps que tu as pris pour essayer de trouver une solution.

ton mdp maitre a beau etre le plus fort possible, en HTPP il passera toujours en clair entre le navigateur et l'application et ce sur tout son chemin.
Alors OK le 2FA lui renforce la sécurité, mais du HTTP depuis le wan pour un password, oublies !
 
Oui d'accord mais bon vu qu'on peut pas passer en HTTPS je me dis que c'est mieux que rien ...
 
Hello Stéphane
I was wondering if you had the chance to check if you would like to provide us with a version which uses MariaDB (MySQL)?
I already asked this last year and I'm still interested.
Maybe even more people would like to have a MySQL version...?
 
Bon j'ai pas mal fouillé mais impossible de passer en HTTPS. Si j'avais su je serais parti sur le docker plutôt que d'acheter l'appli sur le store. En espérant que ça évolue dans le futur.
 
alors du premier coup : :whistle:

Code:
export ROCKET_TLS='{certs="/mnt/ext/opt/QcloudSSLCertificate/cert/cert",key="/mnt/ext/opt/QcloudSSLCertificate/cert/key"}'

au démarrage :

[~] # /--------------------------------------------------------------------\
| Starting Bitwarden_RS |
|--------------------------------------------------------------------|
| This is an *unofficial* Bitwarden implementation, DO NOT use the |
| official channels to report bugs/features, regardless of client. |
| Report URL: https://github.com/dani-garcia/bitwarden_rs/issues/new |
\--------------------------------------------------------------------/

[2020-02-07 16:52:18][start][INFO] Rocket has launched from https://0.0.0.0:8000

testé localement et sur mon domaine Qnapcloud :bounce:
 
Alors là je me sens très con.... MERCI !

En fait j'avais oublié de mettre EXPORT en début de ligne comme une tanche ....

ROCKET_TLS='{certs="/mnt/ext/opt/QcloudSSLCertificate/cert/cert",key="/mnt/ext/opt/QcloudSSLCertificate/cert/key"}'
au lieu de :
export ROCKET_TLS='{certs="/mnt/ext/opt/QcloudSSLCertificate/cert/cert",key="/mnt/ext/opt/QcloudSSLCertificate/cert/key"}'
 
IMPORTANT : Si vous voulez utiliser l'application sur Android en HTTPS, il faut télécharger le certificat Intermédiaire SSL et l'ajouter sur le téléphone
 
updated

Code:
Added support for running on subpath, simply add the subpath to the DOMAIN variable: DOMAIN=https://example.com/custom-path
Attachment size limits, per-user and per-organization, set USER_ATTACHMENT_LIMIT or ORG_ATTACHMENT_LIMIT to a value in kilobytes to apply it.
Updated U2F library which might solve some U2F certificate errors.
Added SMTP test button in the admin page.
Use web vault built by docker autobuild, using the hash to reference the image for extra security
Now accepting y/n, True/False, 1/0 as config options that are booleans.
Fixed error Unique constraint violation when using Two Factor and Postgres.
Fixed error with can_signup_user that didn't allow to change the email address.
Don't error if admin token is empty but disabled
Now email domains are converted to punycode before sending
Enable icons to be cached in the clients
Added option to change invitation org name
Enabled the sending of invitations from the admin panel, even when disabled
Dependency updates
 
updated

Code:
Added support for organization policies
Added support for cloning ciphers
Update web vault to version 2.13
Allow the SMTP login mechanism to be provided without quotes or initial uppercase
Updated dependencies
Make panics loggable
Fix errors when importing into an org or accepting invites
 
updated

Code:
Fixed bug with sync error in mobile clients.
Update web vault to 2.13.2.
Fix websockets missing id.
Improvements to docker health check, including subdirectory support.
Allow changing the build version with BWRS_VERSION env variable during cargo build.
Other dependency updates and bug fixes.
 
Hello Stéphane
I was wondering if you had the chance to check if you would like to provide us with a version which uses MariaDB (MySQL)?
I already asked this last year and I'm still interested.
Maybe even more people would like to have a MySQL version...?
 
it is already available since version 1.14.1

https://www.qnapclub.eu/fr/qpkg/880

check bitwardenSQL ... MariadDB is embedded and all is already preset (key hand solution)
 
Thanks, that is awesome.
But....
You're using an embedded SQL DB, would it also be possible to use the QTS MariaDB?
 
Ok, that makes sense.
What if I would like to use your QMariaDB QPKG to run a separate MySQL server which I would use for all my other web applications aswell?
It would just be perfect to use the same MySQL server for everything right?
 
Ok then...
I don‘t know about the QPKG installations, but could you ask for the username and password during installation?