Go to file
2022-05-11 12:59:40 +09:00
src/templates first commit. 2022-05-11 12:30:30 +09:00
web first commit. 2022-05-11 12:30:30 +09:00
README.md fixed typo 2022-05-11 12:59:40 +09:00

elabftw-customization

Customization files for docker version of elabftw.

To apply these customization, append following lines to docker compose file /etc/elabftw.yml

services:
  web:
   volumes:
     - /elabftw-customization/web/assets/images/logo-header.png:/elabftw/web /assets/images/logo-header.png
     - /elabftw-customization/web/app/img:/elabftw/web/app/img
     - /elabftw-customization/src/templates/head.html:/elabftw/src/templates /head.html