Skip to content
Snippets Groups Projects
  1. Jan 28, 2020
  2. Jan 22, 2020
  3. Jan 21, 2020
  4. Oct 25, 2019
  5. Oct 24, 2019
  6. Oct 14, 2019
  7. Sep 25, 2019
  8. Aug 01, 2019
    • egon w. stemle's avatar
      Add Disallow statements · 1b8974a3
      egon w. stemle authored
      Found two lines in robots.txt at UFAL's installation that seem ok. Add
      also to our stash:
      ```
      Disallow: /repository/*allzip$
      Disallow: /repository/oai/requeststripped
      ```
      1b8974a3
  9. Jul 23, 2019
    • egon w. stemle's avatar
      Add initContainers as dependency check · 0e6268d2
      egon w. stemle authored
      Lately, we encountered hick-ups when the dspace container comes up but
      the postgres container is still missing (although the containers will
      restart until both start in the right order).
      
      Here we add one `initContainers` that will poll the postgres db until
      success.
      
      Address #60
      0e6268d2
Loading