Document the storage field

This commit is contained in:
Mayhem 2015-10-07 20:21:23 +02:00
parent a37d26c4a6
commit 593e3d8d50

View File

@ -9,7 +9,8 @@ Generic archive information:
"https": true,
"software": "foolfuuka",
"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.
`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.