mirror of
https://github.com/SinTan1729/chhoto-url
synced 2025-04-19 19:30:01 -05:00
Compare commits
2 commits
86cea6278f
...
c557b8b262
Author | SHA1 | Date | |
---|---|---|---|
c557b8b262 | |||
a63222a71a |
1 changed files with 3 additions and 3 deletions
|
@ -56,7 +56,7 @@ for small. URL means, well... URL. So the name simply means Small URL.
|
||||||
written in plain HTML and vanilla JS, using [Pure CSS](https://purecss.io/)
|
written in plain HTML and vanilla JS, using [Pure CSS](https://purecss.io/)
|
||||||
for styling.
|
for styling.
|
||||||
- Uses very basic authentication using a provided password. It's not encrypted in transport.
|
- Uses very basic authentication using a provided password. It's not encrypted in transport.
|
||||||
I recommend using something like [caddy](https://caddyserver.com/) to
|
I recommend using a reverse proxy such as [caddy](https://caddyserver.com/) to
|
||||||
encrypt the connection by SSL.
|
encrypt the connection by SSL.
|
||||||
|
|
||||||
# Bloat that will not be implemented
|
# Bloat that will not be implemented
|
||||||
|
@ -232,7 +232,7 @@ that those links aren't created by you.
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
- It started as a fork of [`simply-shorten`](https://gitlab.com/draganczukp/simply-shorten).
|
- It started as a fork of [`simply-shorten`](https://gitlab.com/draganczukp/simply-shorten).
|
||||||
- There's an (unofficial) extension maintained by [SolninjaA](https://github.com/SolninjaA) for shortening URLs easily using Chhoto URL.
|
- There's an (unofficial) extension maintained by for shortening URLs easily using Chhoto URL.
|
||||||
[You can take a look at it here.](https://addons.mozilla.org/en-US/firefox/addon/chhoto-url)
|
[You can take a look at it here.](https://github.com/SolninjaA/Chhoto-URL-Extension)
|
||||||
- The list of adjectives and names used for random short url generation is a modified
|
- The list of adjectives and names used for random short url generation is a modified
|
||||||
version of [this list used by docker](https://github.com/moby/moby/blob/master/pkg/namesgenerator/names-generator.go).
|
version of [this list used by docker](https://github.com/moby/moby/blob/master/pkg/namesgenerator/names-generator.go).
|
||||||
|
|
Loading…
Reference in a new issue