Software Alternatives & Reviews

Soft-serve: A tasty, self-hostable Git server for the command line

Soft Serve Linux kernel GitHub
  1. Soft Serve is a self-hostable Git server with a built in SSH interface, built for the command line.

    #Developer Tools #GitHub #Tech 16 social mentions

  2. The Linux kernel is the operating system kernel used by the Linux family of Unix-like operating...
    Pricing:
    • Open Source

    #Linux #Linux Distribution #Operating Systems 224 social mentions

  3. 3
    Originally founded as a project to simplify sharing code, GitHub has grown into an application used by over a million people to store over two million code repositories, making GitHub the largest code host in the world.
    Pricing:
    • Open Source
    I’ll put it this way. When in a browser you connect to <a href="https://github.com">https://github.com</a>, it sends your session cookie so the server knows who you are. Well and good. What it <i>doesn’t</i> do is send any of that to any <i>other</i> server; if example.com wants to know (and prove) your GitHub username, you have to go through an OAuth flow where you explicitly grant permission for sharing these details. The OpenSSH remote login client (`ssh`) defaults to leaking potentially-sensitive information. It shares <i>all</i> your keys, when you probably actually want to share zero or one of them.

    #Code Collaboration #Git #Version Control 2041 social mentions

Discuss: Soft-serve: A tasty, self-hostable Git server for the command line

Log in or Post with