==== BitWarden ==== Bitwarden est un logiciel de gestion de mot de passe. C'est un endroit sécuritaire pour mettre les mots de passe et il y a des clients pour beaucoup de plateformes. Je l'ai installé sur Windows, comme plugin Chrome et sur android sans problème. Pour y accéder: https://bw.patatemagique.biz Pour configurer les différents client, pointer sur https://bw.patatemagique.biz === URL === Application: https://bw.patatemagique.biz\\ Administration: https://bw.patatemagique.biz/admin === Configuration Docker: === == Docker properties GUI == *WebUI: 8343 *Container Port: 80 *App Data: /mnt/cache/cache_only/appdata/bitwarden/ * Container Path: /data/ *SIGNUPS_ALLOWED:true == Docker Command == Command: root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='Bitwarden' --net='bridge' --log-opt max-size='10m' --log-opt max-file='1' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'SIGNUPS_ALLOWED'='true' -p '8343:80/tcp' -v '/mnt/cache/cache_only/appdata/bitwarden/':'/data/':'rw' 'mprasil/bitwarden' 254dfa26d6c81680f32bc3bddcd882e8ae9b97ddc241ecb01259feb4e354fa98 The command finished successfully! === Backup === sqlite3 /mnt/cache/cache_only/appdata/bitwarden/db.sqlite3 ".backup '/mnt/user/backup/bitwarden/backup-$(date +%Y%m%d).sqlite3'"