diff --git a/group_vars/all/09_ports.yml b/group_vars/all/09_ports.yml index d862b436..2810ad9c 100644 --- a/group_vars/all/09_ports.yml +++ b/group_vars/all/09_ports.yml @@ -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 diff --git a/group_vars/all/10_networks.yml b/group_vars/all/10_networks.yml index e3bcf33f..320cc9d8 100644 --- a/group_vars/all/10_networks.yml +++ b/group_vars/all/10_networks.yml @@ -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 diff --git a/roles/web-app-mig/meta/main.yml b/roles/web-app-mig/meta/main.yml index fed7f263..81f712af 100644 --- a/roles/web-app-mig/meta/main.yml +++ b/roles/web-app-mig/meta/main.yml @@ -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 diff --git a/roles/web-app-presentation/README.md b/roles/web-app-navigator/README.md similarity index 100% rename from roles/web-app-presentation/README.md rename to roles/web-app-navigator/README.md diff --git a/roles/web-app-presentation/config/main.yml b/roles/web-app-navigator/config/main.yml similarity index 100% rename from roles/web-app-presentation/config/main.yml rename to roles/web-app-navigator/config/main.yml diff --git a/roles/web-app-presentation/meta/main.yml b/roles/web-app-navigator/meta/main.yml similarity index 68% rename from roles/web-app-presentation/meta/main.yml rename to roles/web-app-navigator/meta/main.yml index a4088e87..cb83ca40 100644 --- a/roles/web-app-presentation/meta/main.yml +++ b/roles/web-app-navigator/meta/main.yml @@ -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" \ No newline at end of file + class: "fas fa-map" \ No newline at end of file diff --git a/roles/web-app-presentation/tasks/main.yml b/roles/web-app-navigator/tasks/main.yml similarity index 100% rename from roles/web-app-presentation/tasks/main.yml rename to roles/web-app-navigator/tasks/main.yml diff --git a/roles/web-app-presentation/templates/docker-compose.yml.j2 b/roles/web-app-navigator/templates/docker-compose.yml.j2 similarity index 100% rename from roles/web-app-presentation/templates/docker-compose.yml.j2 rename to roles/web-app-navigator/templates/docker-compose.yml.j2 diff --git a/roles/web-app-presentation/templates/env.j2 b/roles/web-app-navigator/templates/env.j2 similarity index 100% rename from roles/web-app-presentation/templates/env.j2 rename to roles/web-app-navigator/templates/env.j2 diff --git a/roles/web-app-navigator/vars/main.yml b/roles/web-app-navigator/vars/main.yml new file mode 100644 index 00000000..12a9ff66 --- /dev/null +++ b/roles/web-app-navigator/vars/main.yml @@ -0,0 +1 @@ +application_id: "web-app-navigator" \ No newline at end of file diff --git a/roles/web-app-port-ui/templates/menu/footer.yml.j2 b/roles/web-app-port-ui/templates/menu/footer.yml.j2 index 46548d18..ea131b3e 100644 --- a/roles/web-app-port-ui/templates/menu/footer.yml.j2 +++ b/roles/web-app-port-ui/templates/menu/footer.yml.j2 @@ -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 diff --git a/roles/web-app-presentation/vars/main.yml b/roles/web-app-presentation/vars/main.yml deleted file mode 100644 index 7334a022..00000000 --- a/roles/web-app-presentation/vars/main.yml +++ /dev/null @@ -1 +0,0 @@ -application_id: "presentation" \ No newline at end of file