1. 26 Sep, 2016 1 commit
  2. 02 Sep, 2016 1 commit
  3. 01 Sep, 2016 1 commit
  4. 12 Aug, 2016 1 commit
  5. 16 Jul, 2016 1 commit
  6. 12 Jul, 2016 1 commit
  7. 08 Jul, 2016 1 commit
  8. 17 Jun, 2016 1 commit
  9. 05 Jun, 2016 1 commit
  10. 17 May, 2016 1 commit
    • Lars Gierth's avatar
      build: specify a dist.ipfs.io hash · 864e3055
      Lars Gierth authored
      Right now bin/dist_get trusts whatever DNS resolver is active.
      This change enables it to verify what it downloads.
      Verification itself remains TODO.
      
      This will work best with a unixfs-hash tool which is TODO too.
      It'd just do the equivalent of `ipfs add -n -r <dirOrFile>`.
      
      License: MIT
      Signed-off-by: default avatarLars Gierth <larsg@systemli.org>
      864e3055
  11. 09 May, 2016 5 commits
  12. 21 Mar, 2016 1 commit
  13. 10 Mar, 2016 1 commit
  14. 01 Mar, 2016 1 commit
  15. 24 Feb, 2016 1 commit
  16. 23 Feb, 2016 1 commit
  17. 14 Feb, 2016 3 commits
  18. 04 Feb, 2016 1 commit
    • Lars Gierth's avatar
      Rework the Dockerfile · 81c8cffe
      Lars Gierth authored
      - Have two Dockerfiles doing essentially the same,
        but optimized for build time (for tests)
        and image size (for Docker Hub)
      - Fetch gx dependencies
      - Expose port 4002 for utp
      - Specify go version, currently 1.5.3-r0
      - Create ephemeral fs-repo if none is mounted
      - Have t0300-docker-image actually test IPFS, not just an echo
      - Make everything a bit less hardcoded
      - Remove dead shacheck
      
      License: MIT
      Signed-off-by: default avatarLars Gierth <larsg@systemli.org>
      81c8cffe
  19. 15 Sep, 2015 1 commit
    • Knut Ahlers's avatar
      Use exec to start IPFS daemon · 1cdafc71
      Knut Ahlers authored
      This incorporates feedback from @RX14 in #1685 and might fix #1537 as the ipfs daemon would get the stop signal from the docker daemon... Maybe that way it stops in a cleaner manner...
      
      License: MIT
      Signed-off-by: default avatarKnut Ahlers <knut@ahlers.me>
      1cdafc71
  20. 15 Jul, 2015 1 commit
  21. 10 May, 2015 1 commit
  22. 23 Apr, 2015 1 commit
    • Knut Ahlers's avatar
      Improve Dockerfile · 3534b039
      Knut Ahlers authored
      * Added VOLUME to enable users to keep a state of the repo outside the container
      * Added ipfs user to let ipfs run as a normal user and not as root
      * Set IPFS_PATH to push IPFS to use the exposed dir
      * Improved start script to be more verbose about errors
      3534b039
  23. 22 Feb, 2015 1 commit
  24. 16 Feb, 2015 1 commit
  25. 16 Jan, 2015 1 commit
  26. 07 Jan, 2015 2 commits