From 9ef7e3b2213131531d95ba1e5f8e80040ea65d19 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 25 Apr 2023 16:49:42 +0200 Subject: [PATCH] Init --- LICENSE | 5 +++++ README.md | 19 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..74f2320 --- /dev/null +++ b/LICENSE @@ -0,0 +1,5 @@ +Copyright 2023-2023 Gardouille + +DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + + http://www.wtfpl.net/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..ac10b21 --- /dev/null +++ b/README.md @@ -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)