Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eliseomartelli/bitwarden_vps_docker
Setups a machine to serve bitwarden(rs) using caddy as a proxy. Powered by ansible.
https://github.com/eliseomartelli/bitwarden_vps_docker
Last synced: 30 days ago
JSON representation
Setups a machine to serve bitwarden(rs) using caddy as a proxy. Powered by ansible.
- Host: GitHub
- URL: https://github.com/eliseomartelli/bitwarden_vps_docker
- Owner: eliseomartelli
- License: mit
- Created: 2019-10-03T09:20:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-05T17:37:17.000Z (over 4 years ago)
- Last Synced: 2024-10-30T04:10:51.364Z (2 months ago)
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Bitwarden(rs) VPS
![Ansible CI](https://github.com/eliseomartelli/bitwarden_vps_docker/workflows/Ansible%20CI/badge.svg)
Setups a machine to serve bitwarden(rs) using caddy as a proxy.
Powered by ansible.## Prerequisites
1. A server
2. Ansible installed on your machine.## Install
```bash
# Clone the repo
git clone https://github.com/eliseomartelli/bitwarden_vps_docker# Enter the repo directory
cd bitwarden_vps_docker# Copy the default variable file
cp variables/default.yaml.stub variables/default.yaml# Edit the default variable file
vi variables/default.yaml # Put your domain name here# Copy the inventory file
cp inventory.stub inventory# Edit the inventory file
vi inventory # Put your inventory here# Run the playbook
ansible-playbook -i inventory -k playbook.yaml
```