No description
  • Go 51.2%
  • TypeScript 45.1%
  • Dockerfile 1.7%
  • HTML 0.8%
  • CSS 0.8%
  • Other 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-07 18:02:21 +03:00
db/migrations init 2026-07-05 20:17:48 +03:00
jackett init 2026-07-05 20:17:48 +03:00
screenshots add readme 2026-07-05 20:51:36 +03:00
web add grid view for trending movies 2026-07-07 18:02:21 +03:00
.gitignore init 2026-07-05 20:17:48 +03:00
db.go init 2026-07-05 20:17:48 +03:00
Dockerfile fix env loading in development 2026-07-07 17:39:08 +03:00
go.mod add Dockerfile 2026-07-05 20:33:46 +03:00
go.sum add Dockerfile 2026-07-05 20:33:46 +03:00
Justfile add Dockerfile 2026-07-05 20:33:46 +03:00
main.go fix env loading in development 2026-07-07 17:39:08 +03:00
package.json init 2026-07-05 20:17:48 +03:00
readme.md fix readme 2026-07-05 20:52:42 +03:00
torrents.go init 2026-07-05 20:17:48 +03:00
trending.go fix all movies being trending 2026-07-07 17:40:23 +03:00

watch this

Web application for finding new stuff to watch.

Installation

Add service to docker-compose.yml

watch-this:
  image: git.tsivinsky.com/tsivinsky/watch-this:latest
  container_name: watch-this
  restart: unless-stopped
  expose:
    - 5000
  environment:
    - DATABASE_PATH=/db/sqlite.db
    - JACKETT_HOST=https://jackett.example.org
    - JACKETT_API_KEY=some secret key
    - QBITTORRENT_HOST=https://qbittorrent.example.org
    - QBITTORRENT_USERNAME=user
    - QBITTORRENT_PASSWORD=password
  volumes:
    - ./watch-this-db:/db

Screenshots

Movies tab

Movies tab