# Fiche

Fiche (opens new window) is a paste server where you can upload text using netcat.

You can see how it works by running this in any terminal:

echo "hello" | nc i.blasteh.uk 1111

# Docker instance

# Launch command

SSL="1" will enable https in the returned string.

docker run --name paste -p 1111:1111 -e DOMAIN="domain.tld/directory" -e SSL="1" -v /path/to/logs:/var/log/paste:rw -v /path/to/content:/var/paste:rw --restart=always -d blasteh/paste:latest

# Use example

$ echo "test" | nc domain.tld 1111
https://domain.tld/directory/hQebXrr
Last Updated: 2021/03/31 12:28+00:00