txtdot/README.md
Artemy Egorov 99934ac3c7 fix: docs and dockerfile
change version of node
2023-08-27 15:17:34 +03:00

1.2 KiB

txt.
MIT license Latest release Matrix chat

HTTP proxy that parses only text, links and pictures from pages reducing internet traffic, removing ads and heavy scripts.

Uses Mozilla's readability.js, JSDOM, Fastify web framework.

Installation

npm install

Running

Dev

npm run dev

Prod

npm run build
npm run start

Docker

sudo docker build -t txtdot/txtdot:latest .
sudo docker run --network host -d txtdot/txtdot:latest