Go to file
2023-09-13 11:30:37 +03:00
.github/workflows ci: push docker image to ghcr 2023-09-13 11:30:37 +03:00
config Refactor: config folder for init and nginx.conf 2023-08-31 17:37:50 +04:00
src Bugfix: [Google] window is not defined 2023-09-11 13:34:50 +04:00
static Fonts list 2023-08-29 20:14:54 +04:00
templates CSS: border instead of hr, default margin 2023-08-23 15:43:57 +04:00
.dockerignore Update .dockerignore 2023-08-27 12:41:35 +03:00
.env.example Shorter config key, comments 2023-08-21 15:30:06 +04:00
.eslintrc.json Initial commit 2023-08-13 20:38:33 +03:00
.gitattributes Initial commit 2023-08-13 20:38:33 +03:00
.gitignore Initial commit 2023-08-13 20:38:33 +03:00
docker-compose.yml fix: all docker issues 2023-08-28 22:15:13 +03:00
Dockerfile fix: all docker issues 2023-08-28 22:15:13 +03:00
LICENSE Create LICENSE 2023-08-14 14:39:36 +03:00
package-lock.json feat: micromatch system to match domains 2023-09-04 21:34:36 +03:00
package.json feat: micromatch system to match domains 2023-09-04 21:34:36 +03:00
README.md Multi-stage build, compose yml 2023-08-28 12:34:48 +04:00
tsconfig.json ci: cleancss and copyfiles 2023-08-15 17:15:54 +03:00

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

docker compose build
docker compose up -d