Commit Graph

10 Commits

Author SHA1 Message Date
Barry Deen
e316af3578 ability to pick badger or lmdb 2024-09-26 20:31:30 -04:00
Anthony Accioly
b509d99d22 Add Docker Compose for HTTPS support
* Use nginx-proxy and acme-companion
* Automated creation and renewal of Let's Encrypt certificates
* Automated reload of Nginx config upon certificate creation/renewal
* Achieves an A+ on the Qualys SSL Test
* Separate docker-gen container to avoid exposing docker.sock
2024-09-26 18:49:57 +01:00
Barry Deen
b268b1e2a4 example with rate limits 2024-09-25 13:52:04 -04:00
Barry Deen
7e01a8f485 Merge pull request #1 from HolgerHatGarKeineNode/master
feat: Add Docker support and JSON file support
2024-09-23 16:12:33 -04:00
fsociety
7d0af1ed78 feat: Add support for custom relay files
Previously, the only way to specify relays for import and blastr was to list them directly in the .env file. This commit introduces the ability to specify a file path for the relays instead. Two example JSON files have been added to the .gitignore, and instructions for using them have been added to the README. This feature provides a more flexible and scalable way to manage relays.
2024-09-23 22:05:20 +02:00
fsociety
c19cebe537 feat: add support for relay list from json file
This commit adds the ability to specify relay lists in a json file for both import and blastr settings. This provides more flexibility in configuring the application. It also includes error handling for reading and parsing the json file.
2024-09-23 21:10:47 +02:00
Barry Deen
446dd00ba9 set relay service urls 2024-09-23 15:01:37 -04:00
fsociety
11401b7a75 feat: Add Docker support and update README
This commit introduces Docker support to the project. It includes Dockerfile, docker-compose.yml, and docker-compose.tor.yml for running the application in a Docker container and setting up a Tor hidden service. It also updates the README to include instructions for using Docker.

Additionally, it makes adjustments to .env.example and .gitignore files for better Docker compatibility.
2024-09-23 20:12:39 +02:00
Barry Deen
93b8466c08 backup to s3, backup intervals 2024-09-23 12:14:21 -04:00
Barry Deen
5097bb716c 🚀 Initializing HAVEN 2024-09-22 23:28:25 -04:00