Merge branch 'main' of ssh://docker.sq.lan:3022/Rust/SqPad

This commit is contained in:
Justine Pelletreau 2023-07-03 16:15:58 +02:00
commit 2e52ebc34f
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package] [package]
name = "sqpad" name = "sqpad"
version = "1.0" version = "1.0.0"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -2,3 +2,8 @@
A encrypted pastebin. A encrypted pastebin.
Juste compile and launch it in the same folder as "Files". Juste compile and launch it in the same folder as "Files".
TODO :
* Put the "files" folder somewhere else
* When user-agent is curl or wget, do not display html on posts
* Do a Docker container