VictorNine / bitwarden-go

A Bitwarden-compatible server written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's the path to access the web vault?

UntouchedWagons opened this issue · comments

I've got bitwarden-go installed in an lxc container and have it listening on 0.0.0.0:8000 but when I point my browser to 192.168.0.37:8000 it just says '404 page not found'

Hey @UntouchedWagons it seems that it doesn't have web UI (web vault), so you can only use API by bitwarden clients.

If you want web vault check out https://github.com/dani-garcia/bitwarden_rs it seems that current project is not maintained anymore since april

Yeah I've got that one installed in its own container, but I really don't like docker, I find it a pain to troubleshoot.

you can run it without docker. just Install golang, build application and use it :)

I mean Dani Garcia's implementation

Then you would need to install Rust. Belive me it takes soooooooo long to build this programm ;)