tup proxies services on the local network to a remote gateway, all traffic between the remote server and the service on the local network is sent through a wireguard tunnel
think of tup as an open source and self-hosted alternative to ngrok and cloudflare tunnel
tupd (the server) can be found at: https://drive.proton.me/urls/GEJM1HT0DW#aOop4p7zxaPA
the tup client can be found at: https://drive.proton.me/urls/63SE9PW020#GFzZrprg9wjZ
Same thought here, why uploading it to proton drive? github isnt evil that they trying to snatch that code or whatever. If you are so cautious then ramp up a gitea or gitlab self hosted instance up.
You're right, OP. Just dumping it somewhere is acceptable. It doesn't make it very accessible for other people. But since you're not planning to maintain it or make it easy to use for other people... It's alright. Most important thing is to include a license file or it can't be used. But that's it.
If you want people to take you seriously about being open source, you need to have a git repo, like github, gitlab, etc. you can even self host one. Heck, you can even use a different (non git) DVCS, but not just a link to a cloud drive...
yeah.... no. red flags galore. Why should anyone trust you if you don't trust version control.
Using Linus as an example is interesting... Who the fuck do you think created git?
If you don't want to use github, that's fine, you have sr.ht, and https://savannah.gnu.org/ as good (and libre free options)
Code smells and maturity are signals people use to determine if they want to use/fork/work on a project. Not having source control is a great way to give yourself a headache over time.
I never said anyone should trust anything, in fact I believe no one should trust me, that is why there are no binaries included, just raw sources to examine and compile yourself
I'm fully aware of that he also created git, over a decade after, and it has nothing to do with the trusting of Linux, in fact Linux huge size and interest was the reason he created git, it was well trusted long before git, so your point is garbage
I did, i saw you had you unlicense in the root directory, that you had md files dotted around which tells me you ARE using a source control system internally, or at least with lots of domain experience of using one.
Anyway, since your aware of the use of version control I find your anti-versioning stance perplexing, but regardless, you created a open source thing, making the world a better place, thank you for that.