haste server #0
Description
- Tags:
- applications ›
Overview
Haste-server is an open-source pastebin software written in node.js. You could is an example of haste-server and what id does at hastebin.com
Usage
Deploy of haste-server is done by this simple command:
juju deploy haste-server
You can then browse to http://ip-address:7777 to see the service running. Port could be changed in configuration.
Contact Information
Author: David Zachar davidolf@gmail.com
Report bugs at: http://bugs.launchpad.net/charms/+source/haste-server
Location: http://jujucharms.com/charms/precise/haste-server
Configuration
- keyLength
- (int) The length of the keys to use in link name.
- 10
- maxLength
- (int) Maximum length of a paste.
- 400000
- port
- (int) Which port do you want to use to access haste-server
- 7777
- staticMaxAge
- (int) Max age for static assets.
- 86400