What is the name of the domain?
cassidycamp.work
What is the issue you’re encountering
I am in need for a solution for a maintenance page that doesn’t require cloudflare workers
cassidycamp.work
I am in need for a solution for a maintenance page that doesn’t require cloudflare workers
What’s the reason you don’t want to use a Worker? Will help with suggesting alternatives.
Some ideas:
maintenance.example.com
).Others may have better suggestions.
Just expanding on this, there is an example Snippet for this:
Snippet would be my preferred solution if you are on a paid plan.
Custom Error Response (paid plans)? It triggers like a rule, and you can populate it with HTML.
Still, if you’re on a Paid Plan, the Snippet’s easier.
I am trying not to do cloudflare worker stuff as it is mainly only down for stuff like software updates and other things, aswell as It seems a bit complicated, and with me only having one server which is my personal pc, I’d rather it be external, due to scripts not running if my pc is off as from what I understand is cloudflare workers are device hosted
You misunderstand. Workers can be developed and simulated locally, but deploy to Cloudflare’s network. That’s the point of them, see…
Simple Workers can be coded directly in the dashboard, or use the Snippet example that @Laudian linked to.
I see thanks! I will take a second look at workers
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.