murano-apps/Guacamole/package/UI/ui.yaml

49 lines
1.7 KiB
YAML

# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
Version: 2.2
Application:
?:
type: com.example.Guacamole
username: $.appConfiguration.username
password: $.appConfiguration.password
server: $.appConfiguration.server
Forms:
- appConfiguration:
fields:
- name: license
type: string
description: Apache License, Version 2.0
hidden: true
required: false
- name: username
type: string
label: Username
initial: guac
description: >-
Please, provide a username that is going to be used to access Guacamole and ssh into the server instance to
modify the Guacamole configuration
- name: password
type: password
label: Password
descriptionTitle: Password
description: >-
Please, provide a strong password that is going to be used to access Guacamole and ssh into the server instance to
modify the Guacamole configuration
- name: server
type: com.example.apache.Tomcat
label: Application Server
description: >-
Select an instance of Application Server to run the app