Nebula, originally from Slack [0]. Wireguard rightly gets a lot of attention, but Nebula is a really simple and easy to deploy overlay network that is often overlooked. It does lack a management GUI and that stuff is very much DIY. [0] https://github.com/slackhq/nebula
Ask HN: What underrated open source project deserves more recognition?
131–140 of 147 posts
Re: Ask HN: What underrated open source project deserves more recognition?
#132Earlier quoted context omitted.
if you are interested, you can contact me. otherwise i'd like to avoid de-anonymizing my hackernews account.
I hear you, but for your consideration people create throwaway HN accounts all the time for commenting on sensitive topics, and thus one created to submit a link to GitLab for sure wouldn't stand out as belonging to you
Re: Ask HN: What underrated open source project deserves more recognition?
#133Everyone hand-rolls their own dotfile management system, but YADM already does everything you need: https://yadm.io/
I've never doubted that there are existing solutions for dot files that do everything I need, but I've yet to find one that doesn't take more work for me to swap to than continuing to just clone a git repo an symlink maybe half a dozen things the once or twice a year that I happen to set up a new machine.
Re: Ask HN: What underrated open source project deserves more recognition?
#134Re: Ask HN: What underrated open source project deserves more recognition?
#135https://httptoolkit.com - HTTP debugging proxy with really easy one-click launch to intercept android devices/browsers/docker containers/etc.
> docker containers heh, that's neat: https://github.com/httptoolkit/docker-registry-facade (Apache 2) although the rest of their stuff seems to be AGPLv3 https://github.com/httptoolkit/httptoolkit-android/blob/v1.3...
In general the source for core components that can't really be used for anything else is AGPL, but all the generally reusable libraries are Apache 2 or similar. The goal is to share as much as possible, and let everybody access the source for everything, and fork for their own use or submit modifications or whatever, but without the risk that a proprietary product runs off with the core product in a different direction. Seems to be working reasonably so far!
Regarding Docker, you might also be interested in https://github.com/httptoolkit/docker-socks-tunnel (1MB Docker container that runs a socks proxy, for tunnelling traffic between networks) and this detailed breakdown of how the whole Docker interception setup works under the hood: https://httptoolkit.com/docs/guides/docker/#the-technical-de...
Re: Ask HN: What underrated open source project deserves more recognition?
#136Re: Ask HN: What underrated open source project deserves more recognition?
#137I have a full list: https://ei23.com/opensource So many great projects!
which of these are underrated and deserve more recognition?
Re: Ask HN: What underrated open source project deserves more recognition?
#138This has been posted a few times already, but I cannot tell you how life changing Paperless NGX is for organizing PDFs. As someone who wrangles all of the insurance and bills for my house, this open source software is so damn good. https://docs.paperless-ngx.com/ I maintain Bash script to quickly set it up locally on Linux with Podman. Give it a spin if you want to kick the tires. https://github.com/jdoss/ppngx
my script also has paperless-ngx included https://github.com/ei23com/diy-smart-home
Did you consider watchtower to keep the dockers up to date?
Re: Ask HN: What underrated open source project deserves more recognition?
#139Earlier quoted context omitted.
my script also has paperless-ngx included https://github.com/ei23com/diy-smart-home
pretty neat stack... I chose other projects in some cases (e.g. ntfy vs gotify) but all in all it's pretty complete. Thanks. Did you consider watchtower to keep the dockers up to date?
Re: Ask HN: What underrated open source project deserves more recognition?
#140I like https://github.com/pyinfra-dev/pyinfra . "pyinfra automates infrastructure using Python" Only played with it for a little but it seems well designed an simpler alternative to ansible, chef and other such things.
Thank you for posting this! Happy to answer any questions anyone has :)
What would you say are key differentiators of PyInfra from these existing projects?