From 534bb7c9652837228686c20e4fe44ea45bb30545 Mon Sep 17 00:00:00 2001 From: DownThePark Date: Sat, 30 Dec 2023 23:12:00 -0500 Subject: [PATCH] Add Snap app link --- Third-party-packages.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Third-party-packages.md b/Third-party-packages.md index 9f62877..a18b264 100644 --- a/Third-party-packages.md +++ b/Third-party-packages.md @@ -112,4 +112,12 @@ New versions are automatically built every night ## Void Linux Available in void-packages as [vaultwarden](https://github.com/void-linux/void-packages/tree/master/srcpkgs/vaultwarden): `xbps-install vaultwarden` -The web vault ([vaultwarden-web](https://github.com/void-linux/void-packages/tree/master/srcpkgs/vaultwarden-web)) can be optionally installed as well: `xbps-install vaultwarden-web` \ No newline at end of file +The web vault ([vaultwarden-web](https://github.com/void-linux/void-packages/tree/master/srcpkgs/vaultwarden-web)) can be optionally installed as well: `xbps-install vaultwarden-web` + +## Snap App + +[Vaultwarden](https://github.com/DownThePark/snapcraft-vaultwarden) is available as a Snap through the Snap Store at https://snapcraft.io/vaultwarden + +It can be installed on the command line using: `snap install vaultwarden` + +The configuration file is located at: `/var/snap/vaultwarden/current/.env` \ No newline at end of file