9 Commits

Author SHA1 Message Date
Barry Deen
49bd213942 update readme with minimum followers 2024-09-12 15:24:31 -04:00
Barry Deen
9efa2149d0 revert db engine 2024-09-09 18:38:12 -04:00
Barry Deen
2aab9f3e49 update refresh interval on readme, add archiving logging 2024-09-09 18:37:31 -04:00
Barry Deen
0505740f1e cleaner logic, fix segfault, update readme 2024-09-07 23:39:23 -04:00
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
ca8dde54f1 feat: update Dockerfile, docker-compose and README for better Docker usage
This commit updates the Dockerfile to use a more docker-friendly approach. Instead of cloning the repository inside the Dockerfile, it now copies the files from the host. It also sets some fixed environment variables and uses a .env file for the rest.

The docker-compose.yml file now uses an .env file for more convenient environment variable management. It also maps volumes to the host, allowing you to change the paths of the `db` folder and `templates` folder.

The README.md has been updated with new instructions reflecting these changes. It now includes instructions for running the Docker container in the foreground or background, and for updating the relay.
2024-09-07 15:57:21 +02:00
Barry Deen
f3ed790a96 fix example and path 2024-09-06 19:26:42 -04:00
Barry Deen
5135dd4874 init wot relay 2024-09-06 11:16:40 -04:00