1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
|||||||
static
|
static
|
||||||
result
|
result
|
||||||
|
.direnv
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
packages = rec {
|
packages = rec {
|
||||||
slenpaste = pkgs.buildGoModule {
|
slenpaste = pkgs.buildGoModule {
|
||||||
pname = "slenpaste";
|
pname = "slenpaste";
|
||||||
version = "0.2.1";
|
version = "0.2.2";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
goPackagePath = "github.com/slendidev/slenpaste";
|
goPackagePath = "github.com/slendidev/slenpaste";
|
||||||
vendorHash = "sha256-MUvodL6K71SCfxu51T/Ka2/w32Kz+IXem1bYqXQLSaU=";
|
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"
|
cat yourfile.txt | curl --data-binary @- "%s/?expiry=view"
|
||||||
</pre>
|
</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">
|
<input type="file" name="file" id="fileInput">
|
||||||
|
|
||||||
<div class="controls" style="margin-top: .75rem">
|
<div class="controls" style="margin-top: .75rem">
|
||||||
|
|||||||
Reference in New Issue
Block a user