Here’s a fun filled question of ‘what if’. I use RH to host my personal domain/pages at flipphillips.com along with some academic related content where relevant. WordPress is way more than I need, but I use it.
I -also- host lots of my technical documentation + class syllabi, etc, out on GitHub Pages, Virtual Production: Syllabus – Virtual Production for example, Moiré – Virtual Production for another.
That stuff is all Quarto / markdown, comes from GitHub repos that contain code, etc, and are deployed via GitHub Actions automatically. Automation is my friend. I’m sort of tired of maintaining too many things. It’s tiring. I’m tired.
If you look at the Moire demo, the embedded iframe doesn’t work because GitHub Pages has it’s own CSP header that only lets through common iframe places. If I controlled my own site, like I suppose I do here, I could fix that (Explore the Moire demo and learn about sampling artifacts in near real time!)
Quarto exists in a bunch of different forms (it’s the documentation backend for the R stats language if you’re curious) like a regular host binary, and the GitHub Actions builds a little container and runs it, the artifacts being the web pages.
I’m OK with the whole cPanel universe (mainly because someone is paying for this for me) we have here, but I’m not 100% clear on ways to utilize the hosting in ways that would allow me to serve the pages / sites from here, and am curious if anyone has done that.
I haven’t tried yet, but I’d guess there is a way for the GitHub artifacts (the site) to get deployed over here after rendering, which might be the ‘best possible’ solution, so I wouldn’t need to run a git/docker/qauarto instance here, even if that was a ‘thing’, I hate being my own sysop. So I’m wondering if there are ‘use cases’ out there in Reclaim Land.