

The graph shows weekly active users. So you wouldn’t be counted unless you actively boot Bazzite.


The graph shows weekly active users. So you wouldn’t be counted unless you actively boot Bazzite.


Google sold 40 million Pixels between 2016 and 2023, and that number has grown rapidly in the last few years. I think an estimate of around 40 million active Pixel phones is reasonable, which would give GrapheneOS a relative market share of 1%; certainly less than 2%.


Wait, so 0.2% of all Aurora Users are me?


I did the same last week (and am still in the process of setting up more services for my new server). I have a few VMs (running Fedora CoreOS, with podman preinstalled), and I use ansible to push my quadlets, podman secrets, and static configuration files. Persistent data volumes get mounted using virtiofs from the host system, and the VMs are not supposed to contain any state themselves. The VMs are also provisioned using using ansible.
Do you use ansible to automatically restart changed containers after pushing your changes? So far, I just trigger a systemctl daemon-reload, but trigger restarts manually (which I guess is fine for development).
I had the same idea, but the solution I thought about is finding a way to define my DNS records as code, so I can automate the deployment. But the pain is tolerable so far (I have maybe 30 subdomains?), I haven’t done anything yet