- 25 Posts
- 9 Comments
voidx@futurology.todayto
Selfhosted@lemmy.world•Expose AWS EC2 web app via Cloudflared tunnelEnglish
2·3 years agoHappens to the best of us! localhost or 127.0.0.1 should work too.
voidx@futurology.todayto
Selfhosted@lemmy.world•Expose AWS EC2 web app via Cloudflared tunnelEnglish
1·3 years agoDid you get it to work?
voidx@futurology.todayto
Selfhosted@lemmy.world•Expose AWS EC2 web app via Cloudflared tunnelEnglish
0·3 years agoCloudflare tunnel only requires outbound port opened, check if you’ve allowed all outbound ports in EC2 security group (the default VPC should have this already).
Otherwise it’s probably a misconfiguration reaching the IP/port of the cloudflared service on the EC2. Have you tried checking cloudflared logs? Does your tunnel status show up as healthy?
voidx@futurology.todayto
Technology@lemmy.ml•GitHub to require 2FA on accounts by October 6, 2023English
6·3 years agoJust FYI, your account shows up as a bot. You should change it in your account settings.
voidx@futurology.todayOPtoLemmy Support@lemmy.ml•Does lemmy clear out pictrs cache regularly on a schedule?English
4·3 years agoYeah. I guess we could fetch all image ids from the database excluding those uploaded to our local instance, and loop them through the
DELETE /image/delete/{delete_token}/{file}API. But I’ve no idea how to get thedelete_token, seems like it’s available only during image upload.
voidx@futurology.todayOPtoLemmy Support@lemmy.ml•Does pictrs cache just thumbnails or full size images from federated instances?English
1·3 years agodeleted by creator
voidx@futurology.todayOPtoLemmy Support@lemmy.ml•Does lemmy clear out pictrs cache regularly on a schedule?English
4·3 years agoI was talking about the storage space on server, not on the user side! Sorry if I wasn’t clear.
voidx@futurology.todayOPtoLemmy Support@lemmy.ml•Does lemmy clear out pictrs cache regularly on a schedule?English
1·3 years agoDoesn’t look like there’s a way to clean it manually right now, so buckle up!
There is an API
DELETE /internal/variantsin pictrs to clear out variants of generated images. However it only cleared out a few megabytes in our case.





















Apart from Dokku, there’s coolify and caprover.