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.
- Host: GitHub
- URL: https://github.com/khalidibnwalid/medialist
- Owner: khalidibnwalid
- License: mit
- Created: 2024-07-22T16:27:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-07T07:06:53.000Z (5 months ago)
- Last Synced: 2026-02-12T12:41:30.931Z (5 months ago)
- Topics: catelog, collection, collection-manager, docker, self-hosted, selfhosted
- Language: TypeScript
- Homepage:
- Size: 3.27 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
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).