Update README.md
parent
bb97d0e60f
commit
887b736483
|
@ -32,6 +32,10 @@ If you need to set/use an alternative host or port, you may do so by setting an
|
||||||
|
|
||||||
HOST=0.0.0.0 PORT=9000 crontab-ui
|
HOST=0.0.0.0 PORT=9000 crontab-ui
|
||||||
|
|
||||||
|
By default, db, backups and logs are stored in the installation directory. It is **recommended** that it be overriden using env variable `CRON_DB_PATH`. This is particularly helpful in case you **update** crontab-ui.
|
||||||
|
|
||||||
|
CRON_DB_PATH=/path/to/folder crontab-ui
|
||||||
|
|
||||||
If you need to apply basic HTTP authentication, you can set user name and password through environment variables:
|
If you need to apply basic HTTP authentication, you can set user name and password through environment variables:
|
||||||
|
|
||||||
BASIC_AUTH_USER=user BASIC_AUTH_PWD=SecretPassword
|
BASIC_AUTH_USER=user BASIC_AUTH_PWD=SecretPassword
|
||||||
|
@ -67,6 +71,7 @@ mkdir -p crontabs/logs
|
||||||
docker run --mount type=bind,source="$(pwd)"/crontabs/,target=/crontab-ui/crontabs/ -d -p 8000:8000 alseambusher/crontab-ui
|
docker run --mount type=bind,source="$(pwd)"/crontabs/,target=/crontab-ui/crontabs/ -d -p 8000:8000 alseambusher/crontab-ui
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
* [Full usage details](http://lifepluslinux.blogspot.in/2015/06/crontab-ui-easy-and-safe-way-to-manage.html)
|
* [Full usage details](http://lifepluslinux.blogspot.in/2015/06/crontab-ui-easy-and-safe-way-to-manage.html)
|
||||||
|
|
Loading…
Reference in New Issue