Compare commits

..

No commits in common. "main" and "1.76.0" have entirely different histories.
main ... 1.76.0

4 changed files with 21 additions and 34 deletions

View File

@ -1,12 +0,0 @@
name: Build Multiarch Container Image
on: [push]
jobs:
call-reusable-workflow:
uses: container/multiarch-build-workflow/.gitea/workflows/build.yaml@main
with:
repository: ${{ gitea.repository }}
ref_name: ${{ gitea.ref_name }}
sha: ${{ gitea.sha }}
registry_url: ${{ secrets.REGISTRY_URL }}
registry_user: ${{ secrets.REGISTRY_USER }}
registry_pw: ${{ secrets.REGISTRY_PW }}

11
.woodpecker.yml Normal file
View File

@ -0,0 +1,11 @@
pipeline:
publish-docker-image:
image: plugins/kaniko
settings:
repo: docker.io/thallian/matrix-synapse
tags: latest,${CI_COMMIT_SHA:0:8},${CI_COMMIT_TAG=pre}
dockerfile: Dockerfile
username:
from_secret: DOCKER_USER
password:
from_secret: DOCKER_PW

View File

@ -1,4 +1,6 @@
FROM docker.io/alpine:3.21 AS builder FROM docker.io/alpine:3.17 AS builder
ENV VERSION=v1.76.0
RUN apk add --no-cache \ RUN apk add --no-cache \
alpine-sdk \ alpine-sdk \
@ -9,22 +11,11 @@ RUN apk add --no-cache \
openssl-dev \ openssl-dev \
zlib-dev \ zlib-dev \
jpeg-dev \ jpeg-dev \
rust \ rust
cargo \
poetry \
git
ENV VERSION=v1.127.1 RUN pip3 install --target="/install" matrix-synapse==$VERSION
RUN git clone https://github.com/element-hq/synapse.git
WORKDIR /synapse
RUN git checkout $VERSION
RUN poetry export -o /synapse/requirements.txt FROM docker.io/thallian/confd-env:3.17
RUN pip3 install --target="/install" -r /synapse/requirements.txt
RUN pip3 install --target="/install" --no-deps --no-warn-script-location /synapse[all];
FROM docker.io/thallian/confd-env:3.21-3.2.0.2
RUN addgroup -g 2222 matrix-synapse RUN addgroup -g 2222 matrix-synapse
RUN adduser -h /var/lib/matrix-synapse -u 2222 -D -G matrix-synapse matrix-synapse RUN adduser -h /var/lib/matrix-synapse -u 2222 -D -G matrix-synapse matrix-synapse
@ -33,7 +24,6 @@ RUN apk add --no-cache \
python3 \ python3 \
py3-psycopg2 \ py3-psycopg2 \
py3-authlib \ py3-authlib \
py3-asn1 \
libffi \ libffi \
openssl \ openssl \
zlib \ zlib \

View File

@ -306,9 +306,7 @@ listeners:
resources: resources:
- names: [client, federation] - names: [client, federation]
compress: false compress: false
- port: 9000
type: metrics
bind_addresses: ['::']
# example additional_resources: # example additional_resources:
# #
#additional_resources: #additional_resources:
@ -1141,7 +1139,7 @@ oembed:
# Defaults to "https://www.recaptcha.net/recaptcha/api/siteverify". # Defaults to "https://www.recaptcha.net/recaptcha/api/siteverify".
# #
#recaptcha_siteverify_api: "https://my.recaptcha.site" #recaptcha_siteverify_api: "https://my.recaptcha.site"
enable_authenticated_media: true
## TURN ## ## TURN ##
@ -1434,7 +1432,7 @@ account_threepid_delegates:
# Enable collection and rendering of performance metrics # Enable collection and rendering of performance metrics
# #
enable_metrics: true enable_metrics: false
# Enable sentry integration # Enable sentry integration
# NOTE: While attempts are made to ensure that the logs don't contain # NOTE: While attempts are made to ensure that the logs don't contain