An open API service indexing awesome lists of open source software.

https://github.com/khalidibnwalid/medialist

MediaList is a self-hosted home for collectors and enthusiasts, where every item page is fully customizable to create the perfect media collection.
https://github.com/khalidibnwalid/medialist

catelog collection collection-manager docker self-hosted selfhosted

Last synced: 4 months ago
JSON representation

MediaList is a self-hosted home for collectors and enthusiasts, where every item page is fully customizable to create the perfect media collection.

Awesome Lists containing this project

README

          



MediaList



MediaList is a self-hosted home for collectors and enthusiasts, where every item page is fully customizable to create the perfect media collection.








## Installation

You can install it directly from Docker by running:

```bash
docker run --name medialist -p 3000:3000 -e PORT=3000 -e DATABASE_PATH=db/sqlite.db -v medialist:/app/public/users -v medialist:/app/db khalidibnwalid/medialist
```

For more details, see [Installation Guide](https://github.com/khalidibnwalid/medialist/wiki/Installation)

## Contribution

Consider supporting the project by starring the repository!
You can contribute by reporting bugs or suggesting new features through issues.

If you're a developer looking to get involved, check out the [Contributing Guide](./docs/CONTRIBUTING.md).