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

https://github.com/cyteon/flux

Yet another self-hostable media server
https://github.com/cyteon/flux

Last synced: about 1 year ago
JSON representation

Yet another self-hostable media server

Awesome Lists containing this project

README

          

# Flux

Yet another self-hostable media server, made with sveltekit and sqlite

## Running locally

1. Clone repo

```bash
$ git clone https://github.com/cyteon/flux
$ cd flux
```

2. Install deps

```bash
$ npm i
```

3. Migrate DB

```bash
$ npx sequelize-cli db:migrate
```