Renamed presentation to navigator

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-21 09:22:30 +02:00
parent d9c4493e0d
commit f3aa7625fe
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
12 changed files with 9 additions and 9 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -0,0 +1 @@
application_id: "web-app-navigator"

View File

@ -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

View File

@ -1 +0,0 @@
application_id: "presentation"