fiche #3
Description
Fiche is an open source command line pastebin server. It can be found here: https://github.com/solusipse/fiche
- Tags:
- ops ›
Overview
This charm is used to deploy fiche, the open source pastebin behind termbin.
This charm provides fiche. Command line pastebin for sharing terminal output.
Usage
To deploy fiche using juju:
juju deploy fiche
This will deploy fiche server to listen on port 9999 by default.
You can then use netcat to do things like
cat file.txt | nc <ficheserver> 9999
Configuration
Once you have deployed fiche you can add an alias to your .bashrc to make fiche slightly more usable:
echo 'alias tb="nc <ficheserver> 9999"' >> .bashrc
Then you can:
echo less typing now! | tb
Contact Information
Configuration
- buffer-size
- (int) Buffer size
- 8192
- fiche-server-port
- (int) Port to run fiche on
- 9999
- host
- (string) listen address
- 127.0.0.1
- port
- (int) NGINX listen port
- 80
- slug-size
- (int) Slug max length
- 4