Skip to content
Snippets Groups Projects
  1. Feb 28, 2024
  2. Feb 15, 2024
  3. Feb 01, 2024
  4. Jan 15, 2024
  5. Aug 27, 2023
  6. Aug 23, 2023
  7. Jul 29, 2023
  8. Jul 26, 2023
  9. Jul 21, 2023
  10. Jul 13, 2023
  11. Jun 28, 2023
  12. Jan 27, 2023
  13. 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
  14. Oct 13, 2022
  15. Jun 18, 2022
  16. Mar 30, 2022
  17. Mar 18, 2022
  18. 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.
      Unverified
      a5bb6786
  19. Feb 20, 2022
  20. Feb 19, 2022
  21. Feb 16, 2022
  22. Feb 12, 2022
  23. Feb 04, 2022
  24. Feb 02, 2022
  25. Jan 28, 2022
  26. Jan 23, 2022
  27. Jan 07, 2022
  28. Dec 15, 2021
  29. Nov 25, 2021
  30. Nov 21, 2021
  31. Sep 03, 2021
Loading