Rename Sgot to Shrty

master
Sebastian Preisner 7 years ago
parent 517d6be4c7
commit dea368d08b

@ -1,5 +1,5 @@
# Sgot
Sgot is a lightwaight, self-hostable open-source link shortening web application with a Restful API. It allows you to host your own URL shortener to gain control over you data. Shrt is inspired by [Polr](https://polr.me/index.php), a php based url shortener.
# Shrty
Shrty is a lightwaight, self-hostable open-source link shortening web application with a Restful API. It allows you to host your own URL shortener to gain control over your data. Shrty is inspired by [Polr](https://polr.me/index.php), a php based url shortener.
## Features
@ -8,6 +8,8 @@ Sgot is a lightwaight, self-hostable open-source link shortening web application
- [x] Simple database Json file
- [x] Restful API
- [x] Simple Click Statistik
- [ ] Key protected API
- [ ] Nice overfewpage for shorted URLs
- [ ] Delete URL
- [ ] Login
@ -15,15 +17,15 @@ Sgot is a lightwaight, self-hostable open-source link shortening web application
Clone the Repository and build the Application by using `go build .`
Start Sgot by the following commant `./sgot &`
Start Shrty by the following commant `./sgot &`
| Flag | Usage | Default |
| -------- | -------------------------------------- | ------------------------------------ |
| -host | setup the host to listen on | localhost |
| -port | Setup the port to listen on | 6889 |
| -apikey | Define the key to connect with the API | "thisIsNotASecretTokenNow" |
| -db-file | Setup the DB file to use | ./sgot.db |
| -title | Service title | Sgot |
| -db-file | Setup the DB file to use | ./shrty.db |
| -title | Service title | Shrty |
| -domain | Domain for the redirection link | The domain your service is available |
## API

Loading…
Cancel
Save