Skip to content

Commit

Permalink
Add Jitsi support
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Mar 3, 2024
1 parent 143b640 commit e4fa736
Show file tree
Hide file tree
Showing 5 changed files with 818 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changes

* 2024-03-03: Add Jitsi support
* 2024-02-19: OIDC Auth PKCE
* 2024-02-12: 2.18.2
* 2024-01-31: Add SERVERNAME
Expand Down
1 change: 1 addition & 0 deletions manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ COPY *.patch /
RUN echo auth-to-authn-by-jwt-manager.patch && patch -p1 < auth-to-authn-by-jwt-manager.patch && \
echo patch anssi.patch && patch -p1 < anssi.patch && \
echo patch oidc-auth-pkce.patch && patch -p1 < oidc-auth-pkce.patch && \
echo patch jitsi.patch && patch -p1 < jitsi.patch && \
rm -f *.patch && \
perl -MLemonldap::NG::Manager::Build -e 'Lemonldap::NG::Manager::Build->run( \
structFile => "/usr/share/lemonldap-ng/manager/htdocs/static/struct.json", \
Expand Down
Loading

0 comments on commit e4fa736

Please sign in to comment.