diff --git a/content/_index.md b/content/_index.md index b27732d..bc4eed3 100644 --- a/content/_index.md +++ b/content/_index.md @@ -5,6 +5,8 @@ Links to all the services (and the software they're using) hosted on boba.best: - [bobatube](https://peertube.boba.best) - [PeerTube](https://joinpeertube.org) - [pleroma.boba.best](https://pleroma.boba.best) - [Pleroma](https://pleroma.social) +- [bobavault](https://vault.boba.best) - + [Vaultwarden](https://github.com/dani-garcia/vaultwarden) (aka bitwarden_rs) See the [Services category]({{< relref "services/" >}}) for more information about each service. diff --git a/content/services/bobavault.md b/content/services/bobavault.md new file mode 100644 index 0000000..a52a6d3 --- /dev/null +++ b/content/services/bobavault.md @@ -0,0 +1,16 @@ ++++ +title = "bobavault" + +description = """ +bobavault runs Vaultwarden, a rewrite of the Bitwarden server in Rust. +""" ++++ + +## URLs + +- https://vault.boba.best + +## Vaultwarden + +For more information about Vaultwarden, see the +[README](https://github.com/dani-garcia/vaultwarden/blob/main/README.md).