Go to file
Artemy Egorov f241a46e05
fix: isLocalResourse for proxy (#103)
GHSA-4c78-229v-hf6m
2024-03-05 21:53:40 +03:00
.github Fix dependabot (#95) 2024-03-04 08:10:37 +00:00
config Refactor: config folder for init and nginx.conf 2023-08-31 17:37:50 +04:00
src fix: isLocalResourse for proxy (#103) 2024-03-05 21:53:40 +03:00
static Interface improvements (#74) 2024-02-14 10:23:13 +03:00
templates Fix dependabot (#95) 2024-03-04 08:10:37 +00:00
.dockerignore Update .dockerignore 2023-08-27 12:41:35 +03:00
.env.example Fix connection refusion (#72) 2024-01-06 18:46:55 +00:00
.eslintrc.json Timeout (#70) 2023-12-13 21:08:24 +04:00
.gitattributes Initial commit 2023-08-13 20:38:33 +03:00
.gitignore Initial commit 2023-08-13 20:38:33 +03:00
.prettierrc Timeout (#70) 2023-12-13 21:08:24 +04:00
docker-compose.yml Timeout (#70) 2023-12-13 21:08:24 +04: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 fix: isLocalResourse for proxy (#103) 2024-03-05 21:53:40 +03:00
package.json fix: isLocalResourse for proxy (#103) 2024-03-05 21:53:40 +03:00
README.md Code format (#69) 2023-12-14 14:27:23 +04:00
tsconfig.json Mass refactoring and stackoverflow users parser (#83) 2024-02-25 18:17:56 +00:00

txt.
Documentation Instances
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, 🔗 linkedom, 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