Jump to content

flashpoint

Members
  • Posts

    104
  • Joined

  • Last visited

Reputation Activity

  1. Like
    flashpoint got a reaction from David N. in Community Guide on Setting Up Wasabi and CloudFlare   
    Anyone know how long it takes for Wasabi to covert trail accounts to non trail. Paid for an account but still getting the "Public use of objects is not allowed by default for trial accounts" message. 
     
    Edit: approx an hour 🙂
  2. Like
    flashpoint got a reaction from SeNioR- in Discount code on subscriptions   
    No restriction will work on subscriptions. I don't think there is a way to limit the coupons just for subs though.
    You could alternatively make a "Normal Product" expireable and then it can change members into a secondary group as well and then you can limit the coupons for those products.
  3. Like
    flashpoint got a reaction from sobrenome in Cloudflare Stream Video Attachments   
    Yup! They also have a image hosting with similar terms. You can upload like a 12k photo and have up to 10 different resolutions for no extra charge.
     
    Edit:
    Good news. Cloudflare is actually working on their own object storage:
    https://blog.cloudflare.com/introducing-r2-object-storage/
  4. Thanks
    flashpoint got a reaction from ASTRAPI in Community Guide on Setting Up Wasabi and CloudFlare   
    Bucket policy to only allow cloudflare IPs if anyone is interested:
     
    {   "Id": "S3PolicyId1",   "Version": "2012-10-17",   "Statement": [     {       "Sid": "AllowRead",       "Effect": "Allow",       "Principal": {         "AWS": "*"       },       "Action": "s3:GetObject",       "Resource": [         "arn:aws:s3:::bucket-name",         "arn:aws:s3:::bucket-name/*"       ]     },     {       "Sid": "IPBasedNarrowFurther",       "Effect": "Deny",       "Principal": {         "AWS": "*"       },       "Action": "s3:GetObject",       "Resource": [         "arn:aws:s3:::bucket-name",         "arn:aws:s3:::bucket-name/*"       ],       "Condition": {         "NotIpAddress": {           "aws:SourceIp": [             "173.245.48.0/20",             "103.21.244.0/22",             "103.22.200.0/22",             "103.31.4.0/22",             "141.101.64.0/18",             "108.162.192.0/18",             "190.93.240.0/20",             "188.114.96.0/20",             "197.234.240.0/22",             "198.41.128.0/17",             "162.158.0.0/15",             "104.16.0.0/13",             "104.24.0.0/14",             "172.64.0.0/13",             "131.0.72.0/22",             "2400:cb00::/32",             "2606:4700::/32",             "2803:f800::/32",             "2405:b500::/32",             "2405:8100::/32",             "2a06:98c0::/29",             "2c0f:f248::/32"           ]         }       }     }   ] }  
  5. Like
    flashpoint reacted to KT Walrus in Cloudflare Stream Video Attachments   
    I've requested this several times over the years, but I'd like to see built-in support for Cloudflare Stream Video attachments.
    Cloudflare Stream is economical with streaming costs at $1 per 1,000 minutes viewed and storage costs at $5 per 1,000 minutes stored.
    The service has matured over the past year and you can have Invision Community members upload videos (in any format) directly to Cloudflare Stream (using TUS JS client) and embed the Cloudflare Stream free player for viewing the video attachments. You can also download the transcoded MP4 for long term storage (presumably in the cloud with a cheap cloud storage service like Backblaze B2).
    I'd like the plugin to upload, store and stream video attachments in Cloudflare Stream for 30 days. After 30 days, Invision Community could automatically move the MP4 to object storage and embed it directly in older posts using the <video> tag and built-in browser's video player. This would save Cloudflare Stream fees after 30 days and uses Cloudflare Stream for uploading and transcoding videos.
    I use Backblaze B2 and Cloudflare to eliminate bandwidth fees and only pay $5/TB/month for B2 object storage. At this price, I can afford to keep videos available for viewing even when attached to very old posts.
    More info available here:
    https://www.cloudflare.com/products/cloudflare-stream/

  6. Thanks
    flashpoint reacted to Marc Stridgen in Gallery presale question   
    There isnt a facility to do that at present, no
  7. Thanks
    flashpoint reacted to Marc Stridgen in Gallery presale question   
    You can indeed. You just need to ensure that in the users group they have "Can upload movies?" selected
    Image types are gif, jpeg, jpe, jpg, png, webp and video types flv, f4v, wmv, mpg, mpeg, mp4, mkv, m4a, m4v, 3gp, mov, avi, webm, ogg, ogv
     
    If someone had the direct link, they would be able to use that direct link. They would of course need to know the link in the first place
    You would always be charged your full renewal price for whatever applications you currently own.
  8. Agree
    flashpoint reacted to Jim M in Lots of issues after moving servers   
    Glad to hear you were able to resolve the issue!
  9. Thanks
    flashpoint reacted to Jim M in Lots of issues after moving servers   
    The lock timeout, and server shutdown in progress are related to your server itself so asking for assistance from your new hosting provider would be advised.
    Call to undefined method stdClass::language() is typically a connection error in the database so checking the connection in conf_global.php (or the above with your provider).
    The first "OutOfRangeException" has some third party add-ons in the stack trace there so I would recommend disabling these and testing again.
    The final "OutOfRangeException" is referencing loading or an orphaned a failed promotion item from the database. Do you have the previous installation up and running to test? If you're not receiving the same error, I would suggest exporting and importing the database again as it seems something has gone awry with that process.
     
  10. Like
    flashpoint got a reaction from Jim M in Lots of issues after moving servers   
    I think resorting the database worked (wonder why it didn't do anything the first 2 times) just tried to do it again on a separate subdomain (dev) and it seemed to fix the issues. I'll try again on the live forum and let you know if it worked. Thanks! 🙂 
     
    Edit:
    Looks like that fixed it. Thank you so much! 🙂
  11. Like
    flashpoint got a reaction from onlyME in Videobox   
    Don't remember if I suggested or someone else suggested this but would also be nice to have limit amount of views for specific usergroups and maybe also minimum post requirement to watch videos. Thank you 😍
  12. Thanks
    flashpoint reacted to onlyME in Videobox   
    Hi,
    I will add a button that links to the generated topic in next version. 
  13. Thanks
    flashpoint got a reaction from SoftwareFactory in Brilliant Discord Integration   
    I managed to fix it, seems like it doesn't support 4.5. Once I upgraded to 4.5.2 the issue went away. 😛
  14. Like
    flashpoint reacted to SoftwareFactory in Brilliant Discord Integration   
    This is not yet possible, unfortunately. If you want to hide the button, you can try to use CSS for this purpose.
    This is a nice idea; definitely something that may be added on a feature update!
    This is usually caused by pasting a wrong client secret into the configuration; make sure it is OK. Let me know if it doesn’t solve your issue.
  15. Like
    flashpoint got a reaction from Kevin Carwile in Group Collaboration   
    So pretty much its 100% customize. Awesome. 
  16. Like
    flashpoint reacted to Kevin Carwile in Group Collaboration   
    You decide. Its all permission based.
×
×
  • Create New...