Update readme with info about BASE_URL

pull/156/head
alse 2021-05-20 13:44:10 -07:00
parent 6f03bcdfee
commit d62d5cd53a
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ Get latest `node` from [here](https://nodejs.org/en/download/current/). Then,
npm install -g crontab-ui npm install -g crontab-ui
crontab-ui crontab-ui
If you need to set/use an alternative host or port, you may do so by setting an environment variable before starting the process: If you need to set/use an alternative host, port OR base url, you may do so by setting an environment variable before starting the process:
HOST=0.0.0.0 PORT=9000 crontab-ui HOST=0.0.0.0 PORT=9000 BASE_URL=/alse 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. 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.