Recent content by digitalpoint

  1. digitalpoint

    [DigitalPoint] App for Cloudflare®

    Also, the addon will more or less will configure everything via API if you let it (including public domain for data bucket). If the addon isn't doing something (for example creating a public domain for the internal_data bucket), there's going to be a reason it's not doing it. So it's probably...
  2. digitalpoint

    [DigitalPoint] App for Cloudflare®

    There is no public domain for internal_data (it's internal afterall). Normally with XenForo, the only thing that accesses the internal_data area is the application itself (which it can do via APIs if you are using R2). For example, say a request comes in for an attachment... it still goes to...
  3. digitalpoint

    [DigitalPoint] App for Cloudflare®

    You enable R2 in settings. There are no S3 things or config.php file changes. Do you have a specific question or issue you are running in to? You might just be trying to complicate things because other things you used are more complicated…
  4. digitalpoint

    [DigitalPoint] App for Cloudflare®

    No idea about backblaze, sorry. There’s no config.php options for R2, so most likely going to be different than making changes there.
  5. digitalpoint

    [DigitalPoint] App for Cloudflare®

    The Google API doesn’t allow you to go back beyond 2015. The workaround is to set the date to be in a valid date range. For the next version, I’ll make it do that automatically.
  6. digitalpoint

    [DigitalPoint] App for Cloudflare®

    The migration tool is only done via CLI... so if your hosting doesn't support CLI, then there really isn't another way to do it.
  7. digitalpoint

    [DigitalPoint] App for Cloudflare®

    Yep… not something I would do, but I’m not the boss of you. 😀
  8. digitalpoint

    [DigitalPoint] App for Cloudflare®

    If you mean a custom sub-directory within internal_data, see this post: https://xenforo.com/community/threads/digitalpoint-app-for-cloudflare%C2%AE.206176/post-1612043
  9. digitalpoint

    [DigitalPoint] App for Cloudflare®

    Ya, it’s certainly not impossible. It just wouldn’t be a quick and easy thing. Would need a lot of internal code refactoring, and while not impossible, it does come down to the amount of coding effort needed to make it work and how many users that will benefit. So working on that (which I don’t...
  10. digitalpoint

    [DigitalPoint] App for Cloudflare®

    Internally, the system doesn’t work in a way where individual settings are controlled on their own (all the settings on the Settings page are read in parallel and then compared to what the user has then set to and then the changes are written out). So even if you had a permission for a subset of...
  11. digitalpoint

    [DigitalPoint] App for Cloudflare®

    There’s a “Cloudflare” admin permission already, but beyond that (wanting to give some admins access to only certain parts of the Cloudflare config), I don’t see it becoming that granular to be honest. Just out of curiosity, what’s the scenario where you want to give someone partial access to...
  12. digitalpoint

    [DigitalPoint] App for Cloudflare®

    Doesn’t sound like it if you disabled it and it’s still a problem. 🤷🏻‍♂️
  13. digitalpoint

    [DBTech] DragonByte eCommerce [Paid]

    Not entirely sure I'd call it a bug (something non-standard is happening with this addon), but it was easy enough to add some logic to skip the unexpected objects that get returned. Hard to say exactly what it is since I don't have access to this addon's source, maybe part of the DOM that...
  14. digitalpoint

    [DigitalPoint] App for Cloudflare®

    You can use the same general methodology. You can either specify just avatars and attachment folders to be on R2, or if you want all of the data folder to be R2, you can specify that and override the folders you don’t want to be in R2. Underneath it all, you either have data default to local or...
  15. digitalpoint

    [DigitalPoint] Better Google Analytics

    Do you have anything more specific? An error or what exactly isn't working? Looks to be working as expected when I look at it on my sites.
Top Bottom