Skip to content
/ lbin Public

temporary file hosting service conducted through the command line.

License

Notifications You must be signed in to change notification settings

gnp-x/lbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lbin

A minimal pastebin made for liminal.cafe

features

  • default 6 hour expiry of upload
  • custom expiry time in minutes -F "time=120"
  • one-shot file (one-time view of file) post request to <domain_name>/o

download

git clone https://git.liminal.cafe/sakura/lbin.git
cd lbin
touch config.toml

config

Open config.toml and fill it with the following:

[env]
host="localhost"
url ="https://root_url_for_hosted_files.com"
port="8000"
auth="auth_code_here"
tmp="temp_folder_name_here"
os="oneshot_folder_name_here"

After you have your config file, you can then compile it.

cargo build --release --config config.toml

usage

Use lbin-cli to easily upload files, or use byakuren's lbin-cli

About

temporary file hosting service conducted through the command line.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published