Skip to content

A simple pastebin server, with a backend written in Rust πŸš€ πŸš€ πŸš€

License

Notifications You must be signed in to change notification settings

BlueGummi/simple-pastebin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

simple-pastebin

A simple pastebin webserver, with a backend written in Rust πŸš€ πŸš€ πŸš€ and Python frontend CLI

Quickstart

To get started, RustC and Cargo must be installed, as well as Python if the frontend CLI is to be used.

git clone https://github.com/BlueGummi/simple-pastebin
cargo run --release

This will start the server on the default IP Address and port, being 0.0.0.0:6060.

Use

This pastebin has a CLI (written in Python), and a Web UI, which can be accessed by visiting the address of the server.

Pastes can either be sent to the main pastebin, or they can be sent to a new paste. Links will be embedded.

CLI

This server features a CLI client, which can be run via python cli.py

For a quickstart, help can be entered in the CLI.

Further documentation:

Configuration - docs/configuring.md

Maintenance - docs/maintenance.md

About

A simple pastebin server, with a backend written in Rust πŸš€ πŸš€ πŸš€

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published