3 Commits

Author SHA1 Message Date
fsociety
3698089a8f feat: remove clearnet option from application configuration
This commit removes the ENABLE_CLEARNET option from the .env.example file and the docker-compose.tor.yml file. The application will now only use the default port 3334.
2024-09-07 17:05:30 +02:00
fsociety
4dc6cab618 feat: add optional Tor support with clearnet toggle
Added support for optionally running the wot-relay service as a Tor hidden service. Updated the docker-compose.tor.yml file to conditionally enable clearnet access, based on the `ENABLE_CLEARNET` environment variable. Updated the README.md file with instructions on how to use this feature.
2024-09-07 16:53:07 +02:00
fsociety
6372f55a7b feat: add Tor support for relay service
Add Tor support for the relay service in the docker-compose file. Also, rename the service from `wot-relay` to `relay`. Add a new `torrc` configuration file and a `.gitignore` file in the `tor/data` directory to prevent sensitive data from being tracked. Also, create a new `docker-compose.tor.yml` file for Tor-specific configurations.
2024-09-07 16:37:58 +02:00