Skip to content
Snippets Groups Projects
Verified Commit e3b29e25 authored by Romain De Laage De Bellefaye's avatar Romain De Laage De Bellefaye
Browse files

[Etherpad] Add Abiword to import/export document as odf/pdf/doc

parent 838ec741
No related branches found
No related tags found
No related merge requests found
...@@ -61,7 +61,7 @@ COPY --from=downloader /opt/etherpad-lite /opt/etherpad-lite/ ...@@ -61,7 +61,7 @@ COPY --from=downloader /opt/etherpad-lite /opt/etherpad-lite/
RUN chown -R etherpad /opt/etherpad-lite RUN chown -R etherpad /opt/etherpad-lite
RUN apt-get update && \ RUN apt-get update && \
apt-get install -y curl nano postgresql-client && \ apt-get install -y curl nano postgresql-client abiword && \
chmod +x /opt/etherpad-lite/entrypoint.sh && \ chmod +x /opt/etherpad-lite/entrypoint.sh && \
usermod -d /opt/etherpad-lite etherpad && \ usermod -d /opt/etherpad-lite etherpad && \
chown -R etherpad /opt/etherpad-lite && \ chown -R etherpad /opt/etherpad-lite && \
......
...@@ -40,6 +40,7 @@ services: ...@@ -40,6 +40,7 @@ services:
THEME: "colibris" THEME: "colibris"
TITLE: "Picapad" TITLE: "Picapad"
TRUST_PROXY: "true" TRUST_PROXY: "true"
ABIWORD: "/usr/bin/abiword"
networks: networks:
- proxy - proxy
- standard - standard
...@@ -78,6 +79,7 @@ services: ...@@ -78,6 +79,7 @@ services:
THEME: "colibris" THEME: "colibris"
TITLE: "Picapad Hebdo" TITLE: "Picapad Hebdo"
TRUST_PROXY: "true" TRUST_PROXY: "true"
ABIWORD: "/usr/bin/abiword"
depends_on: depends_on:
- etherpad-week-db - etherpad-week-db
networks: networks:
......
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