Skip to content

hueske-digital/vaultwarden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vault

This repository contains Vaultwarden – an integrated open source password management solution.

Setup instructions

Setup a host in Caddy pointing to port 80.

# EXTERNAL SERVICE WITH CLOUDFLARE PROXY #

https://vault.example.com {

    # import logging
    import cloudflare
    import tls
    import compression
    import header

    # enable this rule after configuration
    # handle @cloudflare {
    #     respond /admin* 404
    # }

    handle @cloudflare {
        reverse_proxy vault-app-1:80
    }
    respond 403
}

About

Bitwarden compatible server written in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published