Added tor proxy and removed vikunja

This commit is contained in:
2026-03-26 11:57:10 -04:00
parent 3c72c96ae2
commit 0dbdd1ff5b
94 changed files with 40963 additions and 7719 deletions

View File

@@ -0,0 +1,8 @@
services:
tor-proxy:
image: peterdavehello/tor-socks-proxy:latest
container_name: tor-proxy
network_mode: host
restart: unless-stopped
volumes:
- /mnt/user/flook-stacks/stacks/tor-proxy/torrc:/etc/tor/torrc:ro

4
stacks/tor-proxy/torrc Normal file
View File

@@ -0,0 +1,4 @@
SocksPort 0.0.0.0:9050
SocksPolicy accept 192.168.1.0/24
SocksPolicy reject *
Log notice stdout