Document the storage field
This commit is contained in:
parent
a37d26c4a6
commit
593e3d8d50
@ -9,7 +9,8 @@ Generic archive information:
|
|||||||
"https": true,
|
"https": true,
|
||||||
"software": "foolfuuka",
|
"software": "foolfuuka",
|
||||||
"boards": ["a"],
|
"boards": ["a"],
|
||||||
"files": ["a"]
|
"files": ["a"],
|
||||||
|
"storage": ["a"]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -22,3 +23,5 @@ make sure it does not overlap with an archive that previously died for example.
|
|||||||
`software` can be `"foolfuuka"` or `"fuuka"` for example.
|
`software` can be `"foolfuuka"` or `"fuuka"` for example.
|
||||||
|
|
||||||
`files` is the list of boards whose files (images, videos, pdfs) are also archived, even temporarily, and not just thumbnails.
|
`files` is the list of boards whose files (images, videos, pdfs) are also archived, even temporarily, and not just thumbnails.
|
||||||
|
|
||||||
|
`storage` is the list of boards where search is enabled. If this field is missing then it implies that search is enabled on all boards.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user