Showcase the demo version
Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Change the url accordingly
|
# Change the url accordingly
|
||||||
URL="https://bin.wantguns.dev"
|
URL="https://basedbin.fly.dev"
|
||||||
|
|
||||||
FILEPATH="$1"
|
FILEPATH="$1"
|
||||||
FILENAME=$(basename -- "$FILEPATH")
|
FILENAME=$(basename -- "$FILEPATH")
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ It does not require you to host a SQL server and everything is self-contained in
|
|||||||
a statically linked binary (the docker image runs on scratch !), which makes it
|
a statically linked binary (the docker image runs on scratch !), which makes it
|
||||||
extremely easy to deploy.
|
extremely easy to deploy.
|
||||||
|
|
||||||
Try it out on: https://bin.wantguns.dev
|
Try it out on: https://basedbin.fly.dev
|
||||||
|
|
||||||
## Clients
|
## Clients
|
||||||
|
|
||||||
@@ -43,7 +43,7 @@ or manually copy the following at a file in your path.
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Change the url accordingly
|
# Change the url accordingly
|
||||||
URL="https://bin.wantguns.dev"
|
URL="https://basedbin.fly.dev"
|
||||||
|
|
||||||
FILEPATH="$1"
|
FILEPATH="$1"
|
||||||
FILENAME=$(basename -- "$FILEPATH")
|
FILENAME=$(basename -- "$FILEPATH")
|
||||||
@@ -182,7 +182,7 @@ BIN_IDENT=false
|
|||||||
`GET /p/<id>.<ext> `
|
`GET /p/<id>.<ext> `
|
||||||
|
|
||||||
Get syntax highlighted pastes.
|
Get syntax highlighted pastes.
|
||||||
E.g. https://bin.wantguns.dev/p/foobaz.cpp should return a C++ syntax
|
E.g. https://basedbin.fly.dev/p/foobaz.cpp should return a C++ syntax
|
||||||
highlighted paste
|
highlighted paste
|
||||||
|
|
||||||
`POST /`
|
`POST /`
|
||||||
|
|||||||
@@ -22,8 +22,6 @@ ROUTES
|
|||||||
Get highlighted pastes
|
Get highlighted pastes
|
||||||
GET /p/<id>.<ext>
|
GET /p/<id>.<ext>
|
||||||
Get syntax highlighted pastes.
|
Get syntax highlighted pastes.
|
||||||
E.g. https://bin.wantguns.dev/p/foobaz.cpp should return a C++ syntax
|
|
||||||
highlighted paste
|
|
||||||
|
|
||||||
WEB USAGE
|
WEB USAGE
|
||||||
Drag a file and drop it here, or
|
Drag a file and drop it here, or
|
||||||
@@ -37,8 +35,6 @@ CLI USAGE
|
|||||||
SEE ALSO
|
SEE ALSO
|
||||||
github.com/wantguns/bin
|
github.com/wantguns/bin
|
||||||
|
|
||||||
AUTHOR
|
|
||||||
Gunwant Jain
|
|
||||||
" autofocus autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
|
" autofocus autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
|
||||||
</div>
|
</div>
|
||||||
<div class="selectBox">
|
<div class="selectBox">
|
||||||
|
|||||||
Reference in New Issue
Block a user