Giter VIP home page Giter VIP logo

rise's Introduction

(This service has been discontinued. You can run your own rise server and use this as the client.) rise                                         Donations Badge Build Status Gem Gem license

Usage

Using rise is simple, just run the rise command

asciicast

Installing

In order to get rise up and running, there's 2 ways you can install it.

  1. Download the gem
gem install rise-cli
  1. Build from source
$ git clone https://github.com/cbrnrd/rise
$ bundle install

Built With

  • RubyGems - the Ruby community's gem hosting service
  • Atom - A hackable text editor for the 21st Century
  • DigitalOcean - Used for server hosting

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting a pull requests.

Features

  • No need to install git, svn, or any other version control software.
  • No complex cloud setup
  • Extremely fast upload speeds
  • Unlimited unique URL's
  • No manual setup of websites
  • Your services are always served over a secure connection
  • Open source so that you can know exactly what code is runnning on your computer.

Coming soon

  • Account dashboard and website statistics

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

rise's People

Contributors

arthurmde avatar cbrnrd avatar dependabot[bot] avatar icreatejb avatar shwetabhdixit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

rise's Issues

Hacktoberfest

Feel free to contribute to this repo for the Hacktoberfest event

Insecure password hash

The current repo uses SHA-256 hashes for user's passwords here and here. This is insecure, since it's easy to determine simple passwords given their SHA-256 hash: repeated guesses will match the hash eventually, or the hash can even be looked up.

Two ways to eventually improve this could be:

  • Use a more secure hashing algorithm like Ruby's bcrypt()
  • Enforce minimum length passwords

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.