Created Getting Started (markdown)

Bernd Schoolmann 2023-12-28 10:25:13 +01:00
parent 30c457453a
commit 981cc166da
1 changed files with 24 additions and 0 deletions

24
Getting-Started.md Normal file

@ -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>`