Recent content by ostrerov

  1. ostrerov

    Using DigitalOcean Spaces or Amazon S3 for file storage

    It is advisable to use separate storages or folders for test applications. If the test has all the settings identical, and the paths too, then the production application will also be replaced
  2. ostrerov

    Using DigitalOcean Spaces or Amazon S3 for file storage

    Ok, maybe I should use different buckets, although I'm sorry, I still don't understand why, if the endpoint itself is protected by login and password, but never mind. How do I then specify different URLs for data and internal_data?
  3. ostrerov

    Using DigitalOcean Spaces or Amazon S3 for file storage

    Why? Can I have a link to the thread? I haven't checked the number, no word on CNAME yet. It's still beta testing
  4. ostrerov

    Using DigitalOcean Spaces or Amazon S3 for file storage

    For information. The settings for the new Hetzner Object Storage are identical with DigitalOcean. $s3 = function() { return new \Aws\S3\S3Client([ 'credentials' => [ 'key' => 'ABC', 'secret' => '123' ], 'region' => 'fsn1', 'version' => 'latest'...
  5. ostrerov

    XF 1.5 Reset all passwords

    UPDATE xf_user SET secret_key = "reser-password"
  6. ostrerov

    Apple Emoji [Deleted]

    This resource has been removed and is no longer available.
  7. ostrerov

    Apple Emoji [Deleted]

    RoffDaniel submitted a new resource: Apple Emoji - Apple Emoji Read more about this resource...
  8. ostrerov

    Apple Emoji [Deleted]

    This resource has been removed and is no longer available.
  9. ostrerov

    Apple Emoji [Deleted]

    RoffDaniel submitted a new resource: Apple Emoji - Apple Emoji Read more about this resource...
  10. ostrerov

    Using DigitalOcean Spaces or Amazon S3 for file storage

    Does this need to be configured on the forum itself or in the DO(CORS Configurations) space settings?
  11. ostrerov

    Using DigitalOcean Spaces or Amazon S3 for file storage

    Good afternoon. I'm trying to upload a file with a size of 7 gigabytes. The server and the forum are set up as it should, according to their sizes and minimums, only when the download is completed it writes the phrase "uploaded_file_failed_cant_write". I use DigitalOcean as my remote storage...
  12. ostrerov

    XF 2.2 Staff-Banner rounded corners

    Hello, @BlueTheHusky This code help for you. Edit your extra.less template via admin panel: admin.php?styles/default-style.1/templates&type=public .userBanner { border-radius: 15px; }
  13. ostrerov

    [BS] Forum moderators [Deleted]

    Found a minor bug/conflict work with XFRM: How to fix?
  14. ostrerov

    XF 2.2 2.2.8 Patch 1 - upgrade issue: Files not writeable

    Good afternoon. Today I ran into a problem with a one-click update, similar to this thread: https://xenforo.com/community/threads/2-1-3-upgrade-issue-files-not-writeable.167684/ Server OS - Debian 11 Web-server software - Nginx 1.18.0 Site root directory owner - root (all fiels 755. install...
  15. ostrerov

    XF 2.2 How to create a custom error page

    Hello! Please tell me how to create a custom 404 error page, in what ways. I guess only through addons. If so, how about? What do I need to intercept or something like that? I would be very grateful, thanks!
Back
Top Bottom