No, no public repo, no repo at all tbh, only the public code posted at the cloud drive, but the code is fully inspectable in the drive and there are no compiled binaries (you must compile it yourself to use it)
Yes you definitely can, first you either got to have a DNS resolver or change the systems hosts files so they can lookup the dns address correctly
If the dns address “pterodactyl.example.com” points at the machine directly you still have to use the port of the pterodactyl dashboard You can also get a reverse proxy listening on port 443 (if you wan to use https, which I assume is the goal) on that machine or another machine which proxies the name “pterodactyl.example.com” to the right port
The next part is to get a certificate, you can either create a self-signed root CA and install the root cert on each system, or you have to get it with an ACME client using a dns-01 challange (since “pterodactyl.example.com” is not resolvable from the outside)
Then put the certificate either on the pterodactyl dashboard itself or the reverse proxy, there are also several reverse proxies that can fetch and reload the cert automatically, for example Caddy can do this with dns plugins
If you want I can help you with the configuration, I’ve done much of the same thing already
Do you have a VPS or server with its own IPv4 address outside your home?
If you want I can maybe help you with configuring my new tool/service to replace Cloudflare Tunnels
But it depends on how you use it also, if you want to explain that send me a reply or a private message and I can answer if I think it is possible and give you the basic configuration for it, or check out the project and its sources I posted here
Absolutely, I would also be skeptic, it’s why I made it fully inspectable before any download
It is hard to summarize that exactly, I think it’s a more dynamic and configurable and minimal way to manage tunnels and simple proxies for me, in the readmes and the examples it says and shows what it supports more in detail
Believe me I also had the same problem, and still has, but nothing is a one fits all for these things
Thanks for the comment and questions
Oh jeez, md files are proof that I use source control internally?
No I don’t, but you are free to believe that
I’ve got experience with them ofc, would that be a reason I must use one every time?
You obviously didn’t even look at the links this time so you won’t probably care for the next either
Yes thanks, it has a UNLICENSE file included, for anyone interested you can read more at https://unlicense.org/
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
No I don’t need to have a git repo, if someone can’t take something that’s not on a VCS serious it is there problem, not mine
I let the code speak for itself
Do you think no one took Linux serious because Linus uploaded it to a FTP? It is how a lot of code always have been released
No worries, I understand
There are just text files there anyway
I’m pretty much just sharing my public backup with everyone, it is the only thing I need when deploying it, maybe someone else uploads it to some repo one day!