Skip to content

wes4ray-coder/jellystat

Repository files navigation

Jellystat Simple Server

This is a minimal Flask app that starts a web server and displays "Hello world" on the Dashboard. It also includes a left sidebar with Dashboard and Settings.

Features:

  • Dashboard: shows "Hello world"
  • Settings: set host/IP and port and save to config.json

Run (Windows PowerShell):

python -m venv .venv; .\.venv\Scripts\Activate.ps1; pip install -r requirements.txt
python app.py

Default port is 4242 and default host is 0.0.0.0. Settings are stored in config.json next to app.py after you save them.

Screenshots

Dashboard view:

Dashboard view

Settings view:

Settings view

About

a stats display for jellfin

Resources

Stars

Watchers

Forks

Packages

No packages published