ce0dc0880c4bb8ef040bd3ecc5a1de046975763f
Jellomator
Dark, SQLite-backed dashboard for Arr* services and custom links.
Features
- First-run admin setup
- Cookie-based admin auth
- Public dashboard with search/filter
- Link CRUD backed by SQLite
- Icon blobs stored in SQLite
- Single-container deployment
Local Dev
npm install
npm run dev
Backend runs on http://localhost:6363.
Docker
docker compose up --build
The app uses exactly one bind mount:
./jellomator.sqlite:/app/data/jellomator.sqlite
SQLite
All data lives in SQLite, including uploaded icon blobs. There is no separate uploads directory.
Gitea CI/CD
Add these secrets in Gitea:
REGISTRYREGISTRY_USERNAMEREGISTRY_PASSWORDIMAGE_NAME
The workflow builds and pushes latest plus the commit SHA tag.
Description
Languages
Python
58.4%
TypeScript
34.8%
CSS
3%
Dockerfile
1.4%
HTML
1.3%
Other
1.1%