Skip to content

develoco/legovault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lego Vault

Vaultwarden and Caddy setup.

Start the service

Use docker compose up -d

Port forwarding

Forwarding port 80 is necessary for the ACME HTTP-01 challenge to work (Caddy uses Let's Encrypt certbot).

Temporarily allowing signups

Edit docker-compose.yml and change the environment variable SIGNUPS_ALLOWED from false to true.

Restart docker compose with docker compose down && docker compose up -d.

Do not commit this change to the git repo.

When done creating accounts issue:

git reset --hard
docker compose down
docker compose up -d

Udating when using Docker Compose

docker compose pull docker compose up -d

About

Vaultwarden and Caddy setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published