Configuration

Asset server Configuration

Static file serving:

[[assets.static]]
# ./assets/* -> http://localhost:8080/assets/
dir = "assets" # Relative to configuration file
path = "/assets"

Template file serving:

[[assets.template]]
# ./templates/name.html -> http://localhost:8080/html/name/param
dir = "templates"
path = "/html"

QGIS plugin repository:

[[assets.repo]]
# ./plugins/*.zip -> http://localhost:8080/qgisrepo/plugins.xml
dir = "plugins"
path = "/qgisrepo"