Files
tp/webservice.md
2025-11-05 10:34:27 +01:00

548 B

Scalar

Create world-class API Docs with a built-in interactive playground which seamlessly turns to a full featured API Client

$ docker run --detach --name scalar \
    environment:
      API_REFERENCE_CONFIG: |
        {
          "sources":[
            { "url": "https://postgrest.localhost" }
          ],
          "theme": "purple"
        }
    networks:
      - proxy_net
    labels:
      caddy: scalar.localhost
      caddy.reverse_proxy: "{{upstreams 8080}}"
      caddy.tls: internal
    scalarapi/api-reference:0.4.2