murano-apps/Docker/Applications/HTTPdSite/package/UI/ui.yaml

41 lines
1.2 KiB
YAML

Version: 2
Application:
?:
type: io.murano.apps.docker.DockerHTTPdSite
name: $.appConfiguration.name
host: $.appConfiguration.host
publish: $.appConfiguration.publish
siteRepo: $.appConfiguration.url
Forms:
- appConfiguration:
fields:
- name: name
type: string
label: Application Name
initial: DockerHTTPdSite
description: >-
Enter a desired name for the application. Just A-Z, a-z, 0-9, dash and
underline are allowed
- name: url
type: string
required: true
label: Repository URL
description: Enter an URL to git repository with site content
- name: host
type:
- io.murano.apps.docker.kubernetes.KubernetesPod
- io.murano.apps.docker.DockerStandaloneHost
label: Container Host
description: >-
Select an instance of Docker contaniner hosting provider to run the app
- name: publish
type: boolean
label: Visible from outside
initial: true
required: false
description: >-
Check if you intend to access application from the Internet