Code Monkey home page Code Monkey logo

savedots's Introduction

savedots

Easily and securely store and deploy your dotfiles

TODO:

  • new app in django

  • - Setup

    • - create script to gather all dotfiles
    • - makefile
    • - documentation
  • - Web

    • - API
      • - login
      • - logout
      • - register
      • - upload deploy.gpg
      • - download deploy.gpg
      • - delete deploy.gpg
      • - list all deploy.gpg's
      • - validate email
    • - database
      • - model
    • - frontend
      • - basic html + js
      • - css
      • - under dev site
    • - Deploy
      • - domain name
      • - hosting
      • - CA

Using terminal only

Login

curl -b cookie -c cookie -H 'Content-Type:application/json' savedots.me/api/login -d '{"email":"YOUR_EMAIL","password":"YOUR_PASSWORD"}'

Upload file

curl -b cookie -c cookie -F "sessionID=YOUR_SESSIONID" -F file=@FILE_PATH savedots.me/api/upload

List all your files

curl -b cookie -c cookie -X GET -F "sessionID=YOUR_SESSIONID" --url savedots.me/api/list_files

Download file(use key returned from /api/list_files

curl -b cookie -c cookie -X GET -F "sessionID=YOUR_SESSIONID" -F "fileID=KEY_FROM_list_files" --url savedots.me/api/download -o FILENAME

Delete file(using key returned from /api/list_files)

curl -b cookie -c cookie -X POST -F "sessionID=YOUR_SESSIONID" -F "fileID=KEY_FROM_list_files" savedots.me/api/remove_file

Logout

curl -c cookie -b cookie -X GET -F "sessionID=YOUR_SESSIONID" --url savedots.me/api/logout

savedots's People

Contributors

dependabot[bot] avatar frainfreeze avatar kelj0 avatar

Watchers

 avatar  avatar  avatar

savedots's Issues

Rewrite views

rewrite them all, include tests and better practices.

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.