querylab / lazywarden

Automatic Bitwarden Backup
https://lazywarden.com
MIT License
650 stars 15 forks source link

Solution to install Lazywarden in Unraid #19

Open dernick79 opened 1 month ago

dernick79 commented 1 month ago

After many many tries, i have the instruction for the installation of Lazywarden on Unraid.

1: install the docker container from the apps section in Unraid. 1

The config Path: like the image above

  1. you must creat the folder "lazywarden" in shares/appdata/
  2. create the folder "config" in shares/appdate/lazywarden/

Environmental Variable File:

  1. create a file called .env

  2. the .env file should look like here: https://github.com/querylab/lazywarden/blob/main/.env

  3. choose a backup path of your own choice

now change the config path, the environmental variable path and the backup path from "variable" into "path"

2-1 2-2

7. now follow exactly the instructions from querylab read twice or more!!!!!!!!!!!!

You need a free Bitwarden account

frome here: 4

to here

5

and do everything exactly as he explains.

At the end, your .env file should look like here: 6

Every point in the .env from "BW_URL" till "VIKUNJA_URL" should have a own Secret in Bitwardens Secret Manager. Also the "bw url"

The BW_URL secret is the url to your self hostet Vaultwarden not to bitwarden. in my case: https://*****.duckdns.org

In my Secret Manager there are 38 secrets!

And i only backup on unraid. Not to dropbox or google. My log looks like this:

8

but i have the backup

9

I'm not very good at writing instructions in English, but I hope I can help a few people with this. At least I have lazywarden running now.

querylab commented 1 month ago

@dernick79 thank you very much for this, I really appreciate the work you did

peterbata commented 1 month ago

Thank you @dernick79 Now I have to figure out how to restore the backup.

dernick79 commented 4 weeks ago

Thank you @dernick79 Now I have to figure out how to restore the backup.

do you have a tip for me? I haven't managed it yet

peterbata commented 4 weeks ago

Thank you @dernick79 Now I have to figure out how to restore the backup.

do you have a tip for me? I haven't managed it yet

See this post:

https://github.com/querylab/lazywarden/issues/20#issuecomment-2439604616

dernick79 commented 4 weeks ago

Thank you @dernick79 Now I have to figure out how to restore the backup.

do you have a tip for me? I haven't managed it yet

See this post:

https://github.com/querylab/lazywarden/issues/20#issuecomment-2439604616

ok, but how do i use the pytho script and where can i find it?