From ff7af715fdf37f374aeced1d544a7d6447828830 Mon Sep 17 00:00:00 2001 From: DownThePark <28867175+DownThePark@users.noreply.github.com> Date: Mon, 25 Mar 2024 06:22:09 -0400 Subject: [PATCH] Update snap package details --- Third-party-packages.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Third-party-packages.md b/Third-party-packages.md index 1252a71..1e45df8 100644 --- a/Third-party-packages.md +++ b/Third-party-packages.md @@ -123,10 +123,11 @@ New versions are automatically built every night 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` -## Snapcraft +## Snap -Available as a [snap](https://github.com/DownThePark/snapcraft-vaultwarden) through the [Snap Store](https://snapcraft.io/vaultwarden). The web-vault is also included and enabled by default. +Vaultwarden is available as a snap through the [Snap Store](https://snapcraft.io/vaultwarden), and can be installed from the command line using the following command: -Vaultwarden can be installed from the command line using: `snap install vaultwarden` - -Its configuration file is located at: `/var/snap/vaultwarden/current/.env` \ No newline at end of file +``` +sudo snap install vaultwarden +``` +The configuration file can be found at: `/var/snap/vaultwarden/current/vaultwarden.conf` \ No newline at end of file