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
- Host: GitHub
- URL: https://github.com/cyteon/flux
- Owner: Cyteon
- License: agpl-3.0
- Created: 2025-04-25T18:00:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-25T19:07:34.000Z (about 1 year ago)
- Last Synced: 2025-04-25T20:23:07.141Z (about 1 year ago)
- Language: JavaScript
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```