The DRM removal tool to remove DRM from ebooks was taken down from github and will most likely be taken down from gitlab soon as well. The more archives we have the better so im sharing the gitlab in hopes some Datahoarder types will archive it and keep it shared via torrents etc https://gitlab.com/bipinkrish/DeGourou

Heres an article about why it was taken down https://torrentfreak.com/internet-archive-targets-book-drm-removal-tool-with-dmca-takedown-230714/

Edit: does anyone here use https://radicle.xyz/ ? Its a p2p network built on top of git and could be a good way to host it while still being able to contribute to it besides making a .torrent for archiving

    • Nix@merv.newsOP
      link
      fedilink
      English
      arrow-up
      13
      ·
      1 year ago

      Ipfs has been around for like 7(?) Years and its still way too complicated for the average person. They made so many millions yet still can’t get apps with simple interfaces its quite astonishing

      • Cardinal
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        Yes it’s not easy . Sometimes I don’t even know how lol

        • Nix@merv.newsOP
          link
          fedilink
          English
          arrow-up
          3
          ·
          1 year ago

          Provably not the best idea to give developers millions and millions of dollars for an idea they don’t really care about with an almost non existent userbase since they have zero incentive to continue improving it or making it useable

    • bbigras@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      1 year ago

      https://docs.ipfs.tech/how-to/host-git-repo/

      git clone --mirror https://gitlab.com/bipinkrish/DeGourou.git
      cd DeGourou.git
      git update-server-info
      
      mv objects/pack/*.pack .
      git unpack-objects < *.pack
      rm -f *.pack objects/pack/*
      
      ipfs add -r .
      [...]
      added QmZ35kE5S4gMub6hJRog8Nko6KYAqK9FWf1CnPJG91cYoW DeGourou.git
      
      # to publish with ipns, gen a key
      ipfs key gen DeGourou.git
      
      ipfs name publish --key=DeGourou.git $(ipfs add -Qr .)
      Published to k51qzi5uqu5dh9nncc56entb1nhzb6p86gwap2svciuouhioj4i6wnnfrb0jw3: /ipfs/QmZ35kE5S4gMub6hJRog8Nko6KYAqK9FWf1CnPJG91cYoW
      
      clone with:
      
      git clone http://k51qzi5uqu5dlsygylxnzdp2tfjymt88vnq5uqmcchhsc7uvrrq4o60n0q6o5d.ipns.localhost:8080/ DeGourou
      # or
      git clone http://QmZ35kE5S4gMub6hJRog8Nko6KYAqK9FWf1CnPJG91cYoW.ipfs.localhost:8080/ DeGourou
      
      # or
      - https://cloudflare-ipfs.com/ipfs/QmZ35kE5S4gMub6hJRog8Nko6KYAqK9FWf1CnPJG91cYoW
      - https://cloudflare-ipfs.com/ipns/k51qzi5uqu5dlsygylxnzdp2tfjymt88vnq5uqmcchhsc7uvrrq4o60n0q6o5d
      
      # to pin
      ipfs pin add QmZ35kE5S4gMub6hJRog8Nko6KYAqK9FWf1CnPJG91cYoW