Bohdan Ivashko

Results 90 comments of Bohdan Ivashko

the main reason I haven't added this feature to the main codebase is because making a general-purpose scaling has a completely different set of problems (the most obvious one being...

Can you check if you can access that URL in browser or with curl? Most likely this is a connection problem (could be caused by VPN, I can point you...

@michaelKaefer you can try running the container with --network host or you can try a solution with one instance of db1000n running as updater publishing local copy of the config...

@tvoretsmira I'll try to write a quick command that would allow you to use a set of http proxies instead of relying on VPN but that might be less effective

@tvoretsmira as of v0.8.12 you can use this command without VPN to use `porthole-ascend-cinnamon` proxylist instead: `./db1000n --proxy '{{ join (split (get_url "https://raw.githubusercontent.com/porthole-ascend-cinnamon/proxy_scraper/main/proxies.txt") "\n") "," }}'` You can also replace...

obviously you should use `./db1000n.exe` instead of `./db1000n` on windows and can use it with docker run by just appending that `--proxy` flag to the end of the appropriate command

yes, in terms of effectiveness I'd put them in the following order: 1. VPN into "friendly" country 2. VPN into any country other than Ukraine 3. "Friendly" Proxies 4. Any...

I'm considering different ways to do it but it feels like this and #525 could be implemented in the same way. Or rather implementing that one would make it very...

I'm not completely sure but I assume autoheal would just restart the container if healthcheck fails. Crashing the main process would make the container restart anyway if correct restart policy...

as discussed somewhere previously - can you please get someone (ideally at least 2 people) to validate your instruction and modules before I merge it?