adONis@programming.devtoOpen Source@lemmy.ml•What apps would you love to have open-source alternatives for?
21·
8 months agoyeah, I’d totally pay for it.
Developer by day, gamer by night!
🖥️ Stack: #NodeJS #Flutter #Go
🐧Linux: Currently on #Fedora
🎮️ Games: #ApexLegends and #Chess
Fun fact: Built my own custom keyboard, which sometimes doesn’t work and hangs, but hey… it still adds to the charm, right 😂
yeah, I’d totally pay for it.
Actually, I’d much prefer a FOSS alternative of Affinity Photo instead of Photoshop.
you only have one IP. As you rightfully said, reverse proxy does only http(s), port 80/443. this works because of the nature how http requests work. They carry the hostname as part of the protocol (request headers). SSH is a whole other story, since the client does not send the hostname as part of the protocol, only the IP and the port.
What you can do is forward different ports to different machines… 2021 -> server1, 2022 -> server2, etc.