Activated iframe for all applications

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-07 20:20:39 +02:00
parent cbe9efbdc8
commit f254c9711d
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
21 changed files with 21 additions and 20 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

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

View File

@ -7,7 +7,7 @@ credentials:
features: features:
matomo: true matomo: true
css: false 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 oidc: true
central_database: false # Deactivate central database for mailu, I don't know why the database deactivation is necessary central_database: false # Deactivate central database for mailu, I don't know why the database deactivation is necessary
domains: domains:

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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