Sha256: 36450fb0707441e32453d22a812ea1ce19881472889c455f3b12e6f0615e9584

Contents?: true

Size: 1.02 KB

Versions: 7

Compression:

Stored size: 1.02 KB

Contents

# Catscope: an on-demand web-based file browser

Catscope is a Sinatra-based file browser.  It helps you to make files
accessible via web browsers.

** PLASE BE CAREFUL. Catscope will cause leak of confidential data. **

## Installation

    $ gem install catscope

## Usage

    catscope

And open [http://localhost:4567](http://localhost:4567/) in your
browser. You can see files in the current directory.

By default, catscope accepts connections only from local host.  If you
want to access from remote hosts, run catscope like this:

    catscope --bind 0.0.0.0

**!!BE CAREFUL!!**: this makes files accessible from any reachable
remote hosts.  Filtering connections with firewalls or `iptables` is
strongly recommended when you bind catscope to 0.0.0.0.

## Contributing

1. Fork it ( https://github.com/hayamiz/catscope/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
catscope-0.1.6 README.md
catscope-0.1.5 README.md
catscope-0.1.4 README.md
catscope-0.1.3 README.md
catscope-0.1.2 README.md
catscope-0.1.1 README.md
catscope-0.1.0 README.md