[matomo] Stop using LDAP based login, use OpenID instead



commit f752ab3a4affca53fa3930ba72f4ddd0f073ae08
Author: Andrea Veri <averi redhat com>
Date:   Thu Sep 1 16:54:01 2022 +0200

    Stop using LDAP based login, use OpenID instead

 Dockerfile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 18d428c..1106801 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -30,12 +30,12 @@ RUN update-ca-certificates
 
 RUN mkdir -p /opt/matomo/extra-plugins && \
     cd /opt/matomo/extra-plugins && \
-    curl https://plugins.matomo.org/api/2.0/plugins/LoginLdap/download/4.5.1 \
-    -o LoginLdap-4.5.1.zip && \
-    unzip LoginLdap-4.5.1.zip && \
-    find LoginLdap -type d | xargs chmod 775 && \
-    find LoginLdap -type f | xargs chmod 644 && \
-    rm -f /opt/matomo/extra-plugins/LoginLdap-4.5.1.zip /var/www/html/vendor/wikimedia/less.php/bin/lessc
+    curl https://plugins.matomo.org/api/2.0/plugins/LoginOIDC/download/4.1.2 \
+    -o LoginOIDC-4.1.2.zip && \
+    unzip LoginOIDC-4.1.2.zip && \
+    find LoginOIDC -type d | xargs chmod 775 && \
+    find LoginOIDC -type f | xargs chmod 644 && \
+    rm -f /opt/matomo/extra-plugins/LoginOIDC-4.1.2.zip /var/www/html/vendor/wikimedia/less.php/bin/lessc
 
 ADD start.sh /start.sh
 ADD archive.sh /archive.sh


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]