You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As seen with @adyanth, project fork will be broken from original project, to allow users to fork mine etc.
Project name remains the same, but its display change to reduce confusion between the to project.
Copy file name to clipboardexpand all lines: README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Short{Paste}
1
+
# ShortPaste
2
2
3
3
[![gh_last_release_svg]][gh_last_release_url]
4
4
[![tippin_svg]][tippin_url]
@@ -11,7 +11,7 @@
11
11
12
12
> A lightweight personnal URL shortener, pastebin and file uploader.
13
13
14
-
Short{Paste} is open-source software written in Go and React. It is a minimalistic shortener that combines three things that need shortening: links, files, and text. It is a self-hosted alternative to many popular services like bitly, paste bin and using dropbox to send a file to someone quickly.
14
+
ShortPaste is open-source software written in Go and React. It is a minimalistic shortener that combines three things that need shortening: links, files, and text. It is a self-hosted alternative to many popular services like bitly, paste bin and using dropbox to send a file to someone quickly.
15
15
16
16
The Go backend handles saving files, links, and text in DB and filesystem as needed, while the React UI provides a pretty view for you to add and review content. Added bonus, it tracks hit counts too!
17
17
@@ -62,9 +62,9 @@ You can customize the behavior using environment variables:.
62
62
63
63
## Securing
64
64
65
-
Keep in mind that Short{Paste} is not secured by any authentication, API key is not enough if Short{Paste} is exposed on the internet.
65
+
Keep in mind that ShortPaste is not secured by any authentication, API key is not enough if ShortPaste is exposed on the internet.
66
66
67
-
Short{Paste} should run behind a reverse proxy (such as as `nginx-proxy-manager` or `trafeik`).
67
+
ShortPaste should run behind a reverse proxy (such as as `nginx-proxy-manager` or `trafeik`).
68
68
Configure your reverse proxy to directly expose only `/l/*`, `/t/*` and `/f/*`. All other routes (most important `/api`) should wether not be exposed on the internet or with an authentication layer.
69
69
70
70
## Screenshots
@@ -150,4 +150,4 @@ Your web browser should open on `http://localhost:3000`. The app is configured t
150
150
151
151
## Credits
152
152
153
-
Short{Paste} is based on [Adyanth Hosavalike's Short{Paste}](https://github.com/adyanth/shortpaste) but have been nearly completely rewrittent.
153
+
ShortPaste is based on [Adyanth Hosavalike's ShortPaste](https://github.com/adyanth/shortpaste) but have been nearly completely rewrittent.
0 commit comments