Skip to content
Snippets Groups Projects
Verified Commit 62691e98 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Remove always on screen chat - incompatible with new theme

parent d2325837
No related branches found
No related tags found
1 merge request!29Améliorations diverses d'Etherpad
...@@ -71,7 +71,7 @@ RUN curl -SL https://github.com/ether/etherpad-lite/archive/${ETHERPAD_VERSION}. ...@@ -71,7 +71,7 @@ RUN curl -SL https://github.com/ether/etherpad-lite/archive/${ETHERPAD_VERSION}.
FROM base FROM base
COPY entrypoint.sh /opt/etherpad-lite/entrypoint.sh COPY entrypoint.sh /opt/etherpad-lite/entrypoint.sh
COPY img/favicon.ico /opt/etherpad-lite/src/static/favicon.ico COPY img/favicon.ico /opt/etherpad-lite/src/favicon.ico
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y mysql-client abiword && \ apt-get install -y mysql-client abiword && \
chmod +x /opt/etherpad-lite/entrypoint.sh && \ chmod +x /opt/etherpad-lite/entrypoint.sh && \
......
...@@ -92,8 +92,8 @@ cat <<- EOF > /opt/etherpad-lite/settings.json ...@@ -92,8 +92,8 @@ cat <<- EOF > /opt/etherpad-lite/settings.json
"padOptions": { "padOptions": {
"lang": "fr", "lang": "fr",
"userName": "Anonyme", "userName": "Anonyme",
"alwaysShowChat": true, "alwaysShowChat": false,
"chatAndUsers": true "chatAndUsers": false
}, },
"allowUnknownFileEnds": false, "allowUnknownFileEnds": false,
EOF EOF
...@@ -116,5 +116,6 @@ cat <<- EOF >> /opt/etherpad-lite/settings.json ...@@ -116,5 +116,6 @@ cat <<- EOF >> /opt/etherpad-lite/settings.json
} }
EOF EOF
cp /opt/etherpad-lite/favicon.ico /opt/etherpad-lite/src/static/favicon.ico
exec "$@" exec "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment