Compare commits

..
7 Commits
Author SHA1 Message Date
Scrublord MacBad e0ed10598f Update Element Web to use custom fork image
- Registry: rohana.axion1337.de
- Repository: sorb/threadnet-web
- Tag: v0.1.0
2026-05-10 23:44:35 +02:00
sorb d39ce5a3a0 Feat: deactivate legacy calls 2026-05-10 19:43:54 +00:00
Scrublord MacBad 68bf4e213c Revert to ESS 26.4.0 - URL preview issues in 26.5.0 2026-05-08 00:39:20 +02:00
Scrublord MacBad 644dff9c48 Upgrade to ESS 26.5.0 with oembed support 2026-05-08 00:29:39 +02:00
Scrublord MacBad 8e0f244257 Add oembed configuration directly to synapse values 2026-05-08 00:20:45 +02:00
Scrublord MacBad b000c1b10b Fix oembed configuration format 2026-05-08 00:10:08 +02:00
Scrublord MacBad 24d0cd1201 Add media_repository and oembed configuration for URL previews 2026-05-08 00:06:27 +02:00
3 changed files with 16 additions and 41 deletions
@@ -17,6 +17,9 @@ data:
"feature_qr_code_login": true,
"feature_new_room_list": false
},
"element_call": {
"use_exclusively": true
},
"setting_defaults": {
"custom_themes": [
{
@@ -181,43 +184,4 @@ data:
"#b16286",
"#689d6a",
"#a89984",
"#d65d0e"
],
"avatar-background-colors": ["#458588", "#b16286", "#689d6a"]
}
},
{
"name": "Wal",
"is_dark": true,
"colors": {
"accent-color": "#888888",
"accent": "#888888",
"primary-color": "#4a90e2",
"warning-color": "#e74c3c",
"alert": "#e74c3c",
"sidebar-color": "#2b2d31",
"roomlist-background-color": "#e74c3c",
"roomlist-text-color": "#888888",
"roomlist-text-secondary-color": "#c0c0c0",
"roomlist-highlights-color": "#b8b8b8",
"roomlist-separator-color": "#5e81ac",
"timeline-background-color": "#2b2d31",
"timeline-text-color": "#888888",
"timeline-text-secondary-color": "#888888",
"timeline-highlights-color": "#e74c3c",
"username-colors": ["#22222a", "#e74c3c", "#b8bb26", "#fabd2f", "#4a90e2", "#b16286", "#8ec07c", "#ebdbb2"],
"avatar-background-colors": ["#fabd2f", "#4a90e2", "#b16286"],
"reaction-row-button-selected-bg-color": "#4a90e2",
"menu-selected-color": "#4a90e2",
"focus-bg-color": "#4a90e2",
"room-highlight-color": "#4a90e2",
"other-user-pill-bg-color": "#4a90e2",
"icon-button-color": "#8ec07c",
"togglesw-off-color": "#4a90e2",
"secondary-content": "#888888",
"tertiary-content": "#888888"
}
}
]
}
}
"#d65d0e"
@@ -66,4 +66,7 @@ data:
- "turns:turn.axion1337.chat?transport=tcp"
turn_shared_secret: "cab3c8408363515d9b4cdc3384a1f76ca17a973242fdfdc72b67ac4d86158527"
turn_user_lifetime: 86400000
turn_allow_guests: false
turn_allow_guests: false
oembed:
config: |
oembed_enabled: true
@@ -43,6 +43,10 @@ spec:
enabled: true
ingress:
host: matrix.axion1337.chat
additional:
oembed:
config: |
oembed_enabled: true
# Matrix Authentication Service braucht eine Subdomain
matrixAuthenticationService:
@@ -59,6 +63,10 @@ spec:
# Element Web
elementWeb:
enabled: true
image:
registry: rohana.axion1337.de
repository: sorb/threadnet-web
tag: v0.1.0
ingress:
host: axion1337.chat