Commit Graph

16 Commits

Author SHA1 Message Date
Renovate Bot 47d64c2488 Update composer Docker tag to v1.10.5 2020-04-18 15:09:54 +02:00
Renovate Bot 1333595977 Update composer Docker tag to v1.10.4 2020-04-13 10:21:45 +02:00
Renovate Bot 8165ea2300 Update composer Docker tag to v1.10.1 2020-03-21 09:56:39 +01:00
Renovate Bot 31d2c50ee4 Update composer Docker tag to v1.10.0 2020-03-15 13:15:51 +01:00
Renovate Bot 3cfffd651d Update composer Docker tag to v1.9.3 2020-02-08 15:59:31 +01:00
Renovate Bot f55a4ce091 Update all non-major dependencies Docker tags 2019-11-30 14:07:20 +01:00
Stéphane Goetz e796fad862 rename _libraries to daux_libraries and _search_index to daux_search_index otherwise github pages makes the files invisible 2019-09-23 22:10:07 +02:00
Stéphane Goetz 57b3848430 Move search to _libraries 2019-09-20 23:20:05 +02:00
Stéphane Goetz b06009ebbd Compile daux's JavaScript. Lazy load Highlight.js 2019-09-20 23:15:45 +02:00
Stéphane Goetz 194110ea6d Replace tipuesearch's jQuery with a mix of JS and preact 2019-09-18 23:16:35 +02:00
Gereon Frey 59fa9fb3ab Optimize Dockerfile
This change will only copy the `compose.{json|lock}` files prior to
installing the dependencies. This improves container image build time
when only code changed, as it facilitates image caching.
2019-02-25 08:06:45 +01:00
Gereon Frey 63c336039b Use debian instead of alpine
This is related to issues with iconv on alpine linux (see [1]). I
noticed that the content file `tipuesearch_content.json` didn't contain
the sanitized text, but only the boolean `false`. I tracked it down to
the `iconv` call. After migration to the debian docker image it is
working fine. Build was started using `docker run --rm -it -w /build -v
"$PWD":/build daux/daux.io daux generate`.

[1] https://github.com/docker-library/php/issues/428
2019-02-25 08:06:45 +01:00
Stéphane Goetz d93ad8c6b1 Add translation of modified_at time, using php-intl 2018-09-21 22:12:07 +02:00
Stéphane Goetz 049e5cd498 Document how you can create a docker image with the documentation inside. Fixes #37 2018-06-05 22:40:38 +02:00
Stéphane Goetz ec9344f558 Change Docker's base image to use alpine. Fixes #5 2017-10-18 21:34:54 +02:00
Stéphane Goetz 171674ffb6 Added Dockerfile 2017-09-13 22:27:01 +02:00