Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add local ipfs pinning service api adaptor #69

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Mar 27, 2023

  1. feat: add local ipfs pinning service api adaptor

    Adds `w3 ps` command to run an http server on localhost to allow you to use the IPFS pinning service api with w3up and get ucan auth in pinning service mode.
    
    ```sh
    $ w3 ps
    ⁂ IPFS Pinning Service on http://127.0.0.1:1337
    
    $ ipfs pin remote service add w3 'http://127.0.0.1:1337' 'did:key:z6MkvqaczHouddZ91gWNsuy2QFm419WFodXbVjBJykvzw1eK'
    
    $ ipfs pin remote add --service w3 <cid>
    ```
    
    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    92acaf3 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    4b353aa View commit details
    Browse the repository at this point in the history
  2. fix: respond with error dont throw

    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    761c8d1 View commit details
    Browse the repository at this point in the history
  3. fix: bad import

    License: MIT
    Signed-off-by: Oli Evans <[email protected]>
    olizilla committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0aad814 View commit details
    Browse the repository at this point in the history