tiddlyhost / tiddlyhost-com

Rails application for creating and hosting TiddlyWiki sites, plus resources for deploying it to https://tiddlyhost.com/
Other
184 stars 17 forks source link

UI for admins to delete a Tiddlyspot site when requested #187

Closed simonbaird closed 1 year ago

simonbaird commented 2 years ago

This use case here is to allow removing an unclaimed site.

Probably a soft delete to avoid the chance of it coming back again from the old bucket.

See also #157 .

simonbaird commented 1 year ago

Can be done on the rails console, so I think that's good enough.