Skip to content

Commit

Permalink
revert to fix keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
sbelondr committed Sep 26, 2024
1 parent 33862a6 commit 3a6e449
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 4,697 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,3 @@ In matomo by default is displayed the day after today. Remember to change with t
> [!CAUTION]
> DO NOT use this without persisting your data and email. You should use
mounted volumes as containers can be recreated and re-init all data.

# Test online

- https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/citelibre/RendezVous/main/docker-compose-play-with-docker.yml
4 changes: 0 additions & 4 deletions citelibre-rendezvous/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ mail_port="${LUTECE_MAIL_PORT:-1025}"
mail_user="${LUTECE_MAIL_USER:-}"
mail_password="${LUTECE_MAIL_PWD:-}"

light_mode="${LIGHT_MODE:-False}"

echo "Config database"
sed -i "s/portal.user=.*/portal\.user=$db_user/" ${tomcat}/webapps/rendezvous/WEB-INF/conf/db.properties
Expand Down Expand Up @@ -56,9 +55,6 @@ sed -i "s/http:\/\/localhost:8081/$url_keycloak/g" ${tomcat}/webapps/rendezvous/
sed -i "s/http:\/\/localhost:8081/$url_keycloak/g" ${tomcat}/webapps/rendezvous/WEB-INF/conf/override/plugins/mylutece-oauth2_context.xml


if [ "$light_mode" = "True" ]; then
echo "mylutece.authentication.class=fr.paris.lutece.plugins.mylutece.modules.database.authentication.BaseAuthentication" > ${tomcat}/webapps/rendezvous/WEB-INF/conf/override/plugins/mylutece.properties
fi

# SMTP
# Pb with new version => delete this file
Expand Down
6 changes: 0 additions & 6 deletions citelibre-rendezvous/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -414,12 +414,6 @@
<version>[3.0.1]</version>
<type>lutece-plugin</type>
</dependency>
<dependency>
<groupId>fr.paris.lutece.plugins</groupId>
<artifactId>module-mylutece-database</artifactId>
<version>[6.0.4-SNAPSHOT]</version>
<type>lutece-plugin</type>
</dependency>
<dependency>
<groupId>fr.paris.lutece.plugins</groupId>
<artifactId>module-mylutece-oauth2</artifactId>
Expand Down
67 changes: 0 additions & 67 deletions docker-compose-play-with-docker.yml

This file was deleted.

4 changes: 1 addition & 3 deletions external.env
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,4 @@ URL_MATOMO_HTTP=http:\/\/localhost
URL_MATOMO_HTTPS=https:\/\/localhost
URL_KEYCLOAK=http:\/\/localhost:8081
URL_SOLR=http:\/\/localhost:8983
URL_MAIL=http:\/\/localhost:1080

LIGHT_MODE=False
URL_MAIL=http:\/\/localhost:1080
Loading

0 comments on commit 3a6e449

Please sign in to comment.