Skip to content

RSS + Transmission + PostgreSQL + Nuxt.js project

License

Notifications You must be signed in to change notification settings

tarpha/torrssen

Repository files navigation

torrssen

RSS + Transmission + PostgreSQL + Nuxt.js project

This is Web UI which can output RSS list stored in DB and send the download request by Transmission

Optimized for iPhone screen size

Env Setup

install Node.js

install yarn (optional. but recommanded)

Rename and fill env-default-rename-to.env file to .env

Reader Setup

option 1. DB

Set READER env variable to DB (inside .env file)

Generated **RSS** table as `sql/ddl/rrs.sql`

option 2. Url

Set READER env variable to RSS (inside .env file)

Set RSSURL env variable to {site url}

Build Setup

# install dependencies
$ npm install # Or yarn

# serve with hot reload at localhost:3000
$ npm run dev # Or yarn dev

# build for production
$ npm run build # Or yarn build

# launch server (after build)
$ npm start # Or yarn start

Setting Page

# {IP}:{PORT}/setting

For detailed explanation on how things work, checkout the Nuxt.js docs.

About

RSS + Transmission + PostgreSQL + Nuxt.js project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages