Skip to content
#

microservice-framework

Here are 94 public repositories matching this topic...

moleculer
oobles
oobles commented Apr 16, 2020

This should be a really easy one, but I can't seem to find a solution. How do you secure content registered with StaticContentSupport? I'd like to have /protected static content and open static content, with Routing looking something like this:

return Routing.builder()
.register(WebSecurity.create(getSecurity()))
.register("/protected", StaticContentSupport.builder(protectedPath).welcomeFil

michaelpb
michaelpb commented Oct 5, 2017

CLI and packaging

  • Document the three uses:
    • CLI and library - Include in other projects (e.g. Django, Celery) as a
      useful conversion utility
    • Ready-to-go server - Provide docker container to spin up behind nginx,
      using env variables to configure, only providing a settings.py file if
      necessary
    • Web media conversion framework - In the manner of Djang

Improve this page

Add a description, image, and links to the microservice-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the microservice-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.