Not really... it's just quick daily info. Intentionally not trying to replace the Analytics reporting interface on their site. You are going to get way more options if you do normal Google Analytics reporting (including monthly sums).
lol... I was coming here to say something along those lines... of course that ignored the legality of forking it, but someone could push out what are effectively new versions via a big addon.
But I'm also not worried whatsoever about needing to do that, so... 🤷🏻♂️
Well it being a 404 isn’t going to matter, it’s still hitting XenForo as an application (XenForo is kicking back the 404), so XenForo is still going to do things like register service workers.
Do you see the error yourself in the browser console? It could be bots that support JavaScript, but not service workers. 🤷🏻♂️
…which is probably normal for bots. Like why would Googlebot want site-specific service workers to get installed on its backend engine?
If you moved them to the bucket manually, you need to make sure the path is correct. For example there is no "bucket-name" in the path, and there IS "attachments" in the path. See this post:
https://xenforo.com/community/threads/digitalpoint-app-for-cloudflare-r.206176/post-1605618
Not sure... the string cfEnabled, doesn't exist in the addon anywhere (grepped all files). Maybe an out of date version or manually edited one? Maybe download the latest version and reinstall?
No, presigned URLs are specific to attachment data (the full attachment). Presigned URLs are used to be basic user authentication. I don’t believe proxied images do any user group permission checking in XenForo, so would be rather pointless to use presigned URLs for no actual reason.
@Ridemonkey
Forgot to give you this link in case you really want to do what I consider a terrible idea. 😂
https://xenforo.com/community/threads/digitalpoint-app-for-cloudflare-r.206176/post-1737539
While it could keep a hotlinked image available in the short-term after the origin server deleted it, it's not intended to be permanent (it's a cache, not storage). If you want to keep hotlinked images permanently, I think there are addons that effectively convert hotlinked images into...
You technically can by adding it to your config.php file. However...
If you move your cache to a remote server, it's not really a cache anymore and sort of defeats the purpose. For example, imagine if your browser cache was in a remote data center and your browser is constantly making requests...
Don't know what Cloudflare GTG is, so can't tell you if this is doing anything "just like Cloudflare GTG". Googling it shows Cloudflare added it on May, 2025 (long after this addon allowed you to host Google JavaScript on your own domain), so maybe a more appropriate question would be to ask...