Login required option
Good morning fellow nerd friends. I need your help. I have a personal cloudflare site and wondering if I can make something work for the office. I am a realtor in Alabama and am over the technology for our office. We currently just run a pro.beefree.io html based webpage that doesn't require any type of login. It's primarily announcements, but it does have some documents that I need to keep secure to only our agents. Right now it is not secure and we have a potential leak out to a competing brokerage. Who can direct me to a good source of learning how to create a page that requires a login to access, AND where that access can be revoked.
5 Replies
Wouldn’t it be easier to move these documents from a public website to an document collaboration service like Google Drive/Dropbox/OneDrive/SharePoint? Does your workplace already use Google Workspace or Microsoft 365 for example?
You can use cloudflare access to block the site if it has dns entries on cloudflare
Access policies · Cloudflare Zero Trust docs
Cloudflare Access determines who can reach your application by applying the Access policies you configure.
We have a huge sso platform that is almost too complex. I created a page just for basic details about what's happening this week. The docs are linked from the huge page and do require sign in for some, but not all. I would also ideally like to track usage of the page and can't currently do that.
Assuming you trust your employees, I'd suggest using Cloudflare/ Pages or even just a simple Worker with Basic HTTP Authentication to control access.
Again, assuming this is not super sensitive stuff, there are some other lightweight options.
Feel free to DM me if you'd like some guidance.