hello, is it posible to only use galaxy via API Rest? i’m making experiments in the platform and i did’nt see anything related to that except for making a new front-end (web UI) but my goal is not to build a new front-end for galaxy only use it via API Rest
Hi @cucharacha
For development, you can run the “dev” branch/mode of Galaxy.
Planemo is the best top level resource for getting this going, and includes instructions plus utilities.
You could also run the Docker Galaxy. This has most items pre-configured, which simplifies the configuration.
Let’s also get this one confirm. I’ve asked at the Dev chat here. → You're invited to talk on Matrix. They will be replying to both of your open questions!
1 Like
This isn’t by default configurable without tweaking the codebase, though I guess you could put a proxy like nginx or something in front and disallow/redirect any route that’s not an /api/ route?
2 Likes