renamed the readme
This commit is contained in:
parent
3d5593abc9
commit
54b4b7cf86
1 changed files with 48 additions and 0 deletions
48
README.md
Normal file
48
README.md
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
# Lainsafe
|
||||||
|
### simple file upload.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
* Written in perl
|
||||||
|
* Can be used as pastebin
|
||||||
|
* Or as a URL shorter
|
||||||
|
* Runs with CGI
|
||||||
|
* Tor access ;)
|
||||||
|
|
||||||
|
## Installation:
|
||||||
|
|
||||||
|
1. Configure your webserver to run CGI
|
||||||
|
2. If running nginx, set ```client_max_body_size``` to the max size of
|
||||||
|
the file
|
||||||
|
2. There you go.
|
||||||
|
|
||||||
|
For more detailed information, look at the
|
||||||
|
[manpage](https://codeberg.org/qorg11/lainsafe/src/branch/master/doc/lainsafe.md)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# clainsafecli
|
||||||
|
|
||||||
|
`clainsafecli` is the command line interface for lainsafe (and other
|
||||||
|
filesharing services)
|
||||||
|
|
||||||
|
## usage
|
||||||
|
|
||||||
|
`clainsafecli --server=http://server <file>`
|
||||||
|
|
||||||
|
(for more info see -h)
|
||||||
|
|
||||||
|
# Automatically removing files
|
||||||
|
|
||||||
|
Try [lsd](https://git.kalli.st/czar/lsd) (lainsafe daemon)
|
||||||
|
|
||||||
|
usage: `lsd <path> days`
|
||||||
|
|
||||||
|
lsd wont work with versions before 8a557ca
|
||||||
|
|
||||||
|
# Donate
|
||||||
|
|
||||||
|
Thanks!
|
||||||
|
|
||||||
|
Bitcoin: bc1qghl6f27dpgktynpvkrxte2s3gm9pcv8vlwuzum
|
||||||
|
Monero: 47QTumjtqJabbo1s9pLDdXeJarLVLfs1AaEcbi1xrEiV852mqcbe5AHLNXTk7tH9MscxcxQDfJQnvH5LpxvfgwSJQZ3zbS6
|
Loading…
Add table
Reference in a new issue