No description
- Go 51.2%
- TypeScript 45.1%
- Dockerfile 1.7%
- HTML 0.8%
- CSS 0.8%
- Other 0.4%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| db/migrations | ||
| jackett | ||
| screenshots | ||
| web | ||
| .gitignore | ||
| db.go | ||
| Dockerfile | ||
| go.mod | ||
| go.sum | ||
| Justfile | ||
| main.go | ||
| package.json | ||
| readme.md | ||
| torrents.go | ||
| trending.go | ||
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
