Created Getting Started (markdown)
parent
30c457453a
commit
981cc166da
|
@ -0,0 +1,24 @@
|
|||
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.
|
||||
|
||||
Next, set a pin for your vault:
|
||||
`goldwarden set pin`
|
||||
|
||||
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 login --email <email>`
|
||||
|
Loading…
Reference in New Issue