-
Notifications
You must be signed in to change notification settings - Fork 30
Getting Started
To get started, run:
goldwarden setup polkit
.
goldwarden setup systemd
in order to make sure that the daemon automatically starts on boot, and that the polkit permission required for system authentication is available.
Setup goldwarden as a task to startup according to https://superuser.com/questions/1168587/how-to-run-an-exe-application-as-a-background-task-on-startup. The command should be goldwarden.exe daemonize
.
Setup goldwarden to start up using launchd or a startup script as described here: https://superuser.com/a/995564
Next, set a pin for your vault:
goldwarden vault pin set
And, if you have a custom server, configure the endpoints:
goldwarden config set-api-url https://my.bitwarden.domain/api
goldwarden config set-identity-url https://my.bitwarden.domain/identity
goldwarden config set-notifications-url https://my.bitwarden.domain/notifications
Finally, you can login:
goldwarden vault login --email <email>
If you get an error about unusual traffic, you can try loggin in with an API key instead. This is how you get it: https://bitwarden.com/help/personal-api-key/
And then configure it in goldwarden using:
goldwarden config set-client-id <my-client-id>
goldwarden config set-client-secret <my-client-secret>