mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-22 16:21:09 +02:00
Renamed presentation to navigator
This commit is contained in:
parent
d9c4493e0d
commit
f3aa7625fe
@ -60,7 +60,7 @@ ports:
|
|||||||
web-app-sphinx: 8036
|
web-app-sphinx: 8036
|
||||||
phpldapadmin: 8037
|
phpldapadmin: 8037
|
||||||
fusiondirectory: 8038
|
fusiondirectory: 8038
|
||||||
presentation: 8039
|
web-app-navigator: 8039
|
||||||
web-app-espocrm: 8040
|
web-app-espocrm: 8040
|
||||||
syncope: 8041
|
syncope: 8041
|
||||||
collabora: 8042
|
collabora: 8042
|
||||||
|
@ -78,7 +78,7 @@ defaults_networks:
|
|||||||
subnet: 192.168.103.16/28
|
subnet: 192.168.103.16/28
|
||||||
fusiondirectory:
|
fusiondirectory:
|
||||||
subnet: 192.168.103.32/28
|
subnet: 192.168.103.32/28
|
||||||
presentation:
|
web-app-navigator:
|
||||||
subnet: 192.168.103.48/28
|
subnet: 192.168.103.48/28
|
||||||
web-app-espocrm:
|
web-app-espocrm:
|
||||||
subnet: 192.168.103.64/28
|
subnet: 192.168.103.64/28
|
||||||
|
@ -19,7 +19,7 @@ galaxy_info:
|
|||||||
issue_tracker_url: "https://github.com/kevinveenbirkenbach/meta-infinite-graph/issues"
|
issue_tracker_url: "https://github.com/kevinveenbirkenbach/meta-infinite-graph/issues"
|
||||||
documentation: "https://github.com/kevinveenbirkenbach/meta-infinite-graph/"
|
documentation: "https://github.com/kevinveenbirkenbach/meta-infinite-graph/"
|
||||||
logo:
|
logo:
|
||||||
class: "fa-solid fa-infinity"
|
class: "fa-solid fa-brain"
|
||||||
run_after: []
|
run_after: []
|
||||||
dependencies:
|
dependencies:
|
||||||
- sys-cli
|
- sys-cli
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: "Kevin Veen-Birkenbach"
|
author: "Kevin Veen-Birkenbach"
|
||||||
description: "This Presentation Software is a powerful tool designed for showcasing the CyMaIS platform to various audiences, including Administrators, Developers, End-Users, Businesses, and Investors."
|
description: "An interactive presentation platform focused on guiding end-users through the practical use of the CyMaIS software. Designed to demonstrate features, workflows, and real-world applications for Administrators, Developers, End-Users, Businesses, and Investors."
|
||||||
license: "CyMaIS NonCommercial License (CNCL)"
|
license: "CyMaIS NonCommercial License (CNCL)"
|
||||||
license_url: "https://s.veen.world/cncl"
|
license_url: "https://s.veen.world/cncl"
|
||||||
company: |
|
company: |
|
||||||
@ -25,4 +25,4 @@ galaxy_info:
|
|||||||
issue_tracker_url: "https://s.veen.world/cymaisissues"
|
issue_tracker_url: "https://s.veen.world/cymaisissues"
|
||||||
documentation: "https://s.veen.world/cymais"
|
documentation: "https://s.veen.world/cymais"
|
||||||
logo:
|
logo:
|
||||||
class: "fas fa-chalkboard-teacher"
|
class: "fas fa-map"
|
1
roles/web-app-navigator/vars/main.yml
Normal file
1
roles/web-app-navigator/vars/main.yml
Normal file
@ -0,0 +1 @@
|
|||||||
|
application_id: "web-app-navigator"
|
@ -14,14 +14,14 @@
|
|||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if "presentation" in group_names %}
|
{% if "web-app-navigator" in group_names %}
|
||||||
|
|
||||||
- name: Slides
|
- name: Slides
|
||||||
description: Checkout the presentation
|
description: Checkout the presentation
|
||||||
icon:
|
icon:
|
||||||
class: "fas fa-chalkboard-teacher"
|
class: "fas fa-chalkboard-teacher"
|
||||||
url: https://{{domains | get_domain('presentation')}}
|
url: https://{{domains | get_domain('web-app-navigator')}}
|
||||||
iframe: {{ applications | get_app_conf('presentation','features.port-ui-desktop',True) }}
|
iframe: {{ applications | get_app_conf('web-app-navigator','features.port-ui-desktop',True) }}
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- name: Solutions
|
- name: Solutions
|
||||||
|
@ -1 +0,0 @@
|
|||||||
application_id: "presentation"
|
|
Loading…
x
Reference in New Issue
Block a user