[Feature Recommendation] Custom Expiration Time #33

Closed
opened 2020-12-06 01:26:35 +01:00 by D1360-64RC14 · 2 comments
D1360-64RC14 commented 2020-12-06 01:26:35 +01:00 (Migrated from github.com)

Sometime when I use the service, I want to upload an image for 2 or 3 hours (just to share someting on platforms I can't send images). And I don't want the file just using server storage for nothing (60 EUR for me it's A LOT).

Example:

curl -F 'file=@someting.png' -F 'expires=30' http://0x0.st
#                             time in minutes
Sometime when I use the service, I want to upload an image for 2 or 3 hours (just to share someting on platforms I can't send images). And I don't want the file just using server storage for nothing (60 EUR for me it's A LOT). Example: ```bash curl -F 'file=@someting.png' -F 'expires=30' http://0x0.st # time in minutes ```

Probably going to add this after I refactor the crap out of this thing.

In the meantime, don’t worry about storage. So far the formula for automatic removal as well as occasional content moderation (to remove files that violate the rules) has worked out perfectly.

0x0.st is currently using around 325 GiB of space, which is only a 6 GiB change from a year ago.

Probably going to add this after I refactor the crap out of this thing. In the meantime, don’t worry about storage. So far the formula for automatic removal as well as occasional content moderation (to remove files that violate the rules) has worked out perfectly. 0x0.st is currently using around 325 GiB of space, which is only a 6 GiB change from a year ago.

Done.

Done.
mia closed this issue 2022-11-29 23:11:15 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mia/0x0#33
No description provided.