Pagination
Display a large number of items in a list by splitting them into multiple pages.
Pagination is only visible when the number of items exceeds PAGINATION_PER_PAGE.
note
The API ?ls always returns all items without pagination. Pagination is only applied to the web interface.
⚙️ Configuration
| Variable | Default | Values | Details |
|---|---|---|---|
| PAGINATION_PER_PAGE | 100 | number | added in v3.10 |
How to set configuration options
Set the environment variables when starting the container.
Use
Use
docker run...- ...with
-e PAGINATION_PER_PAGE=100 - ...with
--env-file .envand placePAGINATION_PER_PAGE=100in the file