Skip to content
Snippets Groups Projects
  1. Mar 08, 2022
  2. Mar 01, 2022
  3. Feb 22, 2022
    • Jonas Zohren's avatar
      Merge branch 'fix-docker-db-dir-permissions' into 'next' · 6788225c
      Jonas Zohren authored
      Fix(docker): Make conduit own default db path
      
      See merge request famedly/conduit!320
      6788225c
    • 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
  4. Feb 21, 2022
    • TomZ's avatar
      Fix permissions · 949f2523
      TomZ authored
      The text just sets the ownership and ignores that defaults on unix
      are to have newly created dirs be readable by everyone.
      This closes the database to unauthorized users on multi-user systems.
      949f2523
  5. Feb 20, 2022
  6. Feb 19, 2022
  7. Feb 18, 2022
  8. Feb 17, 2022
  9. Feb 16, 2022
  10. Feb 15, 2022
  11. Feb 13, 2022
Loading