But I still dont understand why he/she said I should open a Community Post with my message from the title that includes a mail that I dont own :0058pikachu_derp:
uhh to be able to use the full CloudFlare Service you need to change the Nameservers because CloudFlare acts in many cases like a Middleware. Client <-> CloudFlare <-> Your Server idk if its really possible and is really worth anything
Are you only wanting to restrict viewing the demo by IP or something a bit less serious than a full tunnel? You could use the WAF for that instead of Cloudflared/tunnels
funny story though: my email was cloudflare@mydomain at first, and Cf's Zendesk named me "cloudflare" because of it lol, showed that way in tickets too. I always use myrealname@company.mydomain now
Cashapp doesn’t let you sign up with emails like cashapp@yourdomain, couldn’t figure out the issue without contacting their support. The error message was generic
D1 is SQLite but there's no SQLite protocol or anything like that, so you'd have to have it use the http api or build an http api in a worker for it. MediaWiki has some abstraction for database access it looks like: https://doc.wikimedia.org/mediawiki-core/master/php/classWikimedia_1_1Rdbms_1_1Database.html, you'd have to implement a new database type and all those funcs, not possible to do built in. There is an SQlite option there but that'd be just for local sqlite