Go to file
famfo ac6ce08471 Getting bullied by my own paste service 2023-02-17 11:55:30 +01:00
src Getting bullied by my own paste service 2023-02-17 11:55:30 +01:00
templates Update Docs 2023-01-11 17:08:27 +01:00
.gitignore Yes, I got better projects to work on, but why should I? 2023-01-10 21:49:32 +01:00
Cargo.lock Yes, I got better projects to work on, but why should I? 2023-01-10 21:49:32 +01:00
Cargo.toml Yes, I got better projects to work on, but why should I? 2023-01-10 21:49:32 +01:00
README.md Update Docs 2023-01-11 17:08:27 +01:00
paste.sh L + curl 2023-01-11 17:00:10 +01:00

README.md

ShiPasters

A random shitty paste service. The plan is to not use dependencies because that's more !fun.

Running

PASTERS_ROOT=/tmp PASTERS_WEB=127.0.0.1:8080 PASTERS_LISTEN=127.0.0.2 PASTERS_PORT=9999 cargo r --release

When you are proxing the web server, consider manually setting the IP/hostname in templates/config. (You also need to edit src/web.rs, l. 61-64 then.)

Disclaimer: This is one of the most cursed projects I have ever wrote probably.