Skip to content

TBosak/mkfd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mkfd

Running locally:

Bun installation Visit https://bun.sh/ for more info

curl https://bun.sh/install | bash

To install dependencies:

bun install

To run:

bun run index.ts --passkey=your_passkey_here --cookieSecret=your_cookie_secret_here

Access the GUI at http://localhost:5000/

Running with Docker:

Locally:

docker build -t mkfd .
docker run -p 5000:5000 -v /local/mount/path:/configs -e PASSKEY=your_passkey -e COOKIE_SECRET=your_cookie_secret mkfd

Dockerhub:

docker pull tbosk/mkfd:latest
docker run -p 5000:5000 -v /local/mount/path:/configs -e PASSKEY=your_passkey -e COOKIE_SECRET=your_cookie_secret tbosk/mkfd:latest

To Do:

  • Locally testing subscriptions to feeds
  • Add all possible RSS fields to models
  • Add option for parallel iterators
  • Add form validation
  • Add selector suggestion engine
  • Add feed preview pane
  • Store/compare feed data to enable timestamping feed items
  • Create dockerfile
  • Create GUI
  • Utilities
    • HTML stripper
    • Source url wrapper for relative links
    • ...
  • Amass contributors (the more, the merrier)

paypal