Code Monkey home page Code Monkey logo

seashells-server's Introduction

Seashells Build Status

The source code for the seashells.io server. See the anishathalye/seashells repo for the client.

For more information, see seashells.io or the launch blog post.

Seashells.io website preview

Build and run

Development mode

  1. Build the binary with go build
  2. Run ./seashells-server

Production mode

  1. Build the binary with go build
  2. Configure some settings, by cp env.sample env and editing the resulting env file
  3. Run with ./run.bash

License

Copyright (c) Anish Athalye. Released under AGPLv3. See LICENSE.txt for details.

seashells-server's People

Contributors

anishathalye avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

seashells-server's Issues

Re-use of URLs

Is it (or should it be) possible for a user to reuse one of the random URLs assigned to them? This way, if they don't need the output to persist, and want to run multiple commands over time, they won't be using up their allotment.

TLS

Am I correct in thinking that all data is sent in the clear at the moment? It would be preferable if users could use e.g. socat w/ OpenSSL to have their data encrypted and to have an assurance of the integrity of the URL sent from the seashells server.

24h expire time limit makes seashell unpractical for real life use

I often need to share execution logs for code reviewing, as a proof that the new behaviour works.

Now the big problem is that code reviewing take time, in 99% of cases more than 24h, probably even more than a week.

Usually I would use gists but those also have two major limitations:

  • not coloured, so much harder to read long logs (like ansible output)
  • not streamed, meaning that they will not be accessible until the command finishes, which can slow you down a lot, especially when the runnings command takes 30-2h to run on average.

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.