diff --git a/apps/tor-socks-proxy/config.json b/apps/tor-socks-proxy/config.json new file mode 100644 index 0000000000..e66808e48d --- /dev/null +++ b/apps/tor-socks-proxy/config.json @@ -0,0 +1,17 @@ +{ + "name": "Tor Socks Proxy", + "id": "tor-socks-proxy", + "available": true, + "short_desc": "Tor Socks5 proxy server inside a Docker container", + "author": "PeterDaveHello", + "port": 9180, + "categories": ["network"], + "description": "The super easy way to set up a Tor Socks5 proxy server inside a Docker container, without Tor relay/exit node function enabled.", + "tipi_version": 1, + "version": "v1.0.0", + "source": "https://github.com/PeterDaveHello/tor-socks-proxy", + "exposable": true, + "supported_architectures": ["arm64", "amd64"], + "created_at": 1729881000000, + "updated_at": 1729881000000 + } \ No newline at end of file diff --git a/apps/tor-socks-proxy/docker-compose.yml b/apps/tor-socks-proxy/docker-compose.yml new file mode 100644 index 0000000000..7cb05bb6bd --- /dev/null +++ b/apps/tor-socks-proxy/docker-compose.yml @@ -0,0 +1,12 @@ +version: "3.9" + +services: + tor-socks-proxy: + container_name: tor-socks-proxy + image: peterdavehello/tor-socks-proxy:latest + restart: unless-stopped + ports: + - ${APP_PORT}:9150/tcp + networks: + - tipi_main_network + \ No newline at end of file diff --git a/apps/tor-socks-proxy/metadata/description.md b/apps/tor-socks-proxy/metadata/description.md new file mode 100644 index 0000000000..693f5e2bfd --- /dev/null +++ b/apps/tor-socks-proxy/metadata/description.md @@ -0,0 +1,93 @@ +
+ +
+ +# Tor-socks-proxy + +![license](https://img.shields.io/badge/license-GPLv3.0-brightgreen.svg?style=flat) +[![Build Status](https://app.travis-ci.com/PeterDaveHello/tor-socks-proxy.svg?branch=master)](https://app.travis-ci.com/PeterDaveHello/tor-socks-proxy) +[![Docker Hub pulls](https://img.shields.io/docker/pulls/peterdavehello/tor-socks-proxy.svg)](https://hub.docker.com/r/peterdavehello/tor-socks-proxy/) + +[![Docker Hub badge](http://dockeri.co/image/peterdavehello/tor-socks-proxy)](https://hub.docker.com/r/peterdavehello/tor-socks-proxy/) + +The super easy way to set up a [Tor](https://www.torproject.org) [SOCKS5](https://en.wikipedia.org/wiki/SOCKS#SOCKS5) [proxy server](https://en.wikipedia.org/wiki/Proxy_server) inside a [Docker](https://en.wikipedia.org/wiki/Docker_(software)) [container](https://en.wikipedia.org/wiki/Container_(virtualization)), without Tor relay/exit node function enabled. + +## Docker image Repository + +We push the built image to Docker Hub and GitHub Container Registry: + +- GitHub Container Registry: + - `ghcr.io/peterdavehello/tor-socks-proxy` + -