mirror of
https://github.com/SinTan1729/chhoto-url
synced 2024-12-26 07:38:36 -06:00
Updated README
This commit is contained in:
parent
6b1d82bded
commit
7e6e419dbc
1 changed files with 2 additions and 3 deletions
|
@ -118,9 +118,8 @@ docker run -p 4567:4567 \
|
||||||
```
|
```
|
||||||
|
|
||||||
## Disable authentication
|
## Disable authentication
|
||||||
It's not possible to completely disable authentication. It's rather easy to implement
|
If you do not define a password environment variable when starting the docker image, authentication
|
||||||
but there's literally no point. Rather, for testing purposes, you can omit the password
|
will be disabled.
|
||||||
environment variable, and any provided password should work.
|
|
||||||
|
|
||||||
This if not recommended in actual use however, as it will allow anyone to create new links and delete
|
This if not recommended in actual use however, as it will allow anyone to create new links and delete
|
||||||
old ones. This might not seem like a bad idea, until you have hundreds of links
|
old ones. This might not seem like a bad idea, until you have hundreds of links
|
||||||
|
|
Loading…
Reference in a new issue