Skip to content

Configuration : Proxy to dev.nkod.opendata.cz

Jakub Klímek edited this page May 19, 2021 · 6 revisions

Below is a configuration that can be used to run dcat-ap-viewer with dev.nkod.opendata.cz as a data source.

dcat-ap-viewer:
  version: 2
  port: 8030
  serve-static-content: true
  providers:
    - type: proxy
      url: http://dev.nkod.opendata.cz
  client:
    profiles:
      - profile-lkod
      - profile-nkod
    page-title-default: "Catalog"
    page-title-prefix: ""
    page-title-suffix: ""
    dereference-url-prefix: "https://dev.nkod.opendata.cz/describe/?uri="
    dcat-ap-forms-url: "https://dev.nkod.opendata.cz/formulář/"
    default-language: "cs"

This example employs Proxy Provider.

Clone this wiki locally