The greatest thing about this implementation is its simplicity. I actually deployed this server for my personal use because everything lives in one Docker image and not a lot of them like the official implementation. I do understand that the official implementation helps with scalability and more, I just don't need it.
It's so sad how people need to expose the issue publicly to actually get human help (sometimes!). Support at Google's scale takes a lot of human resources, I get it - but come on, how hard can it be?
P.S.: Best of luck in getting this issue resolved!
---
Edit: I just noticed your OpenGraph URL points to https://next-tails.vercel.app when the URL is https://nextails.com. Maybe that's an issue? Maybe not OG itself but some meta tag or something similar?
While I am not a big government proponent at all, this is one thing that I think screams for regulatory intervention.
I don't know what form it should take. The basic idea would be that companies operating in the B2B space should be required to provide person-to-person support of sufficient scale and quality.
This is a fuzzy definition so don't waste time trying to take it apart, it has huge holes. The idea, however, would be that a company at the scale of a Amazon, Google, Apple, Facebook, etc. can't be allowed to have such one-sided relationships with B2B customers who depend on these monopolies for their very existence.
Put a different way: If they want to make money selling B2B products they can't just hook up your entire livelihood to an algorithm and utterly ignore you when there are problems. They need to have real support and behave like real members of the business community rather than sucking billions from everyone while suffering absolutely no consequences for the destruction they cause through these actions.
This has been a problem for a very, very long time and it needs resolution ASAP or it is going to get worse. They have no real incentive to make this better because the people and businesses they affect are not even rounding errors in their books.
Thank you for the support. Ah good catch! My site is hosted on vercel and I probably forgot to update the url once I got the custom domain. I will update that. That would be crazy if that was the 'cloaking' their system flagged though.
If you don't mind going a little deeper on this, what program do you use to run your VM? Do you only access your VM via SSH? What kind of development do you do? Do you have an internal IP for your VM or do you just redirect the ports?
Do you think you could replace your VM with Bash on Windows?
I use VirtualBox. I want to try VMWare, but I'm doubtful the difference will be very significant. I tried VMWare to host a Windows guest back when Linux was the host OS in hopes it would run DxO fast enough. While it was faster in some things that Virtualbox did slowly, it also did things slowly that Virtualbox had no trouble with, making it a net neutral, and not worth the license cost. If VMWare had full DX11 acceleration, it would've been different.
You can do raw-disk passthrough with VBox by creating the appropriate files with VBoxManage. Must be careful with this, as there is a risk that you can destroy the data on the original drives. I do this so that I can switch back to Linux as the host OS without hassle, should the need arise.
>Do you only access your VM via SSH?*
I primarily access it via SSH, but the VirtualBox windows are on a secondary workspace and I can switch over and start an X server and have my full desktop environment should I need it. I try to avoid the need, but I have done this a handful of times since switching in order to access or run graphical programs.
I've found that VirtualBox's 3D acceleration doesn't work properly. It was a pain to get it to work properly on my Linux system (which runs Arch) in the first place, but once I did get vboxvideo loading and glxinfo reporting Chromium as the renderer on a semi-consistent basis, the desktop environment would suffer corrupted draws that make it useless. I turned off 3d acceleration in the VM settings.
>What kind of development do you do?
Kind of all over the board. I maintain applications in Python, Ruby, and Java. I scratch my itch with other software which leads to occasional C or C++ development. I administer many servers and make use of Docker, Kubernetes, Ansible, and other devops stuff.
>Do you have an internal IP for your VM or do you just redirect the ports?
I have it configured as bridged network and it has an internal IP and acts like a separate machine on the network. This was important because many things in my home environment are dependent on my workstation and have that IP hard-coded (DNS is not justified for my house yet).
I have a Samba server running in the VM and exporting the frequently-used local filesystems, including my home directory and some btrfs storage (bulk storage goes on a separate Synology NAS, so I access that directly from Windows through its own smb server). My past experience with VBox's Shared Folders is that it's pretty unpredictable, and that it's usually just better to use smbd.
>Do you think you could replace your VM with Bash on Windows?
I wanted to try Bash on Windows, but it said I had to be part of the developer preview program, which I didn't want to do since it apparently involves registering with Microsoft and a bunch of similar stuff.
I am optimistic that Bash on Windows may be able to take some functions out of the VM, but I don't think it will be able to eliminate the need for it. It would be nice if it could replace Cygwin.