Little tweaks

This commit is contained in:
2025-05-22 05:55:33 +02:00
parent c7ff39169a
commit 2717651189
16 changed files with 51 additions and 20 deletions

View File

@@ -2,7 +2,7 @@
## Description
Elevate your website management with Joomla, a powerful content management system that fuses versatility with dynamic design. Experience a vibrant platform that inspires creativity and drives your digital presence to new, energetic heights.
Elevate your website management with [Joomla](https://www.joomla.org/), a powerful content management system that fuses versatility with dynamic design. Experience a vibrant platform that inspires creativity and drives your digital presence to new, energetic heights.
## Overview

View File

@@ -19,6 +19,6 @@ galaxy_info:
documentation: https://s.veen.world/cymais
logo:
class: "fa-solid fa-lock"
run_after:
run_after:
- docker-matomo
dependencies: []

View File

@@ -10,4 +10,8 @@ features:
central_database: true
domains:
canonical:
- "microblog.{{ primary_domain }}"
- "microblog.{{ primary_domain }}"
csp:
whitelist:
frame-src:
- "*"

View File

@@ -29,5 +29,5 @@ galaxy_info:
documentation: "https://s.veen.world/cymais"
logo:
class: "fa-solid fa-project-diagram"
run_after:
run_after:
- docker-keycloak

View File

@@ -28,5 +28,5 @@ galaxy_info:
documentation: "https://s.veen.world/cymais"
logo:
class: "fa-solid fa-video"
run_after:
run_after:
- docker-keycloak

View File

@@ -24,4 +24,5 @@ galaxy_info:
documentation: "https://s.veen.world/cymais"
logo:
class: "fa-solid fa-database"
dependencies: []
run_after:
- docker-postgres

View File

@@ -23,4 +23,5 @@ galaxy_info:
documentation: "https://s.veen.world/cymais"
logo:
class: "fa-solid fa-user-lock"
dependencies: []
run_after:
- docker-ldap

View File

@@ -25,4 +25,5 @@ galaxy_info:
documentation: https://s.veen.world/cymais
logo:
class: "fa-solid fa-database"
dependencies: []
run_after:
- docker-mariadb

View File

@@ -24,4 +24,5 @@ galaxy_info:
documentation: "https://s.veen.world/cymais"
logo:
class: "fa-solid fa-camera"
dependencies: []
run_after:
- docker-keycloak

View File

@@ -112,7 +112,7 @@
description: Access our comprehensive documentation and support resources to help you get the most out of the software.
icon:
class: fas fa-book
url: https://{{domains.sphinx}}
url: https://{{domains | get_domain('sphinx')}}
iframe: {{ applications | is_feature_enabled('portfolio_iframe','sphinx') }}
{% endif %}
@@ -123,10 +123,16 @@
description: Checkout the presentation
icon:
class: "fas fa-chalkboard-teacher"
url: https://{{domains.presentation}}
url: https://{{domains | get_domain('presentation')}}
iframe: {{ applications | is_feature_enabled('portfolio_iframe','presentation') }}
{% endif %}
- name: Solutions
description: "Software and IT Infrastructure Solutions by Kevin Veen-Birkenbach"
icon:
class: fa-solid fa-rocket
url: "https://cybermaster.space/"
iframe: false
- name: Imprint
description: Check out the imprint information

View File

@@ -19,6 +19,8 @@ csp:
flags:
style-src:
unsafe-inline: true
script-src:
unsafe-inline: true
domains:
canonical:
- "{{ primary_domain }}"

View File

@@ -27,5 +27,5 @@ galaxy_info:
documentation: "https://s.veen.world/cymais"
logo:
class: "fa-solid fa-blog"
run_after:
run_after:
- docker-keycloak

View File

@@ -1,2 +1,4 @@
application_id: "html-server"
domain: "{{domains | get_domain(application_id)}}"
application_id: "html-server"
domain: "{{domains | get_domain(application_id)}}"
features:
portfolio_iframe: true # Necessary for imprint loading