Skip to content
Snippets Groups Projects
  1. Jul 13, 2023
  2. Jun 28, 2023
  3. Jan 27, 2023
  4. Nov 08, 2022
    • Ticho 34782694's avatar
      Describe a better way to enforce Content-Type in nginx · 09015f11
      Ticho 34782694 authored
      add_header will not override the Content-Type header set by the server,
      but will instead add another header below, which is obviously not ideal.
      
      The proposed change will instead tell nginx to set the correct value for
      this header straight away.
      09015f11
  5. Oct 13, 2022
  6. Jun 18, 2022
  7. Mar 30, 2022
  8. Mar 18, 2022
  9. Feb 22, 2022
    • Jonas Zohren's avatar
      fix(docker): Make conduit own default db path · a5bb6786
      Jonas Zohren authored
      When a user mounts a volume into the default volume path,
      it uses the permissions and ownership from the host volume.
      In most cases, this is 1000:1000, which it also uses on the inside.
      
      If you don't mount a volume though (e.g., for testing), conduit cries:
      “The database couldn't be loaded or created.”
      
      This fix chowns the default db dir to remedy this.
      a5bb6786
  10. Feb 20, 2022
  11. Feb 19, 2022
  12. Feb 16, 2022
  13. Feb 12, 2022
  14. Feb 04, 2022
  15. Feb 02, 2022
  16. Jan 28, 2022
  17. Jan 23, 2022
  18. Jan 07, 2022
  19. Dec 15, 2021
  20. Nov 25, 2021
  21. Nov 21, 2021
  22. Sep 03, 2021
  23. Aug 31, 2021
  24. Aug 30, 2021
  25. Aug 29, 2021
  26. Aug 26, 2021
  27. Aug 09, 2021
  28. Jul 19, 2021
  29. Jul 06, 2021
  30. May 25, 2021
  31. May 22, 2021
Loading