This commit is contained in:
gardouille 2023-04-25 16:49:42 +02:00
commit 9ef7e3b221
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
2 changed files with 24 additions and 0 deletions

5
LICENSE Normal file
View File

@ -0,0 +1,5 @@
Copyright 2023-2023 Gardouille
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
http://www.wtfpl.net/

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# vaultwarden-docker-build
This repository contains the source to build an archive for both
[Vaultwarden](https://github.com/dani-garcia/vaultwarden) and
[Web Vault builds for Vaultwarden](https://github.com/dani-garcia/bw_web_builds).
## Usage
If you have [Docker](https://www.docker.com/) installed locally, just run the following:
```bash
user@hostname$ ./build.sh
```
By default this will build the last version on Debian Bullseye and put the
archive to target/ directory.
## References
* [ayosec/polybar-debian](https://github.com/ayosec/polybar-debian)