Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Jul 17, 2024
1 parent 851bb0a commit c617baa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions sessions-backup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,13 @@ Files are named using
```shell
"/var/backup/lemonldap-ng/$(date --utc +'%F_%H:%M:%S')-sessions-backup.json"
```

## Configuration

See [yadd/lemonldap-ng-base](https://github.com/guimard/llng-docker/blob/master/base/README.md#readme).

You can restrict the backup to a particular scope using `BACKUP` environment
variable:

* `BACKUP=persistent`: only "persistent" sessions are saved
* `BACKUP=refresh_tokens`: only OIDC refresh tokens are saved

0 comments on commit c617baa

Please sign in to comment.