Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 829 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 829 Bytes

shiori is a web application to simply store, manage and search through links by meta variables like description or tags. MeiliSearch is used therefore as high-performance full-text search database to provide blazingly fast search results even in huge datasets. The dataset will be accessable over a REST API via web or CLI application.


Deployment

Best practice is to deploy shiori with Docker and docker-compose. In this repository, you can find an example and ready-to-run docker-compose.yml.

You can use this as base to set up on or integrate this into your current infrastructure.

Or just use it to play around with it on a local machine.