You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.
Is there a way we could delete hastes on our own haste-Instance? I think they must be stored somewhere, could we delete them on the filesystem and they would disappear online too? If yes, where to find them?
To be precise: I've actually the problem that I uploaded a haste and accidentally didn't removed all sensitive data, so I asked the admin of the instance to remove it but they can't find it.
Dear
Matthias H.
The text was updated successfully, but these errors were encountered:
Currently, that depends on the storage method.
For file, you can navigate to the specified directory (./data by default) and search the files for the content to identify the one you want to delete. You could also generate the md5 sum of the document key in the URL to get the file name (but I expect that to depend on the exact algorithm).
For any of the other storage methods you can basically do the same thing for the respective store.
That being said, I would welcome a feature to delete or edit documents from the UI. Is anything like that planned?
I'm thinking a key to prove ownership that would be generated and displayed after creation. That way there'd be no need for authentication while still enabling authorization.
Integrating the client would require some more thought, since I wouldn't want to copy the "admin access" URL by default but also not "lose" it.
I wouldn't mind working on that or a similar solution, but I didn't want to start without first checking if that's even part of the vision.
Is there a way we could delete hastes on our own haste-Instance? I think they must be stored somewhere, could we delete them on the filesystem and they would disappear online too? If yes, where to find them?
To be precise: I've actually the problem that I uploaded a haste and accidentally didn't removed all sensitive data, so I asked the admin of the instance to remove it but they can't find it.
Dear
Matthias H.
The text was updated successfully, but these errors were encountered: