1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
static
|
||||
result
|
||||
.direnv
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
packages = rec {
|
||||
slenpaste = pkgs.buildGoModule {
|
||||
pname = "slenpaste";
|
||||
version = "0.2.1";
|
||||
version = "0.2.2";
|
||||
src = ./.;
|
||||
goPackagePath = "github.com/slendidev/slenpaste";
|
||||
vendorHash = "sha256-MUvodL6K71SCfxu51T/Ka2/w32Kz+IXem1bYqXQLSaU=";
|
||||
|
||||
4
main.go
4
main.go
@@ -131,7 +131,9 @@ Upload from stdin and expire on first view:
|
||||
cat yourfile.txt | curl --data-binary @- "%s/?expiry=view"
|
||||
</pre>
|
||||
|
||||
<form id="form" enctype="multipart/form-data" method="post">
|
||||
<a href="https://git.slendi.dev/Slendi/slenpaste.koplugin">Download the new KOReader plugin!</a>
|
||||
|
||||
<form id="form" enctype="multipart/form-data" method="post" style="margin-top: 13px;">
|
||||
<input type="file" name="file" id="fileInput">
|
||||
|
||||
<div class="controls" style="margin-top: .75rem">
|
||||
|
||||
Reference in New Issue
Block a user