Compare commits

...

2 Commits

Author SHA1 Message Date
a100c9e63d Solved condition and tab bugs 2025-07-07 21:44:33 +02:00
f254c9711d Activated iframe for all applications 2025-07-07 20:20:39 +02:00
23 changed files with 28 additions and 27 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 701 KiB

View File

@@ -1,11 +1,11 @@
{# Base template for all docker-compose.yml.j2 #}
services:
{# Load Database #}
{% if applications[application_id].docker.database.enabled | default(false) | bool %}
{% if applications[application_id].docker.services.database.enabled | default(false) | bool %}
{% include 'roles/docker-central-database/templates/services/main.yml.j2' %}
{% endif %}
{# Load Redis #}
{% if applications[application_id].docker.redis.enabled | default(false) | bool %}
{% if applications[application_id].docker.services.redis.enabled | default(false) | bool %}
{% include 'roles/docker-redis/templates/service.yml.j2' %}
{% endif %}
{# Load OAuth2 Proxy #}

View File

@@ -1,6 +1,6 @@
{# This template needs to be included in docker-compose.yml containers, which depend on a database, redis and optional additional volumes #}
{% if applications | is_feature_enabled('central_database', application_id)
and not (applications[application_id].docker.redis.enabled
and not (applications[application_id].docker.services.redis.enabled
| default(false)
| bool) %}
depends_on: []
@@ -10,7 +10,7 @@
database:
condition: service_healthy
{% endif %}
{% if applications[application_id].docker.redis.enabled | default(false) | bool %}
{% if applications[application_id].docker.services.redis.enabled | default(false) | bool %}
redis:
condition: service_healthy
{% endif %}

View File

@@ -3,7 +3,7 @@ images:
features:
matomo: true
css: false
portfolio_iframe: false
portfolio_iframe: true
ldap: false
oidc: true
central_database: true

View File

@@ -7,7 +7,7 @@ credentials:
features:
matomo: true
css: false
portfolio_iframe: false # Deactivated mailu iframe loading until keycloak supports it
portfolio_iframe: true # Deactivated mailu iframe loading until keycloak supports it
oidc: true
central_database: false # Deactivate central database for mailu, I don't know why the database deactivation is necessary
domains:

View File

@@ -7,7 +7,7 @@ credentials:
features:
matomo: true
css: true
portfolio_iframe: false
portfolio_iframe: true
oidc: true
central_database: true
domains:

View File

@@ -3,7 +3,7 @@ images:
features:
matomo: true
css: false
portfolio_iframe: false
portfolio_iframe: true
central_database: true
oauth2: false
csp:

View File

@@ -15,7 +15,7 @@ setup: false # Set true in inventory
features:
matomo: false # Deactivated, because in html CSP restricts use
css: true
portfolio_iframe: false
portfolio_iframe: true
oidc: true # Deactivated OIDC due to this issue https://github.com/matrix-org/synapse/issues/10492
central_database: true
csp:

View File

@@ -3,7 +3,7 @@ version: "4.5" # Latest LTS - Neces
features:
matomo: true
css: false
portfolio_iframe: false
portfolio_iframe: true
central_database: true
oidc: true
csp:

View File

@@ -14,7 +14,7 @@ ldap:
features:
matomo: true
css: false # Temporary deactivated. Needs to be optimized for production use.
portfolio_iframe: false
portfolio_iframe: true
ldap: true
central_database: true
oauth2: true

View File

@@ -2,7 +2,7 @@ version: "bookworm"
features:
matomo: true
css: false
portfolio_iframe: false
portfolio_iframe: true
central_database: true
oidc: true
csp:

View File

@@ -7,7 +7,7 @@ oauth2_proxy:
features:
matomo: true
css: true
portfolio_iframe: false
portfolio_iframe: true
central_database: true
oauth2: true
csp:

View File

@@ -5,6 +5,6 @@ oauth2_proxy:
features:
matomo: true
css: true
portfolio_iframe: false
portfolio_iframe: true
ldap: true
oauth2: true

View File

@@ -6,7 +6,7 @@ oauth2_proxy:
features:
matomo: true
css: false
portfolio_iframe: false
portfolio_iframe: true
central_database: true
oauth2: true
hostname: central-mariadb

View File

@@ -5,7 +5,7 @@ images:
features:
matomo: true
css: false # Needs to be reactivated
portfolio_iframe: false
portfolio_iframe: true
central_database: true
oidc: true
csp:

View File

@@ -9,6 +9,7 @@ csp:
script-src-elem:
- https://cdn.jsdelivr.net
- https://kit.fontawesome.com
- https://code.jquery.com/
style-src:
- https://cdn.jsdelivr.net
font-src:

View File

@@ -2,8 +2,8 @@
"name": "simpleicons-server",
"type": "module",
"dependencies": {
"express": "^4.18.2",
"simple-icons": "^9.0.0",
"sharp": "^0.32.0"
"express": "*",
"simple-icons": "*",
"sharp": "*"
}
}

View File

@@ -2,7 +2,7 @@ version: "latest"
features:
matomo: true
css: false
portfolio_iframe: false
portfolio_iframe: true
central_database: true
ldap: true
oauth2: true

View File

@@ -1,7 +1,7 @@
features:
matomo: true
css: true
portfolio_iframe: false
portfolio_iframe: true
csp:
flags:
script-src:

View File

@@ -9,7 +9,7 @@ flavor: 'taigaio' # Potential flavors: robrotheram, taigaio
features:
matomo: true
css: false
portfolio_iframe: false
portfolio_iframe: true
oidc: false
central_database: true
docker:

View File

@@ -9,7 +9,7 @@ plugins:
features:
matomo: true
css: false
portfolio_iframe: false
portfolio_iframe: true
oidc: true
central_database: true
version: latest

View File

@@ -10,7 +10,7 @@ oauth2_proxy:
features:
matomo: true
css: true
portfolio_iframe: false
portfolio_iframe: true
central_database: true
oauth2: true
domains: