Barry Deen
f1ff8bb6bb
prevent archiving from getting stuck
2024-09-11 12:55:40 -04:00
Barry Deen
3fdc038310
Merge pull request #22 from bitvora/dev-staticHandler
...
ability to serve any file from /static/
2024-09-10 17:17:39 -04:00
Barry Deen
489e51e274
ability to serve any file from /static/
2024-09-10 17:17:03 -04:00
Barry Deen
559d0ca1f4
Merge pull request #20 from vazw/master
...
ADD wot.siamstr.com
2024-09-10 09:06:52 -04:00
vazw
f684c13b7f
ADD wot.siamstr.com
2024-09-10 14:31:05 +07:00
Barry Deen
0897e1634b
add some public relays to readme
2024-09-09 23:45:48 -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
13d23ee8a2
Merge pull request #17 from bitvora/dev-filterError
...
remove useless logging, update go-nostr
v0.1.1
2024-09-08 10:56:19 -04:00
Barry Deen
c8353369a3
remove useless logging, update go-nostr
2024-09-08 10:55:56 -04:00
Barry Deen
047774a027
Merge pull request #14 from gbozee/master
...
Optimized dockerfile for small images and Github action to build on new release.
2024-09-08 09:23:00 -04:00
Biola
814706b22c
resolved white space issues
2024-09-08 10:11:49 +01:00
Abiola
307eab490d
Merge pull request #1 from gbozee/upstream2-master
...
added wot-relay in .gitignore
2024-09-08 10:03:32 +01:00
Biola
6a6f1c9108
added wot-relay in .gitignore
2024-09-08 10:02:35 +01:00
Biola
413e6df9e6
fixed inconsistencies with upstream
2024-09-08 09:52:03 +01:00
Biola
89a0552ce8
restart services always
2024-09-08 06:36:35 +01:00
Biola
3bcf881473
added traefik support for easy deployment with ssl certificate
2024-09-08 06:33:58 +01:00
Barry Deen
282f8ef71f
Merge pull request #15 from bitvora/dev-filterError
...
remove relays that aren't cooperating
2024-09-08 00:53:18 -04:00
Barry Deen
241c94e4d7
remove nos.social because they just return random crap we didnt ask for
2024-09-08 00:52:42 -04:00
Barry Deen
7a114cb3a8
Merge pull request #13 from girino/master
...
Use compile tags to build for arm64 (switch to badgerdb)
2024-09-08 00:36:58 -04:00
Your Name
2ce02fba9c
Merge remote-tracking branch 'upstream/master'
2024-09-08 01:17:24 -03:00
Barry Deen
0505740f1e
cleaner logic, fix segfault, update readme
v0.1.0
2024-09-07 23:39:23 -04:00
Biola
f2f3d83eba
chore: Optimized docker container with github action
2024-09-08 03:25:42 +01:00
Biola
ee2b4eef6d
Resolved merge conflicts
2024-09-08 02:56:47 +01:00
Biola
ae947e2f1f
initial commit
2024-09-08 02:53:52 +01:00
Your Name
cee4d78223
go.sum and go.add for badger db
2024-09-07 22:09:13 -03:00
Your Name
7fa90fa885
dockerfiles with tag for badgerdb
2024-09-07 22:03:04 -03:00
Your Name
b8ae4a5ccb
use tags to select abdger db
2024-09-07 22:01:13 -03:00
Barry Deen
dd9763e967
performance optimization, sexyness upgrade
2024-09-07 20:14:43 -04:00
Barry Deen
55bae27490
explicit cancel
2024-09-07 17:28:42 -04:00
Barry Deen
f60362cd14
Merge pull request #11 from bitvora/dev-stabilityFixCtx
...
check for blank chunks
2024-09-07 17:26:50 -04:00
Barry Deen
d1198a31b5
check for blank chunks
2024-09-07 17:26:26 -04:00
Barry Deen
6ccb91e652
Merge pull request #10 from bitvora/dev-stabilityFixCtx
...
new context for each pull, no eose
2024-09-07 17:09:15 -04:00
Barry Deen
a97e0ab2d8
new context for each pull, no eose
2024-09-07 17:08:55 -04:00
Barry Deen
62aac83d0a
Merge pull request #8 from bitvora/dev-updateReadme
...
update readme with better .env paths
v0.0.2
2024-09-07 13:31:12 -04:00
Barry Deen
a385e86bad
update readme with better .env paths
2024-09-07 13:29:56 -04:00
Barry Deen
5ba7aae9cd
Merge pull request #5 from HolgerHatGarKeineNode/master
...
feat: update Dockerfile, docker-compose and add Tor support for relay service
2024-09-07 13:25:19 -04:00
Barry Deen
ea3c498e24
Merge pull request #4 from fiatjaf/patch-1
...
don't fail when a `.env` file is not present
2024-09-07 13:23:31 -04:00
Barry Deen
6115af6ccd
Merge pull request #7 from bitvora/dev-bloomFilter
...
bloom filters, reduced logging
2024-09-07 13:23:05 -04:00
Barry Deen
3f3e42267e
bloom filters, reduced logging
2024-09-07 13:21:22 -04:00
fsociety
3f38d91de6
docs: remove ENABLE_CLEARNET option from README.md
2024-09-07 17:14:06 +02: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
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
fsociety
8458b2a10f
feat: add .dockerignore file to wot-relay repository
2024-09-07 16:08:53 +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
fiatjaf_
e38dcc71ba
don't fail when a .env
file is not present
...
still try to read it but let people use other ways to set up their environment variables.
2024-09-07 07:10:01 -03:00
Barry Deen
060fd68c85
Merge pull request #1 from HolgerHatGarKeineNode/master
...
Add Docker Compose Startup Instructions
v0.0.1
2024-09-06 19:55:06 -04:00
Barry Deen
e47aa19fa4
why crash
2024-09-06 19:38:39 -04:00
Barry Deen
bd451386dc
absolute paths
2024-09-06 19:33:29 -04:00