User Web Interfaces
Overview
/apps/<app-author>.<app-name>/API setup
Example
# ...auterion-app.yml...
services:
<my-service-name>:
build: <location of Dockerfile>
http:
/: # The URI that should be mapped
static-root: /data/site # In case of static content,
# point to a directory in /data
function:
type: ui # Assign function UI to the endpoint
label: example-webservice # This makes the site reachable from the
# vehicle webpage
/api # The URI that should be mapped
proxy: # In case of proxying the requests
port: 5000 # the port in the docker container to proxy toEndpoints
Endpoint functions
Last updated