-
-
Notifications
You must be signed in to change notification settings - Fork 61
Description
I'm using rustypaste on my LAN as a lightweight file server for transferring files/links/text across devices (currently I'm building the UI for it). One thing I realized rustypaste lacks which I would like to have is the ability to remove files and the ability to update files (change their contents or set a new expiration).
However, I'm aware that my use case may be niche and probably not something that would be included in most pastebin services, so before I set about building a PR for this I thought I'd see if this fits with the vision of the app enough to consider. If not I may just need to find a new backend service for my UI.
Interestingly I have found that there's not a lot out there in the ways of a simple file hosting service that have simple API access without a lot of other bells and whistles that I don't need. Most solutions are pretty heavy (like syncthing) which is why I ended up looking at pastebin services. Rustypaste fits quite nice in this regard with it's simple HTTP interface and speed.
EDIT: thinking more on this, I think the only one I would truly need is DELETE.