Coder Social home page Coder Social logo

clj-1pass's Introduction

Clojure wrapper for 1Password Connect REST API

⚠ This is still in pre-alpha. Use at your own risk

Prepare the environment

In order to use the client you first need to start the 1Password Connect docker image as your API server:

  1. Download example docker-compose.yaml from 1password’s website. At the moment of writing it looked like this (v3.4)
    version: "3.4"
    
    services:
      op-connect-api:
        image: 1password/connect-api:latest
        ports:
          - "8080:8080"
        volumes:
          - "./1password-credentials.json:/home/opuser/.op/1password-credentials.json"
          - "data:/home/opuser/.op/data"
      op-connect-sync:
        image: 1password/connect-sync:latest
        ports:
          - "8081:8080"
        volumes:
          - "./1password-credentials.json:/home/opuser/.op/1password-credentials.json"
          - "data:/home/opuser/.op/data"
    
    volumes:
      data:
        
  1. Put the example file together with 1password-credentials.json that you got from following Step 1 of the official how-to.
  2. Run docker-compose up [-d]

clj-1pass's People

Contributors

licht1stein avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.