docs: add the isLocal flags description

This complete the feature added previously about masking local url link when startpage is accessed from the outside world aka internet :)
This commit is contained in:
Forlot Romain 2022-10-13 21:50:38 +02:00 committed by GitHub
parent 1f2686d3ec
commit 686464932a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,8 +26,9 @@ Your bookmark data is in `/data/data.yaml`. You can take a look at sample file f
## BookmarkData
| Field | Type | Meaning |
| ----- | ------ | ------------------------------------------------------ |
| name | string | Bookmark name |
| icon | string | Bookmark icon, can be fontawesome class or direct link |
| url | string | Bookmark url |
| Field | Type | Meaning |
| ------- | ------- | -------------------------------------------------------------------------------------- |
| name | string | Bookmark name |
| icon | string | Bookmark icon, can be fontawesome class or direct link |
| url | string | Bookmark url |
| isLocal | boolean | Is this bookmark a local url that is not meant to be expose when accessed by internet. |