GoDoxy
Customization

CSS Injection

Inject CSS into the HTML of your application

Overview

CSS Injection is simple with help of the themed middleware.

Examples

Using themes from Theme Park

# docker labels
proxy.app.middlewares.themed.css: https://theme-park.dev/css/base/<app>/<theme>.css

# route file
app:
  middlewares:
    themed:
      css: https://theme-park.dev/css/base/<app>/<theme>.css

Check out the themed middleware middleware for more options.

On this page