mirror of
https://github.com/miawinter98/just-short-it.git
synced 2024-11-22 08:19:54 +00:00
updated readme
This commit is contained in:
parent
8c9681a573
commit
cf4c671d7e
22
README.md
22
README.md
|
@ -4,18 +4,16 @@
|
||||||
|
|
||||||
The most KISS single user URL shortener there is.
|
The most KISS single user URL shortener there is.
|
||||||
|
|
||||||
![](https://img.shields.io/github/license/miawinter98/just-short-it?color=green)
|
![](https://img.shields.io/github/license/miawinter98/just-short-it?color=green&style=for-the-badge)
|
||||||
![](https://img.shields.io/github/forks/miawinter98/just-short-it?label=github%20forks&logo=github)
|
![](https://img.shields.io/github/forks/miawinter98/just-short-it?label=github%20forks&logo=github&style=for-the-badge)
|
||||||
![](https://img.shields.io/github/stars/miawinter98/just-short-it?label=github%20stars&color=yellow&logo=github)
|
![](https://img.shields.io/github/stars/miawinter98/just-short-it?label=github%20stars&color=yellow&logo=github&style=for-the-badge)
|
||||||
|
|
||||||
![](https://img.shields.io/docker/pulls/miawinter/just-short-it?color=informational&logo=docker)
|
![](https://img.shields.io/docker/pulls/miawinter/just-short-it?color=informational&logo=docker&style=for-the-badge)
|
||||||
![](https://img.shields.io/docker/stars/miawinter/just-short-it?color=yellow&logo=docker)
|
![](https://img.shields.io/docker/v/miawinter/just-short-it/latest?logo=docker&label=latest&style=for-the-badge)
|
||||||
|
![](https://img.shields.io/docker/v/miawinter/just-short-it/latest-alpine?logo=docker&label=latest%20alpine&style=for-the-badge)
|
||||||
![](https://img.shields.io/docker/v/miawinter/just-short-it/latest?logo=docker&label=)
|
|
||||||
![](https://img.shields.io/docker/v/miawinter/just-short-it/latest-alpine?logo=docker&label=)
|
|
||||||
|
|
||||||
## To simply run Just Short It in a container run:
|
## To simply run Just Short It in a container run:
|
||||||
```
|
```shell
|
||||||
docker run -e JSI_BaseUrl=<your-url> \
|
docker run -e JSI_BaseUrl=<your-url> \
|
||||||
-e JSI_Account__Username=<your-username> \
|
-e JSI_Account__Username=<your-username> \
|
||||||
-e JSI_Account__Password=<your-password> \
|
-e JSI_Account__Password=<your-password> \
|
||||||
|
@ -25,7 +23,7 @@ docker run -e JSI_BaseUrl=<your-url> \
|
||||||
|
|
||||||
|
|
||||||
## In Docker Compose:
|
## In Docker Compose:
|
||||||
```docker-compose
|
```yaml
|
||||||
version: '3.4'
|
version: '3.4'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -50,7 +48,7 @@ and optional `JSI_Redis__InstanceName` (default is "JustShortIt").
|
||||||
|
|
||||||
If you want to run both with compose, the most simple setup looks like this:
|
If you want to run both with compose, the most simple setup looks like this:
|
||||||
|
|
||||||
```docker-compose
|
```yaml
|
||||||
version: '3.4'
|
version: '3.4'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -90,7 +88,7 @@ there is no easier way to get a reverse proxy with automatic certificate renewal
|
||||||
|
|
||||||
Here is an Example of how to use Just Short It! togehter with nginx-proxy:
|
Here is an Example of how to use Just Short It! togehter with nginx-proxy:
|
||||||
|
|
||||||
```docker-compose
|
```yaml
|
||||||
version: '3.4'
|
version: '3.4'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
Loading…
Reference in a new issue