txtdot
A HTTP proxy that parses only text, links and pictures from pages reducing internet bandwidth usage, removing ads and heavy scripts.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3'
services:
txtdot:
image: ghcr.io/txtdot/txtdot:latest
ports:
- '8080:8080'
restart: unless-stopped
volumes:
- '.env:/app/packages/server/dist/.env'Resources
Website: https://txt.dc09.ru/
GitHub: https://github.com/TxtDot/txtdot
GitHub Container Registry: https://github.com/txtdot/txtdot/pkgs/container/txtdot
Configuration: https://txtdot.github.io/documentation/docker/