mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-22 08:11: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
|
||||
phpldapadmin: 8037
|
||||
fusiondirectory: 8038
|
||||
presentation: 8039
|
||||
web-app-navigator: 8039
|
||||
web-app-espocrm: 8040
|
||||
syncope: 8041
|
||||
collabora: 8042
|
||||
|
@ -78,7 +78,7 @@ defaults_networks:
|
||||
subnet: 192.168.103.16/28
|
||||
fusiondirectory:
|
||||
subnet: 192.168.103.32/28
|
||||
presentation:
|
||||
web-app-navigator:
|
||||
subnet: 192.168.103.48/28
|
||||
web-app-espocrm:
|
||||
subnet: 192.168.103.64/28
|
||||
|
@ -19,7 +19,7 @@ galaxy_info:
|
||||
issue_tracker_url: "https://github.com/kevinveenbirkenbach/meta-infinite-graph/issues"
|
||||
documentation: "https://github.com/kevinveenbirkenbach/meta-infinite-graph/"
|
||||
logo:
|
||||
class: "fa-solid fa-infinity"
|
||||
class: "fa-solid fa-brain"
|
||||
run_after: []
|
||||
dependencies:
|
||||
- sys-cli
|
||||
|
@ -1,6 +1,6 @@
|
||||
galaxy_info:
|
||||
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_url: "https://s.veen.world/cncl"
|
||||
company: |
|
||||
@ -25,4 +25,4 @@ galaxy_info:
|
||||
issue_tracker_url: "https://s.veen.world/cymaisissues"
|
||||
documentation: "https://s.veen.world/cymais"
|
||||
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 %}
|
||||
|
||||
{% if "presentation" in group_names %}
|
||||
{% if "web-app-navigator" in group_names %}
|
||||
|
||||
- name: Slides
|
||||
description: Checkout the presentation
|
||||
icon:
|
||||
class: "fas fa-chalkboard-teacher"
|
||||
url: https://{{domains | get_domain('presentation')}}
|
||||
iframe: {{ applications | get_app_conf('presentation','features.port-ui-desktop',True) }}
|
||||
url: https://{{domains | get_domain('web-app-navigator')}}
|
||||
iframe: {{ applications | get_app_conf('web-app-navigator','features.port-ui-desktop',True) }}
|
||||
|
||||
{% endif %}
|
||||
- name: Solutions
|
||||
|
@ -1 +0,0 @@
|
||||
application_id: "presentation"
|
Loading…
x
Reference in New Issue
Block a user