Comment on
Another good reason not to open port 22
Reply in thread
ssh -p 12345 would leave your boxes accessible from anywhere too. Other blocks of IPs receive 10 times or more requests, as scanners can focus on blocks of ips from major providers.
Comment on
Another good reason not to open port 22
Reply in thread
ssh -p 12345 would leave your boxes accessible from anywhere too. Other blocks of IPs receive 10 times or more requests, as scanners can focus on blocks of ips from major providers.
Comment on
Oracle keeps changing the idle requirements for compute instances
Reply in thread
I don't know, wouldn't the Hypervisor be able to track resources usage by itself without anything else?
Comment on
It's always DNS, should I complain?
Reply in thread
I see your point, but now I do not think it is FreeDNS fault. DNSChecker.org shows my domain name properly resolved worldwide, and so it has been for months. I also created a second subdomain just now, exactly as the non-working one, and was properly resolved within seconds at my work pc. So I do not blame FreeDNS, I think it is our internal DNS server that is messed up or even hijacked.
Comment on
Best VPS for gramps
Considering the small audience and purpose, I would not have any problem using the always free offerings of either Oracle or Google (the latter especially if located in the US).
Comment on
Use an old android phone to selfhost ?
If postmarket os works on that device maybe you can go full Linux (alpine), there will be no systemd which might be a problem and I am not even sure about docker compatibility. You can look it up though.
Comment on
Selfhosted tool for editing data trees
Reply in thread
Here the answer
I’ve got a hacked pyqt5 script that does this, I doubt it’s what you want. Adding mysql support and eventually want to be able to have something like limited math functions so you can add all the values in a tree for stuff like total cost.
If you find something better I’d be real interested, I really want web and preferably app support.
Comment on
overcome limited RAM on VPS
Reply in thread
The server is clearly overloaded, as soon as I start using some 10% of CPU frequently for some minutes (due to swap operations), the Hypervisor starts to throttle my instance and this of course makes the thing worse with an avalanche effect. When this happens steal time displayed from top can go literally as high as 90%.
Comment on
that self hosted itch....
Reply in thread
I disagree, you'll have your backups, so even if everything breaks you will have a failsafe. If you get compromised it's still not an issue: Everything server side is encrypted, the safety is in the clients and your master password length.
So, I see no particular differences with other services. Considering I hear of some issues with bitwarden servers that are constantly under attack, selfhosting could even increase the availability.
Comment on
Another good reason not to open port 22
Reply in thread
Hi, to check attacks you should look at the logs. In this case auth.log. Being attacked on port 22 is not surprising neither really troublesome if you connect via key pair.
My graph was showing egress traffic, on any kind of server the traffic due to these attacks would have been invisible but on a backup server which has (hopefully) only ingress you can clearly see the volume of connections from attackers from bytes teansmitted
Comment on
overcome limited RAM on VPS
Reply in thread
Yes, this is a possibility. the ARM VPS is already running something else, but if I manage to run netbird behind a reverse proxy I can also move it there. BTW there are also 1 GB free VPS on azure (for students) and Google Cloud, but you guessed right.
Comment on
overcome limited RAM on VPS
Reply in thread
I forgot to mention, I had plenty of swap available, now I disabled swap to force zram usage. I still need to see what happens running with both, it's hard when each trial takes 12-24 hours to show its result.
Comment on
overcome limited RAM on VPS
Reply in thread
The one managing my VPS, controlled solely by Oracle corporation
Comment on
overcome limited RAM on VPS
Reply in thread
Running without docker is out of question, is a bundle of 6 docker containers. Deployment and management without it would be too complicated. Luckily somebody in another reply made me realize that the RAM eating container (cockroach DB) is far less essential than I thought and I can look for a replacement.
Comment on
Another good reason not to open port 22
Reply in thread
Next time
Comment on
Another good reason not to open port 22
Reply in thread
Sorry, it's the built-in console of Google Cloud. But there are so many monitoring solution around that you can probably find one of your liking. Look on awesome-selfhosted for "monitoring"
Comment on
It's always DNS, should I complain?
Reply in thread
The IP is static, and is resolved properly everywhere outside my university network
Comment on
It's always DNS, should I complain?
Reply in thread
I already had contacts with our IT. I originally asked if they could host this service for us as it seemed the normal thing to do. They do not support anything custom (i.e. anything which is not a wordpress site) and just to give me a fourth level subdomain they wanted signatures from half the administration above me. That's why I'm rogue with selfhosting also work stuff. But I think I can still complain just because their DNS gives back random IPs. This could even be hijacking, no?
Comment on
selfhosting on windows server?
Reply in thread
Yes, that's also my feeling at the moment. Not an option to move to Linux unfortunately (it's a Microsoft offering for academic staff). I was hoping for some fun suggestions, If nothing comes to mind it will just become the backup server of the backup server or just stay off and save electricity.
Comment on
overcome limited RAM on VPS
Reply in thread
Thanks for sharing your experience, indeed the distribution is relevant here. I am running Arch (BTW) on this VPS which idles at about 300 MB with dockerd and containerd, I am not sure how does exactly compare to Debian on RAM usage (I have a couple of other VPS running debian which seem to use a little bit more RAM but it could be because those images are bastardized by the addition of cloud provider services). In any case my setup is pretty minimal, to get some large benefit there I fear I should use something without systemd :/
Comment on
Selfhosted tool for editing data trees
Reply in thread
Quite not the same, the definition of what I am looking for seems either "Personal Information Manager" or "Outliner". Still a niche market it seems