Merge pull request #4 from dsblank/patch-3

Need to add password to me.yml
This commit is contained in:
Thomas Sileo 2018-06-03 18:15:18 +02:00 committed by GitHub
commit 69fe1e67e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,20 @@ $ cp -r config/me.sample.yml config/me.yml
```shell ```shell
$ make password $ make password
Password: <enter a password; nothing will show on screen>
$2b$12$iW497g...
```
Edit `config/me.yml` to add the above-generated password, like so:
```
username: 'username'
name: 'You Name'
icon_url: 'https://you-avatar-url'
domain: 'your-domain.tld'
summary: 'your summary'
https: true
pass: $2b$12$iW497g...
``` ```
### Deployment ### Deployment