mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-02-05 00:29:40 +03:00
Ansible playbook for raspberry pi #707
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @martient on GitHub (May 14, 2020).
Hi,
I have created an ansible playbook for my personal deployment of Bitwarden RS on my raspberry pi 3B+.
This installation used Docker to work with two service bitwardenrs: raspberry and Caddy, you can find all the information for use it on this repository: https://github.com/martient/bitwardenrs-ansible
Duration of the installation: 5-10 minutes
@fbartels commented on GitHub (May 14, 2020):
Hi @martient,
just a quick remark. Instead of telling users to modify the docker-compose.yml you could also get the changed values either from a .env file located from where you are running docker-compose or you could export these to the environment of the shell (so you could also set it directly with ansible if I am not mistaken).
@martient commented on GitHub (May 14, 2020):
Hi @fbartels,
Thanks for your remark, I took it and do the modification tonight, it's clearly a better approach
@jjlin commented on GitHub (May 17, 2020):
I've created a wiki page for indexing deployment examples: https://github.com/dani-garcia/bitwarden_rs/wiki/Deployment-examples
Feel free to edit that page and add a better summary of your example if you like. Please close this issue; it's not really an issue in the software.