Hoppscotch - Open source API development ecosystem
-
https://github.com/hoppscotch/hoppscotch
My rough attempt at a package: https://git.atrilahiji.dev/atrilahiji/cloudron-hoppscotch-appWhat do you guys think? Any interest in this and/or any ideas for improving the package?
Some features here require Firebase, which I refuse to use. That being said it is usable for basic API testing.
-
@atrilahiji good find! I actually already have this running on my Cloudron. The thing is, it's mostly a front end application, so I just built it and uploaded it to a Surfer instance. (100% with you on the Firebase issue.) Does your packaging have any additional server-side resources for the app?
-
A job for Supabase maybe? https://forum.cloudron.io/topic/3685/supabase-the-open-source-firebase-alternative
-
@marcusquinn Yes definitely! That or Appwrite! I do like the idea of Supabase so im hoping they get functions out soon so I can give it a try
-
@thetomester13 Nothing special in mine. I have a little node server that serves the static content and a separate endpoint for healthchecks. Otherwise it is exactly the same as hosting with surfer, with the only advantage here being it would show up as a one-click install for Hoppscotch specifically vs surfer.
And yeah I only just deleted my Gmail account I'm not about to make another to use Firebase.