Skip to content

gnp-x/lbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lbin

A minimal pastebin made for liminal.cafe

config

Make a config.toml file in the root directory and fill it with the following:

[env]
lbin_host="localhost"
lbin_url ="https://root_url_for_hosted_files.com"
lbin_port="8000"
lbin_auth="auth_code_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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published