Hello, I'm running Kutt in a docker container and loving it!
However, after doing some development with the API, I've filled my database with hundreds and hundreds of shortened links. I want to clear them out, but the UI only offers 1-by-1 deletion, each requiring a confirmation popup.
I know I could get my hands dirty and exec into the database and all that, but is there an easier way?
Hello, I'm running Kutt in a docker container and loving it!
However, after doing some development with the API, I've filled my database with hundreds and hundreds of shortened links. I want to clear them out, but the UI only offers 1-by-1 deletion, each requiring a confirmation popup.
I know I could get my hands dirty and
exec
into the database and all that, but is there an easier way?