25 lines
557 B
Markdown
25 lines
557 B
Markdown
# Gallery
|
|
|
|
Simple gallery that displays random images from one or multiple directories.
|
|
|
|
## Usage
|
|
|
|
```bash
|
|
Usage of gallery:
|
|
-r Find galleries recursively
|
|
-d string
|
|
Description (default "A simple gallery")
|
|
-g string
|
|
Default page (default "index")
|
|
-i string
|
|
Gallery directory (default "images")
|
|
-p string
|
|
Port (default "8080")
|
|
-t string
|
|
Title (default "Gallery")
|
|
```
|
|
|
|
## License
|
|
|
|
This project is licensed under the MIT License. See the [LICENSE](https://git.rznet.fr/tchivert/gallery/src/branch/main/LICENSE) file for more information.
|