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