mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-15 14:33:09 +01:00
add instructions for Gentoo
parent
83b5bd6925
commit
9e365a36d7
1 changed files with 9 additions and 0 deletions
|
@ -44,6 +44,15 @@ dnf config-manager --add-repo https://evermeet.cx/pub/repo/fedora/evermeet.repo
|
|||
dnf install vaultwarden vaultwarden-webvault
|
||||
```
|
||||
|
||||
## Gentoo
|
||||
User can customize (whether to use mysql/sqlite/postgresql or web/cli) how vaultwarden is built with USE flags.
|
||||
First enable GURU overlay by following [this wiki](https://wiki.gentoo.org/wiki/Project:GURU/Information_for_End_Users). To view available USE flags for vaultwarden, `equery uses vaultwarden`.
|
||||
|
||||
```
|
||||
echo "app-admin/vaultwarden <your USE flags here>" >> /etc/portage/package.use/vaultwarden
|
||||
emerge app-admin/vaultwarden
|
||||
```
|
||||
|
||||
## Nix (OS)
|
||||
|
||||
Vaultwarden is both packaged for mysql, sqlite, postgresql and for vault. There is also a NixOS module for declarative configuration (see `services.vaultwarden`)
|
||||
|
|
Loading…
Reference in a new issue