File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,11 +15,9 @@ LABEL \
1515 org.opencontainers.image.source="https://github.com/nfrastack/container-element.git" \
1616 org.opencontainers.image.authors="Nfrastack <code@nfrastack.com>" \
1717 org.opencontainers.image.vendor="Nfrastack <https://www.nfrastack.com>" \
18- org.opencontainers.image.licenses="MIT" \
19- org.opencontainers.image.ref.name="${BUILD_REF}"
18+ org.opencontainers.image.licenses="MIT"
2019
2120ARG \
22- BUILD_REF="local" \
2321 ELEMENT_VERSION="v1.12.24" \
2422 ELEMENT_REPO_URL="https://github.com/element-hq/element-web" \
2523 BUILD_DATE="2026-07-24"
Original file line number Diff line number Diff line change @@ -71,13 +71,13 @@ element_generate_configuration() {
7171 "url": "https://call.element.io",
7272 "participant_limit": 8,
7373 "brand": "Element Call",
74- "exclusive": false,
74+ "exclusive": false
7575 },
7676
77- logout_redirect_url: null,
77+ " logout_redirect_url" : null,
7878 "sso_redirect_options": {
7979 "immediate": false,
80- "on_welcome_page": true,
80+ "on_welcome_page": true
8181 },
8282
8383 "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ generate_domain_config() {
3333 print_debug "Generating config for ${hv}"
3434
3535 if [ ! -f "$base" ]; then
36- write_file "${NGINX_USER}:${NGINX_GROUP}@${ base}:644" <<EOF
37- {}
38- EOF
36+ echo '{}' > "$ base"
37+ chown "${NGINX_USER}:${NGINX_GROUP}" "$base"
38+ chmod 644 "$base"
3939 fi
4040 cp "$base" "$cf"
4141
You can’t perform that action at this time.
0 commit comments